On Sat, 2007-06-09 at 05:24 -0700, tma wrote:
> Hi,
> 
> I am building a web-based release system using django (which is great,
> btw).  I want to utilize information from our issue reporting system
> ("Issues solved in this release"), but that is located on a different
> server.
> 
> Since the settings module is global (DATABASE_* settings), can I only
> have one database server if I want to use the excelllent database
> interface in django.db ?
> 
> I think that's a limitation that others will see as well.

Searching for "Django multiple databases" turns up some links that will
give you useful information. In particular,

        http://code.djangoproject.com/wiki/MultipleDatabaseSupport

which talks about the multi-db branch of development. This is just
starting to show some life again -- search in recent messages in the
django-developers archive for more information.

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 [email protected]
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