跳转到主要内容

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',
)

必需的屏幕截图

管理器

https://raw.github.com/ionelmc/django-uwsgi-admin/master/docs/uWSGI-Stats.jpeg

调试工具栏

https://raw.github.com/ionelmc/django-uwsgi-admin/master/docs/uWSGI-Stats-debug-panel.jpeg

项目详情


下载文件

下载适合您平台的应用程序。如果您不确定要选择哪个,请了解有关安装包的更多信息。

源分布

django-uwsgi-admin2-0.2.1.tar.gz (4.5 kB 查看哈希值)

上传时间:

由以下机构支持