We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d97a4 commit 0571028Copy full SHA for 0571028
README.rst
@@ -45,6 +45,11 @@ Installation
45
response is either `text/html` or `application/xhtml+xml` and contains a
46
closing `</body>` tag.
47
48
+ Note: Be aware of middleware ordering and other middleware that may
49
+ intercept requests and return responses. Putting the debug toolbar
50
+ middleware *after* the Flatpage middleware, for example, means the
51
+ toolbar will not show up on flatpages.
52
+
53
#. Make sure your IP is listed in the `INTERNAL_IPS` setting. If you are
54
working locally this will be:
55
0 commit comments