Reset database
@database @sqlite
To reset the development database, which is typically SQLite (this only works for SQLite):
- delete all migrations folders for all apps in the project
- delete the SQLite.db file from project root
- run > manage.py migrate --run-syncdb
Now you should have a fresh development database.