summaryrefslogtreecommitdiff
path: root/README.md
blob: a43d897a146e529253158da8d595a8f6b095f2a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Heroky Python Skeleton
======================

This repository has all the base files ready for deploying a Heroku application.

Usage
-----

 - `git clone https://github.com/yuvadm/heroku-python-skeleton.git`
 - `cd heroku-python-skeleton`
 - `heroku create`
 - `heroku addons:add heroku-postgresql:dev`
 - `git push heroku master`