From 84801a72042126d75ef59221be4489626b0fd9d1 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 22 May 2018 01:02:32 +0200 Subject: [PATCH] Fix procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index ffd3eb5..967f654 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ release: python manage.py migrate -web: gunicorn workout.wsgi --log-file - \ No newline at end of file +web: gunicorn manuels_collection.wsgi --log-file - \ No newline at end of file