[Answered ]-How to delete existing migrations in Django 1.7

1👍

For a clean start.

  • Delete the migrations folder inside rango
  • delete database which created.Then restart your migration process

1👍

You don’t need to delete the migrations folder, only the migrations files, but leave __init__.py there.

👤Jaakko

Leave a comment