From 043f930e57498eb8949ca9811df348666351914f Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Fri, 20 Nov 2015 16:24:10 +0000 Subject: [PATCH] Add runserver to Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 6c11f71d6..3ca2e96c2 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python application.py \ No newline at end of file +web: python application.py runserver \ No newline at end of file