From 05710288e02bb64ecd681340796db5b9ef20bef6 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Tue, 2 Mar 2010 13:03:36 -0800 Subject: Added note about middleware ordering and flat pages. --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 492c8f7..d90180e 100644 --- a/README.rst +++ b/README.rst @@ -45,6 +45,11 @@ Installation response is either `text/html` or `application/xhtml+xml` and contains a closing `` tag. + Note: 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. + #. Make sure your IP is listed in the `INTERNAL_IPS` setting. If you are working locally this will be: -- cgit v1.2.3