uWSGI monitoring page in django admin and debug_toolbar panel.
Project description
Fork of https://github.com/unbit/uwsgi_django with better integration, packaging fixed etc etc …
Installation
pip install django-uwsgi-admin2 and add uwsgi_admin to INSTALLED_APPS. Thats it !
Bonus: debug_toolbar uWSGIDebugPanel
Just add 'uwsgi_admin.panels.uWSGIDebugPanel' to your DEBUG_TOOLBAR_PANELS.
Eg:
DEBUG_TOOLBAR_PANELS = ( 'debug_toolbar.panels.version.VersionDebugPanel', 'debug_toolbar.panels.timer.TimerDebugPanel', 'debug_toolbar.panels.settings_vars.SettingsVarsDebugPanel', 'debug_toolbar.panels.headers.HeaderDebugPanel', 'debug_toolbar.panels.request_vars.RequestVarsDebugPanel', 'debug_toolbar.panels.sql.SQLDebugPanel', 'debug_toolbar.panels.template.TemplateDebugPanel', 'debug_toolbar.panels.cache.CacheDebugPanel', 'debug_toolbar.panels.signals.SignalDebugPanel', 'debug_toolbar.panels.logger.LoggingPanel', 'uwsgi_admin.panels.uWSGIDebugPanel', )
Obligatory screenshots
Admin
Debug Toolbar
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for django-uwsgi-admin2-0.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b05cf1c350021b627a81668be520481b46395a13b43a9cd2a9f2fc787599ec2 |
|
MD5 | d99c51537271434a5d13c802ec877e7a |
|
BLAKE2b-256 | cdf659795e7ce342b72f9fe0ad1dae8a61294c04c69ab26f09c8e333c0e2401e |