mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
fix busted shell_plus in the development environment
for some reason (unsure why), django-extensions has begun noticing ipython importability and treating "shell_plus" as "start an IPython notebook by default it could be that this is a bug in django-extensions that will be fixed soon, but for now, this fixes the issue
This commit is contained in:
parent
9dbf75f2a9
commit
61a0d1f77b
@ -40,6 +40,7 @@ NOTEBOOK_ARGUMENTS = [
|
||||
]
|
||||
|
||||
# print SQL queries in shell_plus
|
||||
SHELL_PLUS = 'ipython'
|
||||
SHELL_PLUS_PRINT_SQL = False
|
||||
|
||||
# show colored logs in the dev environment
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user