aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorRob Hudson2008-09-09 23:28:53 -0700
committerRob Hudson2008-09-09 23:28:53 -0700
commit440ecb759d6764680ce3f1a6dad0dfaa3a5a9e89 (patch)
treee2461f4c21449ffc50ab8c8c020c5dd52ec01b13 /README.rst
parent6e41146140e85ca74a13fa0f7f9ae868a83ea31e (diff)
downloaddjango-debug-toolbar-440ecb759d6764680ce3f1a6dad0dfaa3a5a9e89.tar.bz2
Adding template panel info to README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 239eb17..44aba49 100644
--- a/README.rst
+++ b/README.rst
@@ -16,6 +16,7 @@ Currently, the following panels have been written and are working:
- Common HTTP headers
- GET/POST variable display
- Cache stats
+- Templates used and template directories
If you have ideas for other panels please let us know.
@@ -47,6 +48,7 @@ Installation
'debug_toolbar.panels.http_vars.HttpVarsDebugPanel',
'debug_toolbar.panels.sql.SQLDebugPanel',
'debug_toolbar.panels.cache.CacheDebugPanel',
+ 'debug_toolbar.panels.template.TemplateDebugPanel',
)
You can change the ordering of this tuple to customize the order of the