every time I 'python manage.py migrate myapp ' , errors happened , it said that the table is already exists... Any help ? please...
每次我'python manage.py迁移myapp'时,都会发生错误,它表示该表已经存在...有什么帮助吗?请...
1 个解决方案
#1
0
Maybe use python 'manage.py migrate myapp --fake' for all the migrations before the last one
也许使用python'manage.py migrate myapp --fake'进行最后一次迁移之前的所有迁移
#1
0
Maybe use python 'manage.py migrate myapp --fake' for all the migrations before the last one
也许使用python'manage.py migrate myapp --fake'进行最后一次迁移之前的所有迁移