File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 22
33from django .conf import settings
44
5- # Always import this module as follows:
6- # from debug_toolbar import settings [as dt_settings]
7-
8- # Don't import directly CONFIG or PANELs, or you will miss changes performed
9- # with override_settings in tests.
10-
115
126CONFIG_DEFAULTS = {
137 # Toolbar options
Original file line number Diff line number Diff line change @@ -54,7 +54,14 @@ Toolbar options
5454
5555* ``DISABLE_PANELS ``
5656
57- Default: ``{'debug_toolbar.panels.redirects.RedirectsPanel'} ``
57+ Default:
58+
59+ .. code-block :: python
60+
61+ {
62+ " debug_toolbar.panels.profiling.ProfilingPanel" ,
63+ " debug_toolbar.panels.redirects.RedirectsPanel" ,
64+ }
5865
5966 This setting is a set of the full Python paths to each panel that you
6067 want disabled (but still displayed) by default.
You can’t perform that action at this time.
0 commit comments