From cc26060be89e8d4c9292b0fad9968e737e911f0e Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Sun, 18 Jan 2015 14:36:53 +0000 Subject: [PATCH] Update Procfile for new layout --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 41f35cc..e530b12 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn minie.wsgi --log-file - \ No newline at end of file +web: gunicorn project.wsgi --log-file - \ No newline at end of file