On 9/4/07, nubis <[EMAIL PROTECTED]> wrote:
>
> Hi all, I think I got this wrong, are you saying that:
>
> Django supports connecting to several databases at the same time?
> Where do you configure each database connection? how do you tell a
> model which one to use?

I think the original responder got a little confused. Django currently
supports multiple database backends (so you can choose which database
you want to use), but a Django application can only connect to one
database at a time.

There is a branch (multiple-db-support) that was instituted to add
support for a Django application to connect to multiple databases.
However, work on this branch appears to have stalled - it hasn't been
touched in 9 months, so it is out of date with the current Django
trunk. I don't know how far development had progressed before it
stalled, but if you're feeling adventurous, it might be worth looking
at.

Yours,
Russ Magee %-)

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