从别处下载的Django源码在搭建的过程中遇到的错误
错误
django.db.migrations.exceptions.NodeNotFoundError: Migration users.0001_initial dependencies reference nonexistent parent node (‘auth’, ‘0012_alter_user_first_name_max_length’)
解释
依赖项引用不存在的父节点;
我遇到的是因为少编译迁移了一个app,从而导致另个一APP无法编译成功迁移文件文章来源:https://www.toymoban.com/news/detail-696461.html
解决
参考代码按照一定顺序编译迁移文件文章来源地址https://www.toymoban.com/news/detail-696461.html
到了这里,关于【报错】django.db.migrations.exceptions.NodeNotFoundError:的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!