django shell 使用ipython
https://stackoverflow.com/questions/14616805/why-wont-django-use-ipython
配置方法:
注意:如果使用了虚拟环境,那么需要也需要在虚拟环境中安装ipython
可以使用如下语句测试虚拟环境中是否安装ipython
python manage.py shell -i ipython
如果没有安装则报如下错误:
CommandError: Couldn't import ipython interface.
本文来自博客园,作者:那时一个人,转载请注明原文链接:https://www.cnblogs.com/qianxunman/p/13508042.html

浙公网安备 33010602011771号