What's Eating Gilbert Grape

Serve Flask App with uwsgi and Nginx

###Create wsgi.py from app import app

if __name__ == "__main__":
    app.run()

Reference

moviezhou /
tagged with Web dev  Technology  Python