forked fromheroku/python-getting-started
- Notifications
You must be signed in to change notification settings - Fork0
Getting Started with Python on Heroku
NotificationsYou must be signed in to change notification settings
pytdev/python-getting-started
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A barebones Python app, which can easily be deployed to Heroku.
This application supports theGetting Started with Python on Heroku article - check it out.
Make sure you have Pythoninstalled properly. Also, install theHeroku Toolbelt andPostgres.
$ git clone git@github.com:heroku/python-getting-started.git$cd python-getting-started$ pip install -r requirements.txt$ createdb python_getting_started$ python manage.py migrate$ python manage.py collectstatic$ herokulocal
Your app should now be running onlocalhost:5000.
$ heroku create$ git push heroku master$ heroku run python manage.py migrate$ heroku open
or
For more information about using Python on Heroku, see these Dev Center articles:
About
Getting Started with Python on Heroku
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- HTML55.1%
- Python44.9%