From f1d6893c87f5452026f4c57069d56d44a23d8401 Mon Sep 17 00:00:00 2001 From: Matt Hickford Date: Mon, 25 Aug 2014 13:47:13 +0100 Subject: [PATCH 1/2] Create app.json per https://devcenter.heroku.com/articles/heroku-button#creating-the-app-json-file --- app.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..74a2815 --- /dev/null +++ b/app.json @@ -0,0 +1,6 @@ +{ + "name": "Python Flask sample", + "description": "A 'hello world' Python app using the Flask framework", + "repository": "https://github.com/heroku/python-sample", + "keywords": ["python", "flask"] +} From 78d511dc2350ffa5f25d288671be5e2830ff79bb Mon Sep 17 00:00:00 2001 From: Matt Hickford Date: Mon, 25 Aug 2014 13:48:26 +0100 Subject: [PATCH 2/2] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6495d98 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +python-sample +============= + +A 'hello world' web app written in Python using the [Flask](http://flask.pocoo.org/) microframework. + +[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)