aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorRob Hudson2008-09-06 14:22:25 -0700
committerRob Hudson2008-09-06 14:22:25 -0700
commitabc3351bcfd3b2d1aa9c317bc592f96092226ceb (patch)
tree820bf043bf7fb479cba830ed901df49ba108a775 /README.rst
parentef40163300af9677ee16a14a0accc592b6e4b680 (diff)
downloaddjango-debug-toolbar-abc3351bcfd3b2d1aa9c317bc592f96092226ceb.tar.bz2
Updating rendering to use Django templates and could possibly be overridden.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index f1a0c2c..def75c7 100644
--- a/README.rst
+++ b/README.rst
@@ -34,6 +34,9 @@ Installation
'debug_toolbar.panels.sql.SQLDebugPanel',
)
+#. Add `debug_toolbar` to your `INSTALLED_APPS` setting so Django can find the
+ the template files association with the Debug Toolbar.
+
TODO
====
- Add more panels