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")))