Add init command
This commit is contained in:
parent
cdb1ccf6d6
commit
17fc98c5fc
1 changed files with 1 additions and 0 deletions
1
Procfile
1
Procfile
|
@ -1 +1,2 @@
|
|||
web: gunicorn -w 4 -b 0.0.0.0:8000 manage:app
|
||||
init: python manage.py initdb
|
||||
|
|
Loading…
Add table
Reference in a new issue