diff --git a/hello/templates/base.html b/hello/templates/base.html index 97ec07386..3f29441be 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 in Polytech 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