uWSGI监控页在django管理器和debug_toolbar面板中。
项目描述
Fork自https://github.com/unbit/uwsgi_django,具有更好的集成、打包修复等...
安装
运行 pip install django-uwsgi-admin2 并将 uwsgi_admin 添加到 INSTALLED_APPS。就这样!
额外功能:debug_toolbar uWSGIDebugPanel
只需将 'uwsgi_admin.panels.uWSGIDebugPanel' 添加到您的 DEBUG_TOOLBAR_PANELS 中。
例如
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', )
必需的屏幕截图
管理器
调试工具栏
项目详情
关闭
django-uwsgi-admin2-0.2.1.tar.gz的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 68ede0804763f07230896c4ae96032ecdba8fa904317336a1b35b92cb3e4d376 |
|
MD5 | 7dd3b68db3ce70f4e375d871172fc748 |
|
BLAKE2b-256 | 93bc1ccbf0b1306e51e025108f9f052867e3ce82c23b947f62925d8bd6f665ed |