From 31ed9eff8bc6a598970fada07a731270c940a8d8 Mon Sep 17 00:00:00 2001 From: DJ Gillespie Date: Mon, 6 Apr 2020 17:40:30 -0600 Subject: [PATCH] [QRTR-45] added gunicorn config --- Procfile | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Procfile b/Procfile index a246805..fee5dfa 100755 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python3 manage.py runserver +web: gunicorn core.wsgi diff --git a/requirements.txt b/requirements.txt index 3a2a70b..47b1e23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,3 +12,4 @@ plaid-python>=3.7.0 dj-database-url>=0.5.0 psycopg2>=2.8.5 whitenoise>=5.0.1 +gunicorn