aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorMahmoud Yaser2012-08-06 00:39:55 +0300
committerMahmoud Yaser2012-08-06 00:39:55 +0300
commit29c429df3057931e93423bd4d7f3646f8e64cb2a (patch)
tree798d8d472e4c5e82445f7f73766293673f4184f3 /README.rst
parent119874f649e67e04ded3847fc166b9798af26a78 (diff)
downloaddjango-debug-toolbar-29c429df3057931e93423bd4d7f3646f8e64cb2a.tar.bz2
Update README.rst
adding a note about templates that debug_toolbar can display it self on
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 44279ce..1f51ce9 100644
--- a/README.rst
+++ b/README.rst
@@ -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