diff options
| author | Vincent Driessen | 2011-01-09 10:06:25 -0800 |
|---|---|---|
| committer | Rob Hudson | 2011-01-09 10:06:25 -0800 |
| commit | 1d90d8e19c8f7a06a8f3e61535f4f83c12cb58c6 (patch) | |
| tree | 922aac320ec4ab1b06d0cbb931e0934d694c7752 /README.rst | |
| parent | 6578f0b8ea3b26022bb5161a40a77c6b15de21ae (diff) | |
| download | django-debug-toolbar-1d90d8e19c8f7a06a8f3e61535f4f83c12cb58c6.tar.bz2 | |
Added support for LogBook. Thanks to Vincent Driessen for the idea and
patch.
Signed-off-by: Rob Hudson <rob@cogit8.org>
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ Currently, the following panels have been written and are working: - Templates and context used, and their template paths - SQL queries including time to execute and links to EXPLAIN each query - List of signals, their args and receivers -- Logging output via Python's built-in logging module +- Logging output via Python's built-in logging, or via the `logbook <http://logbook.pocoo.org>`_ module There is also one Django management command currently: |
