【发布时间】:2021-07-24 13:34:14
【问题描述】:
我在PyCharm 中创建了一个配置,允许我调试 Django shell/shell_plus。它可以正常工作,但我也希望它能够像以这种方式执行时那样自动完成方法和属性:
python manage.py shell_plus
它可能需要使用我安装的iPython,但我不知道在哪里设置。
你知道该怎么做吗?
【问题讨论】:
标签: python django intellij-idea pycharm ipython