我该怎么办这个错误???
raise CircularDependencyError(", ".join("%s.%s" % n for n in cycle))
django.db.migrations.exceptions.CircularDependencyError: price_schedule.0001_initial, depot.0001_initial
即使我跑
python3 manage.py makemigrations
它显示"未检测到任何更改",即使我删除了所有迁移文件和文件夹
如果运行
python3 manage.py migrate
它没有显示我的所有应用
Apply all migrations: authtoken, sessions, contenttypes, admin, auth
Running migrations:
No migrations to apply.