File: features.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 (21 lines) | stat: -rwxr-xr-x 917 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
Features
========

* Admin page with `uWSGI`_ stats (options to reload/stop uWSGI, clear uWSGI cache)
* uWSGI :doc:`cache` for Django
* uWSGI :doc:`email` for Django(send emails via uWSGI's `spooler`_)
* Debug Panel for `django-debug-toolbar`_ (offers same functions as admin page)
* Django template loader for `embedded`_ into uWSGI files
* Django :doc:`command` ``runuwsgi`` (with live autoreload when DEBUG is True)
* uWSGI config generator
* Django CBV Mixins based on uWSGI decorators
* Forms to send log messages and signals to uWSGI via admin interface


Some features are not added into repo or not yet implemented(See :doc:`todo`)


.. _uWSGI: http://uwsgi-docs.readthedocs.org/en/latest/
.. _django-debug-toolbar: http://django-debug-toolbar.readthedocs.org/en/latest/
.. _spooler: http://uwsgi-docs.readthedocs.org/en/latest/Spooler.html
.. _embedded: http://uwsgi-docs.readthedocs.org/en/latest/Embed.html