Skip to content

Commit 0571028

Browse files
committed
Added note about middleware ordering and flat pages.
1 parent 25d97a4 commit 0571028

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ Installation
4545
response is either `text/html` or `application/xhtml+xml` and contains a
4646
closing `</body>` tag.
4747

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+
4853
#. Make sure your IP is listed in the `INTERNAL_IPS` setting. If you are
4954
working locally this will be:
5055

0 commit comments

Comments
 (0)