django.db.migrations.exceptions.InconsistentMigrationHistory: Migration chat.0001_initial is applied before its dependency account.0045_auto_20200618_1121 on database 'default'.
130 views
Skip to first unread message
Minh Giang Hoàng
unread,
Jul 10, 2020, 6:06:46 AM7/10/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I'm encountering this problem for the first time. The order of the application for the files are correct (account before chat). Is there anyone willing to help? :)