From 334eccd578c4abcfe1e0d11a1227b37bf6553d65 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Mon, 11 Nov 2013 17:55:23 +0100 Subject: Rewrite installation instructions. --- docs/tips.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/tips.rst') diff --git a/docs/tips.rst b/docs/tips.rst index 5de4ec3..d92e5ab 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -1,6 +1,19 @@ Tips ==== +The toolbar isn't displayed! +---------------------------- + +The Debug Toolbar will only display itself if the mimetype of the response is +either ``text/html`` or ``application/xhtml+xml`` and contains a closing +```` tag. + +Be aware of middleware ordering and other middleware that may intercept +requests and return responses. Putting the debug toolbar middleware *after* +the Flatpage middleware, for example, means the toolbar will not show up on +flatpages. + + Performance considerations -------------------------- -- cgit v1.2.3