Check it out at af-music
Make sure you have Python installed properly. Also, install the Heroku Toolbelt and Postgres.
cd python-getting-started
$ pipenv install
$ python manage.py collectstatic
$ heroku localYour app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku run python manage.py migrate
$ heroku openor
For more information about using Python on Heroku, see these Dev Center articles:
nohup sudo gunicorn gettingstarted.wsgi --bind 0.0.0.0:80 -w 4 --timeout 90 &
