Flask, CherryPy and static content
问题 I know there are plenty of questions about Flask and CherryPy and static files but I still can't seem to get this working. There's a snippet to deploy a Flask app on CherryPy here: http://flask.pocoo.org/snippets/24/ Is there a quick modification to have the wsgiserver serve the content in the static directory of the flask app? The static content features of CherryPy seem to reside within CherryPy. And I am unsure on how to mount a CherryPy app that does nothing but serve static content while