📌  相关文章
📜  您的模型具有尚未反映在迁移中的更改,因此不会应用.运行“manage.py makemigrations”进行新的迁移,然后重新运行“manage.py migrate”以应用它们. - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:15.816000             🧑  作者: Mango

代码示例2
$ python manage.py makemigrations && python manage.py migrate
$ git add --all
$ git commit -m "fixed migrate error"
$ git push heroku master
$ heroku run python manage.py makemigrations
$ heroku run python manage.py migrate
--- Done ___