Last active
December 11, 2015 15:48
-
-
Save skryv/4623174 to your computer and use it in GitHub Desktop.
Deploying in two lines :)
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
| git push heroku master #update the code | |
| heroku run python manage.py migrate myapp #update the database of <myapp> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment