[Answered ]-Django/Wagtail : django-debug-toolbar gives 404 error when cicking on panel

1👍

EDIT: i fixed it by putting

path('__debug__/', include(debug_toolbar.urls)),

in my urlpatterns function at urls.py

Leave a comment