fix: remove debug toolbar
This commit is contained in:
parent
a6e0b0a803
commit
9a6268a013
1 changed files with 1 additions and 2 deletions
|
|
@ -15,7 +15,6 @@ Including another URLconf
|
|||
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
|
||||
"""
|
||||
|
||||
from debug_toolbar.toolbar import debug_toolbar_urls
|
||||
from django.conf import settings
|
||||
from django.contrib import admin
|
||||
from django.urls import include, path
|
||||
|
|
@ -30,4 +29,4 @@ urlpatterns = [
|
|||
if settings.DEBUG:
|
||||
urlpatterns += [
|
||||
path("__reload__/", include("django_browser_reload.urls")),
|
||||
] + debug_toolbar_urls()
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue