I read through all the relevant documentation but I couldn't find any 
info on an issue I am about to face: accessing multiple tables in 
different databases with Django.

Here's a quick example:
My Django app (MyApp) has r/w access to the MyApp database on 
MySQLserver1, and all of MyApp models live within here. I now need to 
access a pre-existing database/table on MySQLserver2 to bring in some 
data relevant to MyApp.

My ultimate question is: does Django support accessing models that live 
in/on different databases/servers within one app? If so, how do I do 
this? If not, what should I be doing?

Thanks,
Derek


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