2 lines
76 B
Text
2 lines
76 B
Text
web: gunicorn -w 4 -b 0.0.0.0:8000 manage:app
|
|
init: python manage.py initdb
|
web: gunicorn -w 4 -b 0.0.0.0:8000 manage:app
|
|
init: python manage.py initdb
|