django - 如何从 PyCharm 运行 south manage.py 命令?

标签 django django-south pycharm django-manage.py

是否可以从 PyCharm 运行 manage.py south 命令?
如果可以,如何实现?
我找不到有关它的文档。

最佳答案

请参阅PY-2859 .

If south is added to INSTALLED_APPS migrate command should be in the list. It can be absent in case of PyCharm doesn't understand the structure of your project properly.

关于django - 如何从 PyCharm 运行 south manage.py 命令?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6580741/

相关文章:

python - celerybeat 从哪里获取它在启动期间显示的配置

Python/Django - 初始/默认管理页面

Django 装置。加载初始数据进程被终止

python - 更改南迁目录

django - South - 未检测到 Django 模型的更改

python - 使用 PyCharm 从 GitHub 安装 Python 包

不同域上的 Django 管理员

django - Django 表单字段的标签中的换行符

google-app-engine - 在 PyCharm 中指定 dev_appserver.py 参数

python - 在 Pycharm 和 Kivy 中使用 while 循环