[google-appengine] Re: Announcing: System Status Dashboard, Quota Details Page, and a Preview of Billing

2009-01-04 Thread Tiago S.
Hi, I'd like to know if the Google Checkout will be the only option for payment, as today. In my country(br) it's not supported and I'll not continue my developing if I wont be able to pay for more resources later. Thanks On Dec 16 2008, 9:59 pm, Marzia Niccolai wrote: > Hi, > > When billing

[google-appengine] Re: How to query through multiple models?

2009-01-01 Thread Tiago S.
x27;s not > fast enough for your app, you can always de-normalise later. > > On Jan 2, 2:59 pm, "Tiago S." wrote: > > > I´m facing the exactly same problem. I thought about querying all(with > > a fetch(100), in my case) the children with name 'Joe'

[google-appengine] Re: How to query through multiple models?

2009-01-01 Thread Tiago S.
I´m facing the exactly same problem. I thought about querying all(with a fetch(100), in my case) the children with name 'Joe', and then put all the parent keys in a list(with a list comprehension, maybe). With all the keys, query the Parent using Parent.get(list). Is this acceptable or the de-nor

[google-appengine] custom domain problems

2008-12-22 Thread Tiago S.
Hi, I've a app running with a custom domain and I can't access it anymore using the domain. Apparently, the ownership verification has failed and I can't access the control panel anymore via https://www.google.com/a/cpanel/cruzainhas.com.br neither add it again, as it says that "This domain has

[google-appengine] Re: Trouble with Multiple StringListProperty() + Django Templates

2008-12-10 Thread Tiago S.
Hi, I´m planning to do something very similar, but I´m not sure if the datastore will return both lists in the same order at every request. Does anyone knows what is the expected behavior? I don´t mean to hijack your thread, Dylan, as I thought this would be a nice thread to ask, because my que

[google-appengine] Re: Trouble with Multiple StringListProperty() + Django Templates

2008-12-10 Thread Tiago S.
Hi, I´m planning to do something very similar, but I´m not sure if the datastore will return both lists in the same order at every request. Does anyone knows what is the expected behavior? I don´t mean to hijack your thread, Dylan, as I thought this would be a nice thread to ask, because my que