From e14780f7b5202d148c94fcda4e2c2737b2e39297 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Mon, 23 Nov 2015 16:26:37 +0000 Subject: [PATCH] Fix Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 3ca2e96c2..33594db01 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python application.py runserver \ No newline at end of file +web: python app.py runserver \ No newline at end of file