1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Integrations
============
Django-Debug-Toolbar
--------------------
If you're using `django-debug-toolbar`_, you can add:
.. code-block:: py
DEBUG_TOOLBAR_PANELS += ['django_uwsgi.panels.UwsgiPanel',]
.. _django-debug-toolbar: http://django-debug-toolbar.readthedocs.org/en/latest/
.. image:: 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:
.. image:: screenshots/screenshot2.png
.. image:: screenshots/screenshot3.png
.. image:: screenshots/screenshot4.png
.. _Wagtail: http://wagtail.io
|