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 f254204 commit addad31Copy full SHA for addad31
README.rst
@@ -106,7 +106,7 @@ The debug toolbar has two settings that can be set in `settings.py`:
106
* `SHOW_TOOLBAR_CALLBACK`: If not set or set to None, the debug_toolbar
107
middleware will use its built-in show_toolbar method for determining whether
108
the toolbar should show or not. The default checks are that DEBUG must be
109
- set to True and the IP of the request must be in INTERNAL_IPS. You can
+ set to True or the IP of the request must be in INTERNAL_IPS. You can
110
provide your own method for displaying the toolbar which contains your
111
custom logic. This method should return True or False.
112
0 commit comments