django-uwsgi-admin

Django related examples/tricks/modules for uWSGI.


Keywords
uwsgi, django, mail, cache, template
License
MIT
Install
pip install django-uwsgi-admin==0.1-alpha

Documentation

Overview

docs Documentation Status
tests
package

Django related examples/tricks/modules for uWSGI.

  • Free software: MIT license

Installation

pip install django-uwsgi-admin

You can also install the in-development version with:

pip install https://github.com/ionelmc/django-uwsgi-admin/archive/master.zip

Documentation

https://django-uwsgi-admin.readthedocs.io/

Screenshots

django-debug-toolbar panel

https://github.com/ionelmc/django-uwsgi-admin/raw/master/docs/screenshots/screenshot1.png

Wagtail admin interface:

https://github.com/ionelmc/django-uwsgi-admin/raw/master/docs/screenshots/screenshot2.png

django.contrib.admin interface

https://github.com/ionelmc/django-uwsgi-admin/raw/master/docs/screenshots/screenshot3.png

https://github.com/ionelmc/django-uwsgi-admin/raw/master/docs/screenshots/screenshot4.png

https://github.com/ionelmc/django-uwsgi-admin/raw/master/docs/screenshots/screenshot5.png

https://github.com/ionelmc/django-uwsgi-admin/raw/master/docs/screenshots/screenshot6.png

https://github.com/ionelmc/django-uwsgi-admin/raw/master/docs/screenshots/screenshot7.png

https://github.com/ionelmc/django-uwsgi-admin/raw/master/docs/screenshots/screenshot8.png

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox