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 9556427 commit 513c664Copy full SHA for 513c664
config/settings/debug_toolbar/settings.py
@@ -2,3 +2,6 @@
2
3
DEBUG_TOOLBAR_ENABLED = env.bool("DEBUG_TOOLBAR_ENABLED", default=True)
4
DEBUG_TOOLBAR_CONFIG = {"SHOW_TOOLBAR_CALLBACK": "config.settings.debug_toolbar.setup.show_toolbar"}
5
+
6
+# You can place additional settings below
7
+# https://django-debug-toolbar.readthedocs.io/en/latest/configuration.html
0 commit comments