I\'m working on on a Flask app using Flask\'s built in dev server. I start it using Flask-Script. I want to switch to using Gunicorn as the web server. To do so, do I nee
Flask actually has docs to run Gunicorn here.
You have to remember that Gunicorn is a WSGI server with some niceties.