We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb45f2 commit c1c336eCopy full SHA for c1c336e
README.rst
@@ -120,7 +120,7 @@ The debug toolbar has two settings that can be set in ``settings.py``:
120
If not set or set to None, the debug_toolbar
121
middleware will use its built-in show_toolbar method for determining whether
122
the toolbar should show or not. The default checks are that DEBUG must be
123
- set to True or the IP of the request must be in INTERNAL_IPS. You can
+ set to True and the IP of the request must be in INTERNAL_IPS. You can
124
provide your own method for displaying the toolbar which contains your
125
custom logic. This method should return True or False.
126
0 commit comments