aboutsummaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-04 23:16:34 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-04 23:16:34 +0100
commit3a5174b12e0598724494e2fd81ac8943e909ee8d (patch)
treefe5837b4f011d843f662dcbca0295c1978533aac /Procfile
parentfix (diff)
downloadnewspipe-3a5174b12e0598724494e2fd81ac8943e909ee8d.tar.gz
newspipe-3a5174b12e0598724494e2fd81ac8943e909ee8d.tar.bz2
newspipe-3a5174b12e0598724494e2fd81ac8943e909ee8d.zip
New init Heroku processus.
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
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
bgstack15