Skip to content

Instantly share code, notes, and snippets.

@skryv
Last active December 11, 2015 15:48
Show Gist options
  • Select an option

  • Save skryv/4623174 to your computer and use it in GitHub Desktop.

Select an option

Save skryv/4623174 to your computer and use it in GitHub Desktop.
Deploying in two lines :)
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