From 8f5e131b31243af388bc1fb4d9cd231f1ddbfa7a Mon Sep 17 00:00:00 2001 From: Carlos Vicente Gil Massotti Date: Wed, 28 Oct 2015 14:25:41 +0100 Subject: [PATCH 1/2] Modificacion "borja" por "massotti" --- 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..c0dd07bfe 100644 --- a/hello/templates/index.html +++ b/hello/templates/index.html @@ -8,7 +8,7 @@ -

Borja Python on Heroku website

+

Massotti 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 c3dd7ce9ef4594a9d5c3bb15d8ac02c71fb197a3 Mon Sep 17 00:00:00 2001 From: Carlos Vicente Gil Massotti Date: Wed, 28 Oct 2015 14:28:08 +0100 Subject: [PATCH 2/2] Cambio borja por massotti en readme traslada todo a nuestro sitio --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ce66bbb8..19fe2fd3e 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/massotti/python-getting-started/tree/master) ```sh $ heroku create