diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-08-16 20:20:59 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-08-16 20:20:59 +0300 |
| commit | 4f4961adc727bab09d9d5198e70988f9c8fa549b (patch) | |
| tree | 056e74f3eae4bb00553b3884050b863748a9a7e6 | |
| parent | bc11283c5c80701fd28ee7fdd936ff78794bf1fb (diff) | |
added README
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a43d897 --- /dev/null +++ b/README.md @@ -0,0 +1,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` |
