Drop/Delete your database
If you are using SQLite for your database, just delete this file.
If you are using MySQL/Postgres or any other database system, you will have to drop the database and then recreate a fresh database.
You will now need to delete all the migrations file except "init.py...