Overview

docs

Documentation Status

tests

GitHub Actions Build Status Requirements Status
Coverage Status

package

PyPI Package latest release PyPI Wheel Supported versions Supported implementations
Commits since latest release

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