DEV Community

Jaweher Ben Salah
Jaweher Ben Salah

Posted on

Answer: django.db.migrations.exceptions.InconsistentMigrationHistory

Solved by commenting app admin before migration in settings.py

django.contrib.admin

and in urls.py,

('admin/', admin.site.urls)

uncomment after migrate

Top comments (0)