博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
django迁移数据库错误
阅读量:5094 次
发布时间:2019-06-13

本文共 416 字,大约阅读时间需要 1 分钟。

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

  成功!

转载于:https://www.cnblogs.com/huxiaoyi/p/10090820.html

你可能感兴趣的文章
Date时间
查看>>
学习canvas
查看>>
SharePoint CAML判断一个列表项是否有附件
查看>>
后台学习
查看>>
debugging information corrupt; recompile module
查看>>
2015多校1006.First One
查看>>
Sql2005中还原Sql2000的备份文件
查看>>
收藏一个小程序及其后台
查看>>
Bat学习
查看>>
jQuery很好的插件jQuery Pagination Plugin
查看>>
java nio
查看>>
单个日期
查看>>
图片圆角并居中显示解决方案
查看>>
别当鸟人——《软件人才管理的艺术》书评
查看>>
C++历史及优点
查看>>
JMeter数据库测试计划
查看>>
SVN diff
查看>>
网络协议栈14:Connect函数分解之网卡发送/接收数据流程
查看>>
allocwithzone
查看>>
编写程序,将来自文件中的行保存在一个vector<string>,然后使用一个istringstream 从vector中读取数据,每次读一个单词...
查看>>