diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-27 21:04:41 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-27 21:04:41 +0100 |
commit | 6812569a5bd8d6dbe943f578c01855aee41fc239 (patch) | |
tree | 281c613522c1d92b5040912982e510de954b0953 /config/urls.py | |
parent | db7542f9bdf3f54aeadd0993212c212cc373418a (diff) |
Removes debug_toolbar line from conf/urls - again
Diffstat (limited to 'config/urls.py')
-rw-r--r-- | config/urls.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/urls.py b/config/urls.py index 33649fe..e5c3be5 100644 --- a/config/urls.py +++ b/config/urls.py @@ -8,9 +8,6 @@ from django.urls import path from django.views import defaults as default_views from django.views.generic import TemplateView -import debug_toolbar - - #import debug_toolbar |