diff options
| author | dAniel hAhler | 2009-01-13 04:56:58 +0800 |
|---|---|---|
| committer | Rob Hudson | 2009-01-15 01:56:38 +0800 |
| commit | 9a7eb740ee424bd335701b1a40d860f5fcdc151d (patch) | |
| tree | 0d4dfdffc90346902127c459e461e36425f9eb51 /README.rst | |
| parent | 63394b531cd41eef831cc8a59e8b1848777ca626 (diff) | |
| download | django-debug-toolbar-9a7eb740ee424bd335701b1a40d860f5fcdc151d.tar.bz2 | |
Fix typo/grammar in README ("the the")
Signed-off-by: Rob Hudson <rob@tastybrew.com>
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ Installation INTERNAL_IPS = ('127.0.0.1',) #. Add `debug_toolbar` to your `INSTALLED_APPS` setting so Django can find the - the template files associated with the Debug Toolbar. + 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.) |
