From 4dc50dc4888403769ec91d8a657d52e2c09cfe63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuria=20Fern=C3=A1ndez?= Date: Wed, 28 Oct 2015 14:25:50 +0100 Subject: [PATCH 1/4] Update index.html --- hello/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello/templates/index.html b/hello/templates/index.html index 467443254..4302c58db 100644 --- a/hello/templates/index.html +++ b/hello/templates/index.html @@ -8,7 +8,7 @@ -

Borja Python on Heroku website

+

Nuria Python on Heroku website

This is a sample Python application deployed to Heroku. It's a reasonably simple app - but a good foundation for understanding how to get the most out of the Python @ Heroku platform.

Getting Started with Python Source on GitHub @@ -45,4 +45,4 @@

Helpful Links

Please do work through the Getting Started guide, even if you do know how to build such an application. The guide covers the basics of working with Heroku, and will familiarize you with all the concepts you need in order to build and deploy your own apps. -{% endblock %} \ No newline at end of file +{% endblock %} From c73c6cc6ef9d5d77efd08aa492fa7adfd4e8eae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuria=20Fern=C3=A1ndez?= Date: Wed, 28 Oct 2015 14:33:21 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ce66bbb8..7cd00a4b5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ $ foreman start web Your app should now be running on [localhost:5000](http://localhost:5000/). ## Deploying to Heroku -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/borja/python-getting-started/tree/master) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/fvnuria/python-getting-started/tree/master) ```sh $ heroku create From f6dacc90a9b912a631a8de91fa04d7f29f99e353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuria=20Fern=C3=A1ndez?= Date: Wed, 28 Oct 2015 22:36:29 +0100 Subject: [PATCH 3/4] Update index.html --- hello/templates/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hello/templates/index.html b/hello/templates/index.html index 4302c58db..bff04a213 100644 --- a/hello/templates/index.html +++ b/hello/templates/index.html @@ -11,21 +11,21 @@

Nuria Python on Heroku website

This is a sample Python application deployed to Heroku. It's a reasonably simple app - but a good foundation for understanding how to get the most out of the Python @ Heroku platform.

Getting Started with Python - Source on GitHub + Source on GitHub

How this sample app works

    -
  • This app was deployed to Heroku, either using Git or by using Heroku Button on the repository.
  • +
  • This app was deployed to Heroku, either using Git or by using Heroku Button on the repository.
  • -
  • When Heroku received the source code, it grabbed all the dependencies in the requirements.txt file.
  • +
  • When Heroku received the source code, it grabbed all the dependencies in the requirements.txt file.
  • The platform then spins up a dyno, a lightweight container that provides an isolated environment in which the slug can be mounted and executed.
  • You can scale your app, manage it, and deploy over 150 add-on services, from the Dashboard or CLI.
  • Check out the Getting Started guide to learn more!
  • From b31c4caf4f8800608b77be83071317709e02245c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuria=20Fern=C3=A1ndez?= Date: Wed, 28 Oct 2015 22:48:21 +0100 Subject: [PATCH 4/4] Update index.html --- hello/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello/templates/index.html b/hello/templates/index.html index bff04a213..1620125e2 100644 --- a/hello/templates/index.html +++ b/hello/templates/index.html @@ -16,7 +16,7 @@

    Nuria Python on Heroku website