diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-27 21:03:53 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-27 21:03:53 +0100 |
commit | db7542f9bdf3f54aeadd0993212c212cc373418a (patch) | |
tree | e903a85017f749846c53e6d403cc295898b5b86e /config/urls.py | |
parent | 271bc7c662ab59f562be01470e9b4fafed107a90 (diff) |
Removes debug_toolbar line from conf/urls
Diffstat (limited to 'config/urls.py')
-rw-r--r-- | config/urls.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/urls.py b/config/urls.py index 29c74a3..33649fe 100644 --- a/config/urls.py +++ b/config/urls.py @@ -11,6 +11,9 @@ from django.views.generic import TemplateView import debug_toolbar +#import debug_toolbar + + admin.site.site_header = "Blackbird Admin Panel" urlpatterns = [ |