diff options
| author | Rob Hudson | 2008-08-28 01:07:26 -0700 | 
|---|---|---|
| committer | Rob Hudson | 2008-08-28 01:07:26 -0700 | 
| commit | 566d2c20bda6e1eeb51c13573fc58d0eb191ea7a (patch) | |
| tree | 030c51411f9079f834f05d1c6073c7bef00d5515 /README.rst | |
| parent | 3e88449a9d0ea3c4652895264f507e3adca54e85 (diff) | |
| download | django-debug-toolbar-566d2c20bda6e1eeb51c13573fc58d0eb191ea7a.tar.bz2 | |
README changes
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 13 | 
1 files changed, 9 insertions, 4 deletions
| @@ -10,8 +10,8 @@ content are displayed.  Currently, the following panels have been written and are working: -- Django version -- SQL queries including time to execute +* Django version +* SQL queries including time to execute  If you have ideas for other panels please let us know. @@ -36,5 +36,10 @@ Installation  TODO  ==== -- Add more panels -- Get fancy with CSS and Javascript +* Add more panels + +  - Size of request? — Would need access to response object somehow. +  - List of important configuration settings in `settings.py`? +  - Request object info (POST, GET, META)? — Would need access to request object. + +* Get fancy with CSS and Javascript | 
