File: integrations.rst

package info (click to toggle)
django-uwsgi 1.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 752 kB
  • sloc: python: 912; makefile: 158
file content (40 lines) | stat: -rw-r--r-- 704 bytes parent folder | download | duplicates (3)
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