从别处下载的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无法编译成功迁移文件
解决
参考代码按照一定顺序编译迁移文件