diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-24 11:55:15 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-24 11:55:15 +0100 |
commit | c129737aa08e70a45a65a06a9f002d833ef7fcf8 (patch) | |
tree | ecfd7666fba3b2587c8e0362b8c1ed34cfa71fd1 /ded/urls.py | |
parent | 0a08c15f92e78e5b629dfc0d36b3111fed2966b5 (diff) |
New Dockerfile using RedHat image
Diffstat (limited to '')
-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), |