django-uwsgi-admin
Fork of https://github.com/unbit/uwsgi_django with better integration, packaging fixed etc etc …
Installation
Run 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
Release files for django-uwsgi-admin2 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-uwsgi-admin2-0.2.1.tar.gz | 4.5 kB | Details |
Release files / django-uwsgi-admin2-0.2.1.tar.gz
| Download URL | django-uwsgi-admin2-0.2.1.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
68ede0804763f07230896c4ae96032ecdba8fa904317336a1b35b92cb3e4d376
|
|
BLAKE2b-256 checksum How to use checksums |
93bc1ccbf0b1306e51e025108f9f052867e3ce82c23b947f62925d8bd6f665ed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |