文件名称:couchdbkit-debugpanel:couchdbkit 的调试工具栏面板
文件大小:29KB
文件格式:ZIP
更新时间:2024-08-06 13:57:03
Python
这是一个调试工具栏面板,用于添加沙发跟踪/性能日志记录 配置: 确保debug_toolbar已经在工作。 在您的 settings.py INSTALLED_APPS 中,添加: 'debug_toolbar', #the debug toolbar is required for this to work. 'couchdebugpanel', 'dimagi.utils', #this will be removed in a later update 在您的 DEBUG_TOOLBAR_PANELS 中,添加: 'couchdebugpanel.CouchDBLoggingPanel' 如果尚未定义,则需要明确传入所需面板的完整列表。 我建议从复制 (您还应该考虑禁用 LoggingPanel,因为 couchdbkit/restkit 默认使用大量日志记录。要么在 c
【文件预览】:
couchdbkit-debugpanel-master
----setup.py(490B)
----.gitignore(47B)
----requirements.txt(51B)
----MANIFEST.in(160B)
----couchdebugpanel()
--------templates()
--------__init__.py(25B)
--------couchpanel.py(11KB)
--------views.py(2KB)
--------static()
--------models.py(0B)
----README.rst(930B)