From 15251c82ba5e2ffb6f5d9e95a7a464739757c16c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatriz=20Merino=20S=C3=A1nchez?= Date: Wed, 28 Oct 2015 14:26:11 +0100 Subject: [PATCH 01/16] 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..079847aa3 100644 --- a/hello/templates/index.html +++ b/hello/templates/index.html @@ -8,7 +8,7 @@ -

Borja Python on Heroku website

+

Bea 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 bd80507a33face003220cfc0fb7e1289b4c76bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatriz=20Merino=20S=C3=A1nchez?= Date: Wed, 28 Oct 2015 14:28:30 +0100 Subject: [PATCH 02/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ce66bbb8..8829e3830 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/bms27/python-getting-started/tree/master) ```sh $ heroku create From 8226ffc36c1ee886c84a424e91a501cf39432385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatriz=20Merino=20S=C3=A1nchez?= Date: Wed, 28 Oct 2015 18:42:56 +0100 Subject: [PATCH 03/16] 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 079847aa3..80ede2589 100644 --- a/hello/templates/index.html +++ b/hello/templates/index.html @@ -9,7 +9,7 @@

Bea 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 From f602279148171d5f2fb6259b425918dd75ea45ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatriz=20Merino=20S=C3=A1nchez?= Date: Wed, 28 Oct 2015 18:58:45 +0100 Subject: [PATCH 04/16] 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 80ede2589..7dc34008d 100644 --- a/hello/templates/index.html +++ b/hello/templates/index.html @@ -8,10 +8,10 @@ -

Bea Python on Heroku website

+

Beatriz website

Getting Started with Python - Source on GitHub + Source on GitHub
From 64593f3d2402461929f6821c8fa79380a60b93f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatriz=20Merino=20S=C3=A1nchez?= Date: Wed, 28 Oct 2015 19:08:06 +0100 Subject: [PATCH 05/16] 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 7dc34008d..0513fdf33 100644 --- a/hello/templates/index.html +++ b/hello/templates/index.html @@ -10,8 +10,8 @@

Beatriz website

- Getting Started with Python - Source on GitHub + Getting Started with Python + Source on GitHub
From 95ccbacdeecefe2a0d46194f90c6159ab72fd9ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatriz=20Merino=20S=C3=A1nchez?= Date: Wed, 28 Oct 2015 19:22:21 +0100 Subject: [PATCH 06/16] Update index.html --- hello/templates/index.html | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) diff --git a/hello/templates/index.html b/hello/templates/index.html index 0513fdf33..be8ef9596 100644 --- a/hello/templates/index.html +++ b/hello/templates/index.html @@ -10,37 +10,11 @@

Beatriz website

- Getting Started with Python - Source on GitHub + Linkedin + 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.
  • -
  • 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 2a4e3eceb379eabba24e0fb6bd5b168f88ae80cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatriz=20Merino=20S=C3=A1nchez?= Date: Wed, 28 Oct 2015 19:39:16 +0100 Subject: [PATCH 07/16] Update base.html --- hello/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello/templates/base.html b/hello/templates/base.html index b3da1dbd7..810165e7c 100644 --- a/hello/templates/base.html +++ b/hello/templates/base.html @@ -7,7 +7,7 @@