find . -path "*/migrations/*.py" -not -name "__init__.py" -delete find . -path "*/migrations/*.pyc" -delete # Check status of files > python3 manage.py showmigrations create news migrations Enjoy:)