Created
August 11, 2015 14:45
-
-
Save flavianmissi/9ac0dd4e2becb89c49e8 to your computer and use it in GitHub Desktop.
Delete all migration files (but not __init__.py) from a Django project
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
find -E . -iregex '.*/[0-9].*\.py' #-delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment