diff options
| author | Jacob Kaplan-Moss | 2008-09-15 17:06:13 +0100 | 
|---|---|---|
| committer | Jacob Kaplan-Moss | 2008-09-15 17:06:13 +0100 | 
| commit | 351081586846468c6c8b849e1d4ca5a35d05cd9d (patch) | |
| tree | 852948e921c091142d6657d85767ac749d321c7d /README.rst | |
| parent | ec38c74d20606182d9b9462977e185f0c37e99b2 (diff) | |
| download | django-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.rst | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -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  | 
