Skip to content

Instantly share code, notes, and snippets.

@toolness
Created November 14, 2012 10:43
Show Gist options
  • Select an option

  • Save toolness/4071475 to your computer and use it in GitHub Desktop.

Select an option

Save toolness/4071475 to your computer and use it in GitHub Desktop.
shell syntax highlighting test
# Initialize the virtual environment.
$ source .virtualenv/bin/activate
# Install heroku-specific dependencies.
$ pip install -r requirements.txt
# Heroku requires pushing master, so make a branch.
$ git checkout -b master development
$ heroku create
$ heroku addons:add cleardb:ignite
$ git push heroku master
$ heroku run python manage.py syncdb
$ heroku run python manage.py migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment