From 17fc98c5fce12e2ae30d58a60eb612a83af5d87d Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sat, 10 Oct 2015 15:06:36 -0700 Subject: [PATCH] Add init command --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index 3ac500c..afbbb1f 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ web: gunicorn -w 4 -b 0.0.0.0:8000 manage:app +init: python manage.py initdb