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.
2 parents 1ca18c6 + c1c336e commit 22ebebdCopy full SHA for 22ebebd
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