diff options
| author | Rob Hudson | 2008-09-09 23:28:53 -0700 |
|---|---|---|
| committer | Rob Hudson | 2008-09-09 23:28:53 -0700 |
| commit | 440ecb759d6764680ce3f1a6dad0dfaa3a5a9e89 (patch) | |
| tree | e2461f4c21449ffc50ab8c8c020c5dd52ec01b13 | |
| parent | 6e41146140e85ca74a13fa0f7f9ae868a83ea31e (diff) | |
| download | django-debug-toolbar-440ecb759d6764680ce3f1a6dad0dfaa3a5a9e89.tar.bz2 | |
Adding template panel info to README
| -rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
