Re: [flask] deploy script for app engine?
- From:
- Josh Horowitz
- Date:
- 2010-05-20 @ 12:31
You want me to write a document about how to deploy to App Engine?
But I was asking how to do so.
How would I write the document if I didn't know how to deploy to App Engine
in the first place?
On Thu, May 20, 2010 at 1:11 PM, Stephane Wirtel <stephane@wirtel.be> wrote:
> On 05/20/2010 12:51 PM, Josh Horowitz wrote:
> > Once you have created a Flask application, is there a script to convert
> it
> > into a deployable App Engine project?
> >
> > Or is there an example of how to deploy a Flask app to App Engine?
> >
>
> I'm not sure, but I think you can use the WSGIContainer of AppEngine.
>
> There is an example with Django,
> http://code.google.com/appengine/articles/django.html
>
> Please, Could you write a document about this point ? I will make a fork
> for the documentation of Flask with your text.
>
> Regards,
>
> Stéphane
>
>
Re: [flask] deploy script for app engine?
- From:
- Ron DuPlain
- Date:
- 2010-05-20 @ 22:10
Hi Josh,
>> On 05/20/2010 12:51 PM, Josh Horowitz wrote:
>>> is there an example of how to deploy a Flask app to App Engine?
>>>
Have you seen http://flasktodo.appspot.com ?
The README and source:
http://github.com/gigq/flasktodo
I haven't tried it, but it looks straightforward.
>> Stéphane wrote:
>> Please, Could you write a document about this point ? I will make a fork
>> for the documentation of Flask with your text.
>
> You want me to write a document about how to deploy to App Engine?
>
I think Stéphane was calling for contributions more generally.
-Ron
Re: [flask] deploy script for app engine?
- From:
- Josh Horowitz
- Date:
- 2010-05-21 @ 10:04
On Fri, May 21, 2010 at 12:10 AM, Ron DuPlain <ron.duplain@gmail.com> wrote:
> Hi Josh,
>
> >> On 05/20/2010 12:51 PM, Josh Horowitz wrote:
> >>> is there an example of how to deploy a Flask app to App Engine?
> >>>
>
> Have you seen http://flasktodo.appspot.com ?
>
> The README and source:
> http://github.com/gigq/flasktodo
>
> I haven't tried it, but it looks straightforward.
>
Thanks for the link, Ron.
So I should just replace the version of Flask that he's using in that
project with the latest release that's available.
The new release says it has some improvements for App Engine so I assume
it's probably better to be up-to-date.
>
> >> Stéphane wrote:
> >> Please, Could you write a document about this point ? I will make a fork
> >> for the documentation of Flask with your text.
> >
> > You want me to write a document about how to deploy to App Engine?
> >
>
> I think Stéphane was calling for contributions more generally.
>
> -Ron
>
My misunderstanding. Sorry.
Re: [flask] deploy script for app engine?
- From:
- Stephane Wirtel
- Date:
- 2010-05-20 @ 22:13
Written from my iPhone !
Le 21 mai 2010 à 00:10, Ron DuPlain <ron.duplain@gmail.com> a écrit :
> Hi Josh,
>
>>> On 05/20/2010 12:51 PM, Josh Horowitz wrote:
>>>> is there an example of how to deploy a Flask app to App Engine?
>>>>
>
> Have you seen http://flasktodo.appspot.com ?
>
> The README and source:
> http://github.com/gigq/flasktodo
>
thanks
> I haven't tried it, but it looks straightforward.
>
>>> Stéphane wrote:
>>> Please, Could you write a document about this point ? I will make
>>> a fork
>>> for the documentation of Flask with your text.
>>
>> You want me to write a document about how to deploy to App Engine?
>>
>
> I think Stéphane was calling for contributions more generally.
yes, it's sure. I like to see new contributions for a project.
thanks Ron
> -Ron