From 351081586846468c6c8b849e1d4ca5a35d05cd9d Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Mon, 15 Sep 2008 17:06:13 +0100 Subject: Updated README to indicate a different (better?) method of getting the debug templates loaded. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3