aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorJacob Kaplan-Moss2008-09-15 17:06:13 +0100
committerJacob Kaplan-Moss2008-09-15 17:06:13 +0100
commit351081586846468c6c8b849e1d4ca5a35d05cd9d (patch)
tree852948e921c091142d6657d85767ac749d321c7d /README.rst
parentec38c74d20606182d9b9462977e185f0c37e99b2 (diff)
downloaddjango-debug-toolbar-351081586846468c6c8b849e1d4ca5a35d05cd9d.tar.bz2
Updated README to indicate a different (better?) method of getting the debug templates loaded.
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 791fa79..2bd8b87 100644
--- a/README.rst
+++ b/README.rst
@@ -43,6 +43,9 @@ Installation
#. Add `debug_toolbar` to your `INSTALLED_APPS` setting so Django can find the
the template files associated with the Debug Toolbar.
+
+ Alternatively, add the path to the debug toolbar templates
+ (``'path/to/debug_toolbar/templates'`` to your ``TEMPLATE_DIRS`` setting.)
#. Optional: Add a tuple called `DEBUG_TOOLBAR_PANELS` to your ``settings.py``
file that specifies the full Python path to the panel that you want included