aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorRob Hudson2008-09-08 11:08:03 -0700
committerRob Hudson2008-09-08 11:08:03 -0700
commit68131cbf61cdde63d1c263ed5668f727fceb67b4 (patch)
treed7d6a2ddd610823ccfa64c80e1c0aaf9ef5fdbd2 /README.rst
parent9ad09dc7aab671b67344d443e2baf4300ac68073 (diff)
downloaddjango-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.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index ce8a762..5d56eb9 100644
--- a/README.rst
+++ b/README.rst
@@ -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.