-
-
Save dcluna/58c8ba5137fe665ca3ad to your computer and use it in GitHub Desktop.
hammer function for commcare-hq
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
| function hammer() { | |
| git checkout master | |
| git pull origin master | |
| git submodule update --init --recursive | |
| pip install -r requirements/requirements.txt -r requirements/dev-requirements.txt -r ⤷ requirements/prod-requirements.txt | |
| find . -name '*.pyc' -delete | |
| ./manage.py syncdb --migrate | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment