2 lines
73 B
Text
2 lines
73 B
Text
web: gunicorn -w 4 manage:app --log-file=-
|
|
init: python manage.py initdb
|
web: gunicorn -w 4 manage:app --log-file=-
|
|
init: python manage.py initdb
|