Skip to content

Commit 513c664

Browse files
committed
Add placeholder comment for where to place additional settings
1 parent 9556427 commit 513c664

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/settings/debug_toolbar/settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22

33
DEBUG_TOOLBAR_ENABLED = env.bool("DEBUG_TOOLBAR_ENABLED", default=True)
44
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

Comments
 (0)