A question I'd like to ask experienced developers:
Is it possible to write a django db backend that uses google's db api?
(this one: http://code.google.com/appengine/docs/datastore/)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the
I really liked the two, now deprecated, methods (form_for_model and
form_for_instance) for working with newforms. I could reuse the dead-
simple logic (if post: validate and save else: display once again) and
pass the generated Form class in both add and edit. Let me show you:
def processForm(Pro