Flask Framework
Gunicorn
# equivalent to 'from hello import app', hello.py and app=flask()
$ gunicorn -w 4 'hello:app'Reference
Last updated
# equivalent to 'from hello import app', hello.py and app=flask()
$ gunicorn -w 4 'hello:app'Last updated