Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 141 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 141 Bytes

Tutorial 8

Interacting with Jinja templates

Running flask app with gunicorn

    gunicorn --bind 0.0.0.0:8000 "manage:create_app()"