[google-appengine] Re: Django 1.0

2009-05-09 Thread Waldemar Kornewald
On 8 Mai, 01:41, little_pea evgeny.demche...@gmail.com wrote: Does enybody know id Django 1.0 support is planned for App Engine? If you want an easy way to use Django 1.0 (and 1.1) you can use app- engine-patch: http://code.google.com/p/app-engine-patch/ Bye, Waldemar Kornewald

[google-appengine] Re: Django 1.0

2009-05-08 Thread Nick Johnson (Google)
Hi little_pea, It's not currently on our roadmap, so don't count on it in the near future. You can use Django 1.0 in your App Engine apps, you just have to bundle it and upload it with your app. -Nick Johnson On Fri, May 8, 2009 at 12:41 AM, little_pea evgeny.demche...@gmail.com wrote: Does

[google-appengine] Re: Django 1.0

2009-05-08 Thread Andy Freeman
Native django 1.0 may not be on the roadmap, but it is a very popular request. To join that crowd, star http://code.google.com/p/googleappengine/issues/detail?id=872 . On May 8, 1:59 am, Nick Johnson (Google) nick.john...@google.com wrote: Hi little_pea, It's not currently on our roadmap,

[google-appengine] Re: Django 1.0

2009-05-08 Thread Andy Freeman
Note that Django 1.1 is coming soon ( http://www.djangoproject.com/weblog/2009/may/07/django-1-1-update/ ) so it would be nice if app engine made the leap. On May 8, 5:33 am, Andy Freeman ana...@earthlink.net wrote: Native django 1.0 may not be on the roadmap, but it is a very popular request.

[google-appengine] Re: Django 1.0 + app-engine-patch

2009-01-30 Thread Jonathan Ultis
It looks like you really are missing the PIL module. syncdb isn't necessary with app-engine-patch. But, $ python manage.py shell will probably fail with the same error until PIL gets installed. Which platform are you developing on? On Jan 30, 10:44 am, metametagirl metametag...@gmail.com

[google-appengine] Re: Django 1.0 - any update on plans to replace 0.96 ?

2008-12-12 Thread Marzia Niccolai
Hi Alex, We are definitely interested in offering Django 1.0 with App Engine in the future. However, it seems likely that including Django 1.0 as the default Django version with App Engine would need to be part of an api version change, since such a change would likely brake existing apps. In

[google-appengine] Re: Django 1.0 - any update on plans to replace 0.96 ?

2008-12-12 Thread Sharp-Developer.Net
Thanks Marzia, Have GAE team thought about providing some warm-up url? So if GAE see a load is increasing (and probably could predict a new request handler will be needed soon) then engine calls some URL specified in app.yaml (for example) and a request handler instance created and kept in

[google-appengine] Re: Django 1.0 - any update on plans to replace 0.96 ?

2008-12-12 Thread Sharp-Developer.Net
For the time being I've disabled some operations in InstallAppengineHelperForDjango() (which I believe not used by my app at the moment) That reduced init time of Django from 0.8 to 0.3 sec. LoadAppengineEnvironment() #InstallReplacementImpModule() InstallAppengineDatabaseBackend()

[google-appengine] Re: Django 1.0 - any update on plans to replace 0.96 ?

2008-12-12 Thread yejun
It will be nice if GAE always keep one warmed up spare process. On Dec 12, 4:47 pm, Sharp-Developer.Net alexander.trakhime...@gmail.com wrote: Thanks Marzia, Have GAE team thought about providing some warm-up url? So if GAE see a load is increasing (and probably could predict a new request

[google-appengine] Re: Django 1.0 -- would someone from Google please respond

2008-09-09 Thread Michael Angerman
Paul, Thanks very much for answering my question, I really appreciate it and I am sure many others do as well. Thanks again, Michael I Angerman Albuquerque, New Mexico http://www.zrato.com On Mon, Sep 8, 2008 at 4:14 PM, Paul [EMAIL PROTECTED] wrote: Hi Michael, While we'd like to support

[google-appengine] Re: Django 1.0 -- would someone from Google please respond

2008-09-08 Thread Paul
Hi Michael, While we'd like to support Django 1.0 be default in App Engine its going to be a little while before we'll have that support. We are currently working on some larger features that require the team's resources. For the time being we suggest you include it in the app you are uploading

[google-appengine] Re: Django 1.0 -- would someone from Google please respond

2008-09-08 Thread Noah Gift
On Mon, Sep 8, 2008 at 6:14 PM, Paul [EMAIL PROTECTED] wrote: Hi Michael, While we'd like to support Django 1.0 be default in App Engine its going to be a little while before we'll have that support. Paul, I would like to point out that there is also very heavy demand for other web

[google-appengine] Re: Django 1.0?

2008-09-04 Thread Wooble
First search result on Django 1.0: http://groups.google.com/group/google-appengine/msg/d91a710891cc6789 On Sep 3, 8:40 pm, DaNmarner [EMAIL PROTECTED] wrote: Does any body know whether GAE is going to update the version included Django to 1.0?

[google-appengine] Re: Django 1.0?

2008-09-04 Thread Nico
I think the question is not if, but when. I hope it will happen very soon, now that 1.0 final is out... On 4 Sep., 02:40, DaNmarner [EMAIL PROTECTED] wrote: Does any body know whether GAE is going to update the version included Django to 1.0?