From 3a5174b12e0598724494e2fd81ac8943e909ee8d Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 4 Mar 2015 23:16:34 +0100 Subject: New init Heroku processus. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Procfile') diff --git a/Procfile b/Procfile index b684c297..16886d6c 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ web: python runserver.py -init: python db_create.py \ No newline at end of file +init: python manager.py db_create -- cgit