From 490d6a99c55e6bc3b933038577a5aadcedd08ea3 Mon Sep 17 00:00:00 2001 From: Jose Salvador Ortega Cayuela Date: Wed, 28 Oct 2015 14:25:11 +0100 Subject: [PATCH 1/3] 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..07efc144c 100644 --- a/hello/templates/index.html +++ b/hello/templates/index.html @@ -8,7 +8,7 @@ -

Borja Python on Heroku website

+

Jose Salvador 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 677dcc0e4c013ce3b40176c4a88039bd4bdd00a1 Mon Sep 17 00:00:00 2001 From: Jose Salvador Ortega Cayuela Date: Wed, 28 Oct 2015 14:26:46 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ce66bbb8..f799af110 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/jsortegac/python-getting-started/tree/master) ```sh $ heroku create From 716b3c2252fbf16a9511b4900a42c3bce4881482 Mon Sep 17 00:00:00 2001 From: Jose Salvador Ortega Cayuela Date: Wed, 28 Oct 2015 19:04:46 +0100 Subject: [PATCH 3/3] Update index.html v2 algo mas de personalizacion a la web --- hello/templates/index.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/hello/templates/index.html b/hello/templates/index.html index 07efc144c..12ed773eb 100644 --- a/hello/templates/index.html +++ b/hello/templates/index.html @@ -8,10 +8,10 @@ -

Jose Salvador Python on Heroku website

+

Jose Salvador Ortega (me) is using Python to re-create a website supported by Heroku

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 + Empieza a usar Python + Accede a mi repositorio en GitHub
@@ -23,26 +23,27 @@

Jose Salvador Python on Heroku website

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!
{% endblock %}