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