Commit fd704a250136efa9a277c2cf2775dd341b319ec7
1 parent
31eb7bc1
Exists in
dev
Forcing foreground mode for pyros.py shell command
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
pyros.py
... | ... | @@ -499,7 +499,7 @@ def shell(): |
499 | 499 | |
500 | 500 | # execProcess("python install.py install") |
501 | 501 | if not test_mode(): |
502 | - execProcessFromVenv("manage.py shell") | |
502 | + execProcessFromVenv("manage.py shell",foreground=True) | |
503 | 503 | # Go back to the initial dir |
504 | 504 | # os.chdir("../") |
505 | 505 | change_dir("PREVIOUS") | ... | ... |