python - Django 1.9 CircularDependencyError -
what can error???
raise circulardependencyerror(", ".join("%s.%s" % n n in cycle)) django.db.migrations.exceptions.circulardependencyerror: price_schedule.0001_initial, depot.0001_initial
even when run
python3 manage.py makemigrations
it shows "no changes detected", though deleted migrations file , folder
if run
python3 manage.py migrate
it not showing of app
apply migrations: authtoken, sessions, contenttypes, admin, auth running migrations: no migrations apply.
Comments
Post a Comment