Skip to content

Repository files navigation

Python: Getting Started

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 local

Your app should now be running on localhost:5000.

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:

Start me

nohup sudo gunicorn gettingstarted.wsgi --bind 0.0.0.0:80 -w 4 --timeout 90 &

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages