[Answered ]-Django-debug-toolbar panels stay at loading status

2👍

Are you using dajax or dajaxice? If so, try using the Django setting

DAJAXICE_XMLHTTPREQUEST_JS_IMPORT = False

See:
How do I get django-debug-toolbar to work with dajax?

👤ehontz

Leave a comment