From 440ecb759d6764680ce3f1a6dad0dfaa3a5a9e89 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Tue, 9 Sep 2008 23:28:53 -0700 Subject: Adding template panel info to README --- README.rst | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3