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 b87bb20 commit 06af553Copy full SHA for 06af553
README.rst
@@ -11,12 +11,13 @@ Install
11
- pip install django-debug-toolbar-template-profiler
12
13
- Add 'template_profiler_panel.panels.template.TemplateProfilerPanel' to
14
- DEBUG_TOOLBAR_PANELS in your settings.py (.. _see how: http://django-debug-toolbar.readthedocs.org/en/latest/configuration.html#debug-toolbar-panels)
15
-
+ DEBUG_TOOLBAR_PANELS in your settings.py (see `how to add panel`_)
16
- Add 'template_profiler_panel' to INSTALLED_APPS
17
18
19
Screenshot
20
==========
21
.. image:: screenshot.png
22
+
23
+.. _how to add panel: http://django-debug-toolbar.readthedocs.org/en/latest/configuration.html#debug-toolbar-panels
0 commit comments