Skip to content

Latest commit

 

History

History
40 lines (19 loc) · 704 Bytes

integrations.rst

File metadata and controls

40 lines (19 loc) · 704 Bytes

Integrations

Django-Debug-Toolbar

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

DEBUG_TOOLBAR_PANELS += ['django_uwsgi.panels.UwsgiPanel',]

screenshots/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:

screenshots/screenshot2.png

screenshots/screenshot3.png

screenshots/screenshot4.png