Hi, I just started looking at Flask and it looks pretty sweet. I like to use Google App Engine and I was wondering -- has anybody gotten Flask to work with GAE? Or can anyone recommend any other cloud hosts? I suppose it would have to work with EC2 -- what about Slicehost? Thanks, Bill
I have it working on GAE without any difficulty. Take a look at https://github.com/kamalgill/flask-appengine-template and https://bitbucket.org/tlynn/appengine-skel/src both of which are templates for starting a new application. On Mar 27, 2011, at 4:06 PM, William Cauchois wrote: > Hi, > > I just started looking at Flask and it looks pretty sweet. I like to > use Google App Engine and I was wondering -- has anybody gotten > Flask to work with GAE? Or can anyone recommend any other cloud > hosts? I suppose it would have to work with EC2 -- what about > Slicehost? > > Thanks, > Bill
Good question & answer, I'm looking for this too. Thank you On 28 March 2011 04:19, Adam Oakman <adam.oakman@gmail.com> wrote: > I have it working on GAE without any difficulty. Take a look at > https://github.com/kamalgill/flask-appengine-template and > https://bitbucket.org/tlynn/appengine-skel/src both of which are templates > for starting a new application. > > On Mar 27, 2011, at 4:06 PM, William Cauchois wrote: > > Hi, > > I just started looking at Flask and it looks pretty sweet. I like to use > Google App Engine and I was wondering -- has anybody gotten Flask to work > with GAE? Or can anyone recommend any other cloud hosts? I suppose it would > have to work with EC2 -- what about Slicehost? > > Thanks, > Bill > > > -- coderbuzz
Just wanted to let you guys I maintain a GAE Flask template, too: https://github.com/zachwill/gae-flask-html5 I've set up the templates to use Paul Irish's html5 boilerplate. Zach > On Sun, Mar 27, 2011 at 9:21 PM, Indra Gunawan <indra.sync@gmail.com>wrote: > >> Good question & answer, I'm looking for this too. >> >> Thank you >> >> >> On 28 March 2011 04:19, Adam Oakman <adam.oakman@gmail.com> wrote: >> >>> I have it working on GAE without any difficulty. Take a look at >>> https://github.com/kamalgill/flask-appengine-template and >>> https://bitbucket.org/tlynn/appengine-skel/src both of which are >>> templates for starting a new application. >>> >>> On Mar 27, 2011, at 4:06 PM, William Cauchois wrote: >>> >>> Hi, >>> >>> I just started looking at Flask and it looks pretty sweet. I like to use >>> Google App Engine and I was wondering -- has anybody gotten Flask to work >>> with GAE? Or can anyone recommend any other cloud hosts? I suppose it would >>> have to work with EC2 -- what about Slicehost? >>> >>> Thanks, >>> Bill >>> >>> >>> >> >> >> -- >> coderbuzz >> >> >
Thanks guys! On Sun, Mar 27, 2011 at 9:16 PM, Zach Williams <hey@zachwill.com> wrote: > Just wanted to let you guys I maintain a GAE Flask template, too: > > https://github.com/zachwill/gae-flask-html5 > > I've set up the templates to use Paul Irish's html5 boilerplate. > > > Zach > > > >> On Sun, Mar 27, 2011 at 9:21 PM, Indra Gunawan <indra.sync@gmail.com>wrote: >> >>> Good question & answer, I'm looking for this too. >>> >>> Thank you >>> >>> >>> On 28 March 2011 04:19, Adam Oakman <adam.oakman@gmail.com> wrote: >>> >>>> I have it working on GAE without any difficulty. Take a look at >>>> https://github.com/kamalgill/flask-appengine-template and >>>> https://bitbucket.org/tlynn/appengine-skel/src both of which are >>>> templates for starting a new application. >>>> >>>> On Mar 27, 2011, at 4:06 PM, William Cauchois wrote: >>>> >>>> Hi, >>>> >>>> I just started looking at Flask and it looks pretty sweet. I like to use >>>> Google App Engine and I was wondering -- has anybody gotten Flask to work >>>> with GAE? Or can anyone recommend any other cloud hosts? I suppose it would >>>> have to work with EC2 -- what about Slicehost? >>>> >>>> Thanks, >>>> Bill >>>> >>>> >>>> >>> >>> >>> -- >>> coderbuzz >>> >>> >> >
We also provide a flask template for app engine https://github.com/blossom/flask-gae-skeleton Haven't updated it in a while, but i'm looking forward to add some improvements soon. greetings nik On Mar 28, 2011, at 8:20 PM, William Cauchois wrote: > Thanks guys! > > On Sun, Mar 27, 2011 at 9:16 PM, Zach Williams <hey@zachwill.com> wrote: > Just wanted to let you guys I maintain a GAE Flask template, too: > > https://github.com/zachwill/gae-flask-html5 > > I've set up the templates to use Paul Irish's html5 boilerplate. > > > Zach > > > On Sun, Mar 27, 2011 at 9:21 PM, Indra Gunawan <indra.sync@gmail.com> wrote: > Good question & answer, I'm looking for this too. > > Thank you > > > On 28 March 2011 04:19, Adam Oakman <adam.oakman@gmail.com> wrote: > I have it working on GAE without any difficulty. Take a look at https://github.com/kamalgill/flask-appengine-template and https://bitbucket.org/tlynn/appengine-skel/src both of which are templates for starting a new application. > > On Mar 27, 2011, at 4:06 PM, William Cauchois wrote: > >> Hi, >> >> I just started looking at Flask and it looks pretty sweet. I like to use Google App Engine and I was wondering -- has anybody gotten Flask to work with GAE? Or can anyone recommend any other cloud hosts? I suppose it would have to work with EC2 -- what about Slicehost? >> >> Thanks, >> Bill > > > > > -- > coderbuzz > > > >
For a quick start you can have a look at:- http://www.franciscosouza.com/2010/08/flying-with-flask-on-google-app-engine/ Alice! On Tue, Mar 29, 2011 at 2:51 AM, Nikolaus Graf <nik@deck.cc> wrote: > We also provide a flask template for app > engine https://github.com/blossom/flask-gae-skeleton > Haven't updated it in a while, but i'm looking forward to add some > improvements soon. > greetings nik > On Mar 28, 2011, at 8:20 PM, William Cauchois wrote: > > Thanks guys! > > On Sun, Mar 27, 2011 at 9:16 PM, Zach Williams <hey@zachwill.com> wrote: >> >> Just wanted to let you guys I maintain a GAE Flask template, too: >> https://github.com/zachwill/gae-flask-html5 >> I've set up the templates to use Paul Irish's html5 boilerplate. >> >> Zach >> >>> >>> On Sun, Mar 27, 2011 at 9:21 PM, Indra Gunawan <indra.sync@gmail.com> >>> wrote: >>>> >>>> Good question & answer, I'm looking for this too. >>>> Thank you >>>> >>>> On 28 March 2011 04:19, Adam Oakman <adam.oakman@gmail.com> wrote: >>>>> >>>>> I have it working on GAE without any difficulty. Take a look >>>>> at https://github.com/kamalgill/flask-appengine-template and https://bitbucket.org/tlynn/appengine-skel/src both >>>>> of which are templates for starting a new application. >>>>> On Mar 27, 2011, at 4:06 PM, William Cauchois wrote: >>>>> >>>>> Hi, >>>>> I just started looking at Flask and it looks pretty sweet. I like to >>>>> use Google App Engine and I was wondering -- has anybody gotten Flask to >>>>> work with GAE? Or can anyone recommend any other cloud hosts? I suppose it >>>>> would have to work with EC2 -- what about Slicehost? >>>>> Thanks, >>>>> Bill >>>> >>>> >>>> >>>> -- >>>> coderbuzz >>>> >>> >> > > >