Live data from Hacker News

Deploying full fledged flask app in production

kracekumar.com

1–4 of 4 posts

Re: Deploying full fledged flask app in production

#4
post #3

It's actually a wrong way of doing things. We are almost in 2014, you must use a configuration manager. It's better and simpler.

can you provide some insight on how you would setup your flask stack using a config manager?

I've heard people using Nginx + Gunicorn + Flask combo. Can someone explain why you need Nginx + Gunicorn?