aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Hudson2010-03-02 13:03:36 -0800
committerRob Hudson2010-03-02 13:03:36 -0800
commit05710288e02bb64ecd681340796db5b9ef20bef6 (patch)
tree6cf209fdd3b75cd669a86d943d4fb3f3e600cd71
parent25d97a4a097230a119cd1f9ca1d997341aeb75f1 (diff)
downloaddjango-debug-toolbar-05710288e02bb64ecd681340796db5b9ef20bef6.tar.bz2
Added note about middleware ordering and flat pages.
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
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 `</body>` 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: