librelist archives

« back to archive

Google App Engine

Google App Engine

From:
William Cauchois
Date:
2011-03-27 @ 21:06
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

Re: [flask] Google App Engine

From:
Adam Oakman
Date:
2011-03-27 @ 21:19
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

Re: [flask] Google App Engine

From:
Indra Gunawan
Date:
2011-03-28 @ 02:21
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

Re: [flask] Google App Engine

From:
Zach Williams
Date:
2011-03-28 @ 04:16
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
>>
>>
>

Re: [flask] Google App Engine

From:
William Cauchois
Date:
2011-03-28 @ 18:20
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
>>>
>>>
>>
>

Re: [flask] Google App Engine

From:
Nikolaus Graf
Date:
2011-03-28 @ 21:21
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
> 
> 
> 
> 

Re: [flask] Google App Engine

From:
alice ni
Date:
2011-03-29 @ 06:09
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
>>>>
>>>
>>
>
>
>