I've never seen anything that would make this "easy" in Django itself.  
You will probably have more luck looking into sql proxies.  Django will 
talk to the proxy, the proxy will figure out what database to actually 
query and return results to Django.  This way Django doesn't have to 
change, doesn't have to even know any thing funky is going on.  Btw, 
Isolated layers like that is a great way to architect a system.

I don't have a sql proxy to recommend, Google does though.

___________________________________________________________________________
Get out and about this spring with the Statesman! In print and online,
the Statesman has the area's Best Bets and recreation events.
Pick up your copy today or go to statesman.com 24/7.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to