• Mike Grouchy's avatar
    Adds interpreter option to shell command as per ticket #18639 · f2abfe1e
    Mike Grouchy yazdı
    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
    f2abfe1e
django-admin.txt 46.8 KB