heroku / python-getting-started

Getting Started with Python on Heroku.

Home Page:https://devcenter.heroku.com/articles/getting-started-with-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python: Getting Started

A barebones Django app, which can easily be deployed to Heroku.

Deploying to Heroku

Using resources for this example app counts towards your usage. Delete your app and database as soon as you are done experimenting to control costs.

By default, apps use Eco dynos if you are subscribed to Eco. Otherwise, it defaults to Basic dynos. The Eco dynos plan is shared across all Eco dynos in your account and is recommended if you plan on deploying many small apps to Heroku. Learn more about our low-cost plans here.

Eligible students can apply for platform credits through our new Heroku for GitHub Students program.

This application supports the Getting Started with Python on Heroku article - check it out for instructions on how to deploy this app to Heroku and also run it locally.

Alternatively, you can deploy it using this Heroku Button:

Deploy

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

About

Getting Started with Python on Heroku.

https://devcenter.heroku.com/articles/getting-started-with-python


Languages

Language:Python 60.3%Language:HTML 38.0%Language:Procfile 1.8%