On Thu, 2009-02-12 at 22:23 -0800, matt pokrzywa wrote:
> Thanks for all the suggestions everyone.  While it is quite the
> heavyweight solution (and we'll probably just do everything w/ just
> views in the end), could someone give me a small outline of the steps
> I'd need to take to pull this XML backend thing off? Or point me to
> the right place?  Thanks!

You need to replace all the database interaction generated from teh
model level. So start reading code in django/db/models/. Be very
familiar with managers and querysets. And, even then, there will be bits
that aren't possible with existing fields. So you'll probably end up
doing something more like what Google App Engine is doing.

Finally, look at a recent thread on django-dev (within the past three
days) about Google App Engine and Django to see some plans for the
future.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to