Skip to content

Commit e2b9dcf

Browse files
committed
Added DEBUG-Toolbar Links
1 parent 19b64ce commit e2b9dcf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/urls.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
path("charts/", include("apps.charts.urls")),
2828
path("tables/", include("apps.tables.urls")),
2929
path("tasks/", include("apps.tasks.urls")),
30+
path("__debug__/", include("debug_toolbar.urls")),
3031
]
32+
3133
urlpatterns += static(settings.CELERY_LOGS_URL, document_root=settings.CELERY_LOGS_DIR)
32-
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
34+
urlpatterns += static(settings.MEDIA_URL , document_root=settings.MEDIA_ROOT )

0 commit comments

Comments
 (0)