diff options
| author | Jannis Leidel | 2012-08-27 12:41:22 +0200 |
|---|---|---|
| committer | Jannis Leidel | 2012-08-27 12:41:22 +0200 |
| commit | 4c3474b140e8e1289f6468349f225a42386c9ee0 (patch) | |
| tree | 0dcb9e2d704eecadc278f31b4b571701ee90ec06 | |
| parent | 83ca90650be659adac89010211497771bc0b7425 (diff) | |
| parent | 29c429df3057931e93423bd4d7f3646f8e64cb2a (diff) | |
| download | django-debug-toolbar-4c3474b140e8e1289f6468349f225a42386c9ee0.tar.bz2 | |
Merge branch 'patch-1' of https://github.com/myaser/django-debug-toolbar into myaser-patch-1
| -rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -146,6 +146,9 @@ The debug toolbar has two settings that can be set in `settings.py`: 'ENABLE_STACKTRACES' : True, } +#. note: HTML page (your templates) must contain closed body tag, meta tag with content="text/html. + toolbar wont display itself in other pages + `debugsqlshell` =============== The following is sample output from running the `debugsqlshell` management |
