Skip to content

Commit

Permalink
Mention that the toolbar only displays when DEBUG=True.
Browse files Browse the repository at this point in the history
Fixes #700.
  • Loading branch information
tim-schilling committed Apr 27, 2015
1 parent 51aa643 commit 136eb4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Tips
The toolbar isn't displayed!
----------------------------

The Debug Toolbar will only display itself if the mimetype of the response is
The Debug Toolbar will only display when ``DEBUG = True`` in your project's
settings. It will also only display if the mimetype of the response is
either ``text/html`` or ``application/xhtml+xml`` and contains a closing
``</body>`` tag.

Expand Down

0 comments on commit 136eb4a

Please sign in to comment.