python-django-uwsgi-doc

Uwsgi related tools for django (documentation)
  https://github.com/unbit/django-uwsgi
  0
  no reviews



Django-uwsgi provides several features for django projects deployed to uwsgi:

* admin page with uwsgi stats (options to reload/stop uwsgi, clear uwsgi
cache)
* uwsgi cache backend for django
* uwsgi email backend 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 management command runuwsgi (with live autoreload when debug is true)
* uwsgi config generator
* django cbv mixins based on uwsgi decorators
this package contains the documentation.