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