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