From 4bcc90496f7400fbd409f93c632c374800ef8ae0 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 28 May 2014 13:06:20 +0300 Subject: Use gunicorn --- Procfile | 2 +- requirements.txt | 1 + templates/home.html | 2 -- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Procfile b/Procfile index ac9d762..caf6722 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python server.py +web: gunicorn server:app diff --git a/requirements.txt b/requirements.txt index aefbef6..a5697db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,6 @@ Flask==0.10.1 Jinja2==2.7.2 MarkupSafe==0.23 Werkzeug==0.9.4 +gunicorn==18.0 itsdangerous==0.24 wsgiref==0.1.2 diff --git a/templates/home.html b/templates/home.html index 9f48ad1..0140224 100644 --- a/templates/home.html +++ b/templates/home.html @@ -19,8 +19,6 @@ }); }); -
-- cgit v1.3.1