Integrations¶
Django-Debug-Toolbar¶
If you’re using django-debug-toolbar, you can add:
DEBUG_TOOLBAR_PANELS += ['django_uwsgi.panels.UwsgiPanel',]
Wagtail¶
If you’re using Wagtail:
There is wagtail_hooks.py file available and Wagtail will read it automatically
And you don’t have to add django_uwsgi into urls.py
Wagtail admin interface: