[google-appengine] Re: Zip django ?

2008-09-25 Thread Alexander Pugachev
Take a look here: http://docs.python.org/lib/node853.html 2008/9/25 Vitaliy [EMAIL PROTECTED] Hi On djangocon conference Guido says that you can zip django (trunk or 1.0), so uploading to GAE will be faster.. so what should I do.. just put django.zip inside or what ?

[google-appengine] Re: Support for like queries ?

2008-09-24 Thread Alexander Pugachev
Flo, my suggestion was wrong. I read article about bulk upload, and looked into google.appengine.ext.search. There is SearchableModel class which can help solve search problem. 2008/9/24 Alexander Pugachev [EMAIL PROTECTED] From what I see there are no such features. What I do right now

[google-appengine] Re: Help Deleting Corrupt Data from Datastore

2008-09-24 Thread Alexander Pugachev
as soon as I try to get() that record. the solution was posted in another thread where I asked about how to delete specifically.. fyi On Sep 24, 11:55 am, Alexander Pugachev [EMAIL PROTECTED] wrote: Maybe you could dump all valid models data, remove that model definition and update