How to deploy flask on dotcloud?
http://flask.pocoo.org/snippets/46/ -- Think and code - imwilsonxu.net
From http://docs.dotcloud.com/components/python/ You need a file call wsgi.py that exposes the Flask application. If you have already followed the Application factories guide, then inside wsgi.py, you just need something like: application = create_app(Config()) On Wed, May 25, 2011 at 10:48 PM, Alex <gfreezy@gmail.com> wrote: > How to deploy flask on dotcloud? >