Skip to main content

Django related examples/tricks/modules for uWSGI.

Project description

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/unbit/django-uwsgi/raw/master/docs/screenshots/screenshot1.png

Wagtail admin interface:

https://github.com/unbit/django-uwsgi/raw/master/docs/screenshots/screenshot2.png https://github.com/unbit/django-uwsgi/raw/master/docs/screenshots/screenshot3.png

Emperor’s Vassal Admin Panel:

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

django.contrib.admin interface:

https://github.com/unbit/django-uwsgi/raw/master/docs/screenshots/screenshot5.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

Changelog

1.0.0 (2023-01-10)

  • Removed the runuwsgi management command as it was very broken. Yes, I’ve looked at django-uwsgi-ng (another fork, which has lots of changes for that command) and it’s still pretty unusable in general (expects a certain project layout, and still generates weird if not broken configuration).

    Instead you should own your uWSGI configuration and not lets some tool generate it for you as some of the options have high impact on the behavior and performance of uWSGI.

  • Fixed stats page title.

  • Made clear cache and reload actions be performed safely over POST requests (previously they were GET requests).

0.3.0 (2023-01-09)

Forked from https://github.com/unbit/django-uwsgi this adds:

  • Support for latest Django releases (3.2+).

  • A basic integration test suite.

  • Removed lots of old compat cruft.

  • Integrated the uWSGI stats pane directly in the Django admin. Adding urls manually is no longer necessary.

  • Removed the old wagtail-styled admin page (it was broken anyway).

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-uwsgi-admin-1.0.0.tar.gz (367.8 kB view hashes)

Uploaded Source

Built Distribution

django_uwsgi_admin-1.0.0-py3-none-any.whl (19.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page