Skip to content

Commit a466fe3

Browse files
committed
disable debug toolbar--it interfers with tests and i very rarely use it
1 parent afa5d53 commit a466fe3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cc_legal_tools/settings/dev.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
DEBUG = True
99

10-
INSTALLED_APPS += [ # noqa: F405
11-
"debug_toolbar",
12-
]
13-
MIDDLEWARE += ( # noqa: F405
14-
"debug_toolbar.middleware.DebugToolbarMiddleware",
15-
)
10+
# INSTALLED_APPS += [ # noqa: F405
11+
# "debug_toolbar",
12+
# ]
13+
# MIDDLEWARE += ( # noqa: F405
14+
# "debug_toolbar.middleware.DebugToolbarMiddleware",
15+
# )
1616

1717
INTERNAL_IPS = ("127.0.0.1",)
1818

0 commit comments

Comments
 (0)