mirror of
https://github.com/django/django.git
synced 2025-01-27 02:29:55 +00:00
f2abfe1e48
Specify python interpreter interface ipython or bpython with the -i, --interface options argument. ex// python manage.py shell -i bpython ex// python manage.py shell --interface bpython Like all other options, defaults to default python interpreter when your selected choice isn't available. updated documentation where appropriate