📜  django 进行迁移 - Python 代码示例

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

代码示例3
$ 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 ___