diff options
| author | Rob Hudson | 2008-09-06 14:22:25 -0700 | 
|---|---|---|
| committer | Rob Hudson | 2008-09-06 14:22:25 -0700 | 
| commit | abc3351bcfd3b2d1aa9c317bc592f96092226ceb (patch) | |
| tree | 820bf043bf7fb479cba830ed901df49ba108a775 /README.rst | |
| parent | ef40163300af9677ee16a14a0accc592b6e4b680 (diff) | |
| download | django-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.rst | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -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 | 
