From 83d99f3f44a09f1866efe7477bd5b45d1a3cc874 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 16 Jan 2023 22:39:12 -0500 Subject: [PATCH] remove django-debug-toolbar from default settings --- boofilsic/urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/boofilsic/urls.py b/boofilsic/urls.py index acdcbfeb..32364a9c 100644 --- a/boofilsic/urls.py +++ b/boofilsic/urls.py @@ -39,4 +39,3 @@ if settings.DEBUG: from django.conf.urls.static import static urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT) - urlpatterns.append(path("__debug__/", include("debug_toolbar.urls")))