Reset database

@database @sqlite

To reset the development database, which is typically SQLite (this only works for SQLite):

  1. delete all migrations folders for all apps in the project
  2. delete the SQLite.db file from project root
  3. run > manage.py migrate --run-syncdb

Now you should have a fresh development database.