【发布时间】:2014-05-12 01:30:13
【问题描述】:
我尝试运行一些
python manage.py shell_plus --notebook --settings=my_app.settings.andi
但它失败并出现错误:
Unknown command: 'shell_plus'
Type 'manage.py help' for usage.
我已经安装了 ipython 和 shell_plus(来自我的 pip freeze)
django-shell-plus==1.1.5
ipython==1.2.1
如何处理?
【问题讨论】:
-
您是否已将
shell_plus添加到您的INSTALLED_APPS中? -
@neoascetic 有
--notebook吗?
标签: python django django-shell