diff --git a/README.md b/README.md index 2ce66bbb8..0f8325bb6 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/lsog/python-getting-started/tree/master) ```sh $ heroku create diff --git a/hello/templates/base.html b/hello/templates/base.html index b3da1dbd7..f0235487e 100644 --- a/hello/templates/base.html +++ b/hello/templates/base.html @@ -1,45 +1,28 @@ -GettingStarted +Página de Leandro @@ -48,30 +31,7 @@
-
diff --git a/hello/templates/index.html b/hello/templates/index.html index 467443254..b580fcddb 100644 --- a/hello/templates/index.html +++ b/hello/templates/index.html @@ -3,46 +3,39 @@ {% block content %} -
-
- -

Borja 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 -
+
+


+

LEANDRO SANTIAGO OTÓN GONZÁLEZ

+


+

¿Quieres conocer más acerca de quién soy y qué hago? No te lo pierdas y accede a mi LinkedIn

+


+

Patrocinador oficial de www.runfuncionalxtrem.es. Los mejores consejos deportivos de mano del gran profesional Paul Sastre

+


+
-
+
+
-

How this sample app works

+

Información adicional

    -
  • 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!
  • +
  • Página creada utilizando el entorno de GitHub
  • +
  • Primera vez que utilizo GitHub
-
-{% endblock %} \ No newline at end of file +{% endblock %}