Skip to content

Commit 463c5ee

Browse files
committed
Add print_qs to SHELL_PLUS_IMPORTS
1 parent 50634cf commit 463c5ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/django/base.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,8 @@
187187
from config.settings.debug_toolbar.setup import DebugToolbarSetup # noqa
188188

189189
INSTALLED_APPS, MIDDLEWARE = DebugToolbarSetup.do_settings(INSTALLED_APPS, MIDDLEWARE)
190+
191+
192+
SHELL_PLUS_IMPORTS = [
193+
"from styleguide_example.blog_examples.print_qs_in_shell.utils import print_qs"
194+
]

0 commit comments

Comments
 (0)