[dev] add django debug toolbar to dev env
This commit is contained in:
parent
470e690c61
commit
c1383ca376
5 changed files with 12 additions and 3 deletions
|
|
@ -17,8 +17,9 @@ Including another URLconf
|
|||
|
||||
from django.contrib import admin
|
||||
from django.urls import include, path
|
||||
from debug_toolbar.toolbar import debug_toolbar_urls
|
||||
|
||||
urlpatterns = [
|
||||
path("collector/", include("collector.urls")),
|
||||
path("admin/", admin.site.urls),
|
||||
]
|
||||
] + debug_toolbar_urls()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue