From 29c429df3057931e93423bd4d7f3646f8e64cb2a Mon Sep 17 00:00:00 2001 From: Mahmoud Yaser Date: Mon, 6 Aug 2012 00:39:55 +0300 Subject: Update README.rst adding a note about templates that debug_toolbar can display it self on--- README.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.rst') 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 -- cgit v1.2.3