librelist archives

« back to archive

How to deploy flask on dotcloud

How to deploy flask on dotcloud

From:
Alex
Date:
2011-05-25 @ 14:48
How to deploy flask on dotcloud?

Re: [flask] How to deploy flask on dotcloud

From:
Wilson Xu
Date:
2011-05-25 @ 14:58
http://flask.pocoo.org/snippets/46/

-- 
Think and code - imwilsonxu.net

Re: [flask] How to deploy flask on dotcloud

From:
Daniel , Dao Quang Minh
Date:
2011-05-25 @ 14:56
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?
>