[google-appengine] Re: Datastore API efficiency?

2009-09-20 Thread Carlos Pero
Great to know, and that's the direction I was going to go if you confirmed that behavior. Thanks again for the support, on a Sunday! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post

[google-appengine] Re: Get records keys from the datastore

2009-04-26 Thread Carlos Pero
I'm using this extensively so I wanted to add more information in case other developers find this thread. On Apr 24, 12:14 pm, 风笑雪 wrote: > query_results = my_query.get()key = query_results.key() .key() in a function .key in a Django template ...yields just the long alphanumeric string that the

[google-appengine] Re: Google Developer assistance needed for two issues

2009-04-26 Thread Carlos Pero
I should add that after running vacuum, the indexes do not show up as "Deleting" at all. They remain as "Error", which is why I'm suspicious about waiting any longer for it to change by itself. --~--~-~--~~~---~--~~ You received this message because you are subscr

[google-appengine] Re: Google Developer assistance needed for two issues

2009-04-27 Thread Carlos Pero
One of these indexes is necessary for my site, so further development is currently impaired...but since my app isn't live yet, I'm considering deleting all the entities in the datastore and then trying to delete the indexes again. I might even go so far as to choose a new Model name to start from

[google-appengine] Re: Google Developer assistance needed for two issues

2009-04-28 Thread Carlos Pero
Heaven helps those who help themselves... On Apr 27, 1:15 pm, Carlos Pero wrote: > One of these indexes is necessary for my site, so further development > is currently impaired...but since my app isn't live yet, I'm > considering deleting all the entities in the datastore a

[google-appengine] Re: Google Developer assistance needed for two issues

2009-05-01 Thread Carlos Pero
Hi Jason, Thanks for the reply on behalf of Google. It appears you are on the scene now giving assistance to others, so I'll certainly take you up on it next time I encounter a problem. In retrospect, in case my messages above didn't make it clear enough, I think everything would have been fine