From de70050ceb438d03ad3400a31b887b1273fdea81 Mon Sep 17 00:00:00 2001 From: Gregory Trullemans Date: Mon, 9 May 2022 08:43:22 +0200 Subject: [PATCH] Fix Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index f77ba1d..b984abb 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ release: python manage.py migrate -web: gunicorn config.wsgi +web: gunicorn comptaClub.wsgi