Posted in Python onJuly 29, 2019
django.db.migrations.graph.NodeNotFoundError: Migration order.0002_auto_20181209_0031 dependencies reference nonexistent parent node ('user', '0001_initial')
删除所有的pyc文件,迁移文件 然后重新运行
python manage.py makemigrations
django.db.utils.InternalError: (1060, "Duplicate column name 'addr_id'")
运行
python manage.py migrate --fake
然后重新运行
python manage.py migrate
成功!
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持三水点靠木。
django迁移数据库错误问题解决
- Author -
胡小易声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@