Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 389 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 389 Bytes

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: