Created
May 24, 2018 10:38
-
-
Save andytwoods/7ffed597e74f3a10bff6ebb55b4f6a68 to your computer and use it in GitHub Desktop.
delete all django migration files in migration folders, via bat file, for windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FOR /d /r . %%d IN (migrations) DO @IF EXIST "%%d\0*.py" del "%%d\0*.py" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how add except venv path ?