79500666

Date: 2025-03-11 12:07:34
Score: 0.5
Natty:
Report link

for anyone still encountering this issue, inserting the debug urls at the top of the list works

if settings.DEBUG:
    import debug_toolbar
    urlpatterns.insert(0,path(r'__debug__/', include(debug_toolbar.urls)),)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: caleo