Skip to content

ionelmc/django-uwsgi-admin

 
 

Repository files navigation

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

image

Wagtail admin interface:

image

django.contrib.admin interface

image

image

image

image

image

image

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

About

uWSGI statistics and restart right in the django admin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 77.9%
  • HTML 22.1%