Django

To remove all of the migration files in the current directory

Get the instructions here

find . -path "*/migrations/*.py" -not -name "__init__.py" -delete