If it is a multi-user environment and uninstall IPython is not an option, how would you go about launching a Django shell without IPython.
Passing --plain
will tell Django to not look for IPython.
As of Django 1.10 the --plain
flag is deprecated, instead you should use -i
flag to choose from available interactive shells {ipython,bpython,python}
./manage.py shell -i python
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With