Integrations

Django-Debug-Toolbar

If you’re using django-debug-toolbar, you can add:

DEBUG_TOOLBAR_PANELS += ['django_uwsgi.panels.UwsgiPanel',]
_images/screenshot1.png

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:

_images/screenshot2.png _images/screenshot3.png _images/screenshot4.png