-1

我在我的模型中添加了以下行

room = models.ForeignKey(Room)

之后我尝试使用南迁移:

./manage.py migrate myapp

但我收到以下错误:

Running migrations for myapp:
- Nothing to migrate.
- Loading initial data for myapp.
Installed 0 object(s) from 0 fixture(s)

你能告诉我我能在这里做什么吗?

4

1 回答 1

1

阅读教程的相关部分:http: //south.readthedocs.org/en/latest/tutorial/part1.html#chang-the-model

(提示:教程说有 3 个步骤。你只做其中的 2 个)。

于 2013-04-15T23:51:10.067 回答