We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210a3f1 commit b87bb20Copy full SHA for b87bb20
README.rst
@@ -8,9 +8,10 @@ graphical respresentation on the timeline (see screenshot)
8
Install
9
=======
10
11
+- pip install django-debug-toolbar-template-profiler
12
+
13
- Add 'template_profiler_panel.panels.template.TemplateProfilerPanel' to
- DEBUG_TOOLBAR_PANELS in your settings.py (see
- http://django-debug-toolbar.readthedocs.org/en/latest/configuration.html#debug-toolbar-panels)
14
+ DEBUG_TOOLBAR_PANELS in your settings.py (.. _see how: http://django-debug-toolbar.readthedocs.org/en/latest/configuration.html#debug-toolbar-panels)
15
16
- Add 'template_profiler_panel' to INSTALLED_APPS
17
0 commit comments