diff --git a/awx/settings/development.py b/awx/settings/development.py index ac2a9fde94..9629ecbf3e 100644 --- a/awx/settings/development.py +++ b/awx/settings/development.py @@ -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