Skip to content

Commit 54eda1b

Browse files
authored
Update tests/settings.py
1 parent 868e01f commit 54eda1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/settings.py

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
"django.contrib.messages",
2929
"django.contrib.staticfiles",
3030
"debug_toolbar",
31+
# We are not actively using template-partials; we just want more nesting
32+
# in our template loader configuration, see
33+
# https://github.com/django-commons/django-debug-toolbar/issues/2109
3134
"template_partials",
3235
"tests",
3336
]

0 commit comments

Comments
 (0)