FWIW, I would probably start out with the queryset-refactor branch, as it has made some great strides in increasing database modularity.
Looking at the dummy and sqlite backends in that branch should be a pretty good starting point. Remember than on Django trunk (or queryset-refactor), the DATABASE_ENGINE can be an arbitrary python path to your database engine, so placing it anywhere on your PYTHONPATH should be fine. I'm not sure if you'll be able to fully implement a backend, however, because there are some serious restrictions on the queries against BigTable. Case in point: it may be difficult discover a way to implement the exclude() filter on the new backend, as there is no "!=" operator in GQL. However, any backend would be better than none :) -Eric Florenzano --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---