From 7ac0537b877c393661bb1a2a696ef3686b6e422c Mon Sep 17 00:00:00 2001 From: Aleksandr Date: Thu, 9 Nov 2017 20:59:59 +0300 Subject: [PATCH 1/3] Update requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 4616522a6..ceab95336 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ Django==1.9.7 gunicorn==19.6.0 psycopg2==2.6.1 whitenoise==2.0.6 +numpy From 61229db81d2f698a59838172789fa55221cdc41d Mon Sep 17 00:00:00 2001 From: Aleksandr Date: Thu, 9 Nov 2017 21:02:41 +0300 Subject: [PATCH 2/3] 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 97ec07386..db91f3124 100644 --- a/hello/templates/base.html +++ b/hello/templates/base.html @@ -1,7 +1,7 @@ -Python Getting Started on Heroku +Python Getting Started on Heroku with DevOps course From 7db91a9502aee453d775963b531b4277733d0cd1 Mon Sep 17 00:00:00 2001 From: Aleksandr Date: Thu, 9 Nov 2017 21:06:41 +0300 Subject: [PATCH 3/3] 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 db91f3124..3f29441be 100644 --- a/hello/templates/base.html +++ b/hello/templates/base.html @@ -1,7 +1,7 @@ -Python Getting Started on Heroku with DevOps course +Python Getting Started on Heroku with DevOps course in Polytech