README.md

September 7, 2016 ยท View on GitHub

Deploying to Heroku

$ heroku create
$ git push heroku master

$ heroku run python manage.py migrate
$ heroku open

or

Deploy

Documentation

For more information about using Python on Heroku, see these Dev Center articles:

  • Python on Heroku

Contents

  1. 1Deploying to Heroku
  2. 2Documentation