diff options
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), |