我正在尝试使用模式迁移,因为我有我的模型,其中我之前有两个模型,我已经创建了另外三个模型。 我尝试了几个命令,如
python manage.py schemamigration appname --add modelname
python manage.py schemamigration appname
python manage.py schemamigration
python manage.py schemamigration appname --fake
但没有运气
有时会给我错误
You have not passed any of --initial, --auto, --empty, --add-model, --add-field or --add-index.
有时候这个
sage: manage.py schemamigration [options]
Creates a new template schema migration for the given app
manage.py: error: ambiguous option: --add (--add-field, --add-index, --add-model?)
我是django的新手,所以想要一些帮助。
答案 0 :(得分:0)
终于搞定了
python manage.py schemamigration appname --auto