Re: Anybody used Google app engine, and wanna share their experience?

2008-04-08 Thread Adrian Holovaty
On Tue, Apr 8, 2008 at 1:45 AM, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > Can someone who has access do me a favour and write a hello world > application which echos back the WSGI environment. > [...] > I am interested to see what the values are for: > > wsgi.multiprocess >

Re: Anybody used Google app engine, and wanna share their experience?

2008-04-08 Thread Graham Dumpleton
Can someone who has access do me a favour and write a hello world application which echos back the WSGI environment. def application(environ, start_response): status = '200 OK' output = str(environ) response_headers = [('Content-type', 'text/plain'),

Re: Anybody used Google app engine, and wanna share their experience?

2008-04-08 Thread Adrian Holovaty
On Mon, Apr 7, 2008 at 11:14 PM, shabda <[EMAIL PROTECTED]> wrote: > I got the news too late, and no more invites were avialable. Anyone > who is using this, and their views ... It's pretty slick -- and much of it is influenced by Django, which is incredibly flattering. I have a sample app

Re: Anybody used Google app engine, and wanna share their experience?

2008-04-08 Thread shabda
Ya same here. Will try to play around with it later tonight, but first looks say running django apps with only modifying the db part should be possible. On Apr 8, 10:41 am, davenaff <[EMAIL PROTECTED]> wrote: > I think everyone was given a denied message initially. I got an > acceptance note

Re: Anybody used Google app engine, and wanna share their experience?

2008-04-07 Thread davenaff
I think everyone was given a denied message initially. I got an acceptance note around 10:15, but haven't had time to play around with it yet. On Apr 7, 9:14 pm, shabda <[EMAIL PROTECTED]> wrote: > I got the news too late, and no more invites were avialable. Anyone > who is using this, and

Anybody used Google app engine, and wanna share their experience?

2008-04-07 Thread shabda
I got the news too late, and no more invites were avialable. Anyone who is using this, and their views ... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to