Skip to content

Commit 1d90573

Browse files
committed
Add comment in apps.py
1 parent 64cf278 commit 1d90573

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debug_toolbar/apps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def check_middleware(app_configs, **kwargs):
4747
)
4848
)
4949
elif len(debug_toolbar_indexes) != 1:
50+
# If the toolbar appears multiple times, report an error.
5051
errors.append(
5152
Error(
5253
"debug_toolbar.middleware.DebugToolbarMiddleware occurs "

0 commit comments

Comments
 (0)