python manage.py makemigrations python manage.py migrate
rm db.sqlite3
find . -path "*/migrations/*.py" -not -name "__init__.py" -delete find . -path "*/migrations/*.pyc" -delete