Skip to content

Instantly share code, notes, and snippets.

@potaycat
Last active November 10, 2019 20:45
Show Gist options
  • Save potaycat/39edb07e1cfe74b981c4e325dce83141 to your computer and use it in GitHub Desktop.
Save potaycat/39edb07e1cfe74b981c4e325dce83141 to your computer and use it in GitHub Desktop.
useful terminal commands i found online
find . -path "*/migrations/*.py" -not -name "__init__.py" -not -path "./venv/*" -delete
find . -path "*/migrations/*.pyc" -not -path "./venv/*" -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment