https://stackoverflow.com/questions/14616805/why-wont-django-use-ipython

配置方法:

https://blog.csdn.net/Li_G_yuan/article/details/88073231

注意:如果使用了虚拟环境,那么需要也需要在虚拟环境中安装ipython

可以使用如下语句测试虚拟环境中是否安装ipython

python manage.py shell -i ipython 

如果没有安装则报如下错误:
CommandError: Couldn't import ipython interface.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2021-04-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-21
猜你喜欢
  • 2021-05-18
  • 2021-10-08
  • 2022-12-23
  • 2021-06-07
  • 2021-10-03
  • 2021-11-05
  • 2021-08-05
相关资源
相似解决方案