Django 1.7 - makemigrations not detecting changes

前端 未结 29 1426
忘了有多久
忘了有多久 2020-11-27 12:43

As the title says, I can\'t seem to get migrations working.

The app was originally under 1.6, so I understand that migrations won\'t be there initially, and indeed i

29条回答
  •  一整个雨季
    2020-11-27 13:09

    Maybe I am too late but did you try to have a migrations folder in your app with a __init__.py file in it?

提交回复
热议问题