If this occurs to you in an app that already has a migrations folder (and a init.py file in it), delete all other files, and run makemigrations and migrate again.
P.S.: You may need to reconfigure your models.py or some tables in your database manually.