Add init command

This commit is contained in:
Matthew Dillon 2015-10-10 15:06:36 -07:00
parent cdb1ccf6d6
commit 17fc98c5fc

View file

@ -1 +1,2 @@
web: gunicorn -w 4 -b 0.0.0.0:8000 manage:app
init: python manage.py initdb