[google-appengine] render_to_response getting empty context

2008-09-29 Thread Consultuning
I'm confused about the way Django and GAE are mixed. For example, if I render a template using the Google provided example I get the expected results, but I cannot change the folder where the templates are searched. If I use the Django way, I can place the templates wherever I want, but I cannot g

[google-appengine] Re: Help with an accurate counter with no contention...?

2009-12-03 Thread Consultuning
The crux of the matter here is that you're requiring two things that seem to be contradictory. You can have accuracy at the expense of contention, and the only way of avoiding contention completely is at the expense of accuracy. I don't have a theoretical proof of this on hand, but in the general c

[google-appengine] Re: Model field value choices - can the list be generated dynamically?

2008-12-27 Thread Consultuning
I think that the best way to address your problem would be using a ReferenceProperty to another object type where you list all the colors you wish to present as choices, does that work? --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

[google-appengine] Re: Will Google support a relational database in the future?

2009-04-12 Thread Consultuning
> Pushing calculations from read time to write time makes sense in that reads > seriously out number writes for most web applications. Pushing calculations at write time instead of read time has some other very very strong implication that you're probably missing: that you know in advance what yo