文件名称:django-debug-toolbar-template-profiler:在时间轴上显示模板渲染时间
文件大小:156KB
文件格式:ZIP
更新时间:2024-06-14 17:17:55
Python
django-debug-toolbar-template-profiler 的附加面板显示了渲染每个模板所花费的时间。 例如: 安装 首先,您需要按照django-debug-toolbar的进行安装和配置。 其次,安装此软件包: pip install django-debug-toolbar-template-profiler 第三,将其添加到已安装的应用程序中-顺序无关紧要,但是在debug_toolbar之后将其整齐地分组: INSTALLED_APPS = [ # ... "debug_toolbar" , "template_profiler_panel" , # ... ] 第四, 配置django-debug-toolbar的DEBUG_TOOLBAR_PANELS设置以包括面板。 您需要复制默认值并在最后添加面板:
【文件预览】:
django-debug-toolbar-template-profiler-master
----MANIFEST.in(89B)
----README.rst(2KB)
----template_profiler_panel()
--------panels()
--------apps.py(181B)
--------__init__.py(83B)
--------templatetags()
--------tests()
--------templates()
--------static()
----HISTORY.rst(2KB)
----CONTRIBUTING.md(139B)
----LICENSE(1KB)
----setup.cfg(28B)
----screenshot.png(164KB)
----setup.py(1KB)
----.gitignore(65B)