diff options
| author | Rob Hudson | 2008-09-08 11:08:03 -0700 | 
|---|---|---|
| committer | Rob Hudson | 2008-09-08 11:08:03 -0700 | 
| commit | 68131cbf61cdde63d1c263ed5668f727fceb67b4 (patch) | |
| tree | d7d6a2ddd610823ccfa64c80e1c0aaf9ef5fdbd2 /README.rst | |
| parent | 9ad09dc7aab671b67344d443e2baf4300ac68073 (diff) | |
| download | django-debug-toolbar-68131cbf61cdde63d1c263ed5668f727fceb67b4.tar.bz2 | |
Rewrite of toolbar HTML, CSS, and JS.  Written by David Cramer with some
tweaks.  This also removes the jQuery dependency.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 6 | 
1 files changed, 0 insertions, 6 deletions
| @@ -53,14 +53,8 @@ Installation  #. Add `debug_toolbar` to your `INSTALLED_APPS` setting so Django can find the     the template files associated with the Debug Toolbar. -#. The UI effects of the Toolbar currently depend on jQuery to be already -   included in your templates.  So currently to test out the toolbar jQuery -   already needs to be loaded on the page.  We'll need a solution for this at -   some point. -  TODO  ====  - Panel idea: Show some commonly used settings from settings.py  - Panel idea: AJAX call to show cprofile data similar to the ?prof idea  - CSS Stylings -- Remove dependency on jQuery and come up with a general workable solution. | 
