diff options
author | Yulqen <246857+yulqen@users.noreply.github.com> | 2024-04-24 11:56:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 11:56:55 +0100 |
commit | de8e0871e1ebe98df38973b0101794d71a7b4266 (patch) | |
tree | ecfd7666fba3b2587c8e0362b8c1ed34cfa71fd1 /ded/urls.py | |
parent | 0a08c15f92e78e5b629dfc0d36b3111fed2966b5 (diff) | |
parent | c129737aa08e70a45a65a06a9f002d833ef7fcf8 (diff) |
Merge pull request #28 from defencedigital/pyswitch
New Dockerfile using RedHat image
Diffstat (limited to 'ded/urls.py')
-rw-r--r-- | ded/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ded/urls.py b/ded/urls.py index 9ee8110..229fb29 100644 --- a/ded/urls.py +++ b/ded/urls.py @@ -17,7 +17,7 @@ from django.contrib import admin from django.urls import include, path urlpatterns = [ - path("__debug__", include("debug_toolbar.urls")), + # path("__debug__", include("debug_toolbar.urls")), path("accounts/", include("django.contrib.auth.urls")), path("engagements/", include("engagements.urls")), path("admin/", admin.site.urls), |