Re: Multi DB question

2008-04-17 Thread Ivan Sagalaev
shabda wrote: >> You could use SQLAlchemy to access your forum database, as long as you >> don't need it in the admin. > > As, I just need to access the other DB in one place, I think this is > the way to go here. Come on guys! If you just need to create a record in a DB you certainly don't nee

Re: Multi DB question

2008-04-17 Thread shabda
>You could use SQLAlchemy to access your forum database, as long as you >don't need it in the admin. As, I just need to access the other DB in one place, I think this is the way to go here. On Apr 17, 7:50 pm, "Ariel Mauricio Nunez Gomez" <[EMAIL PROTECTED]> wrote: > On Thu, Apr 17, 2008 at 6:00

Re: Multi DB question

2008-04-17 Thread Ariel Mauricio Nunez Gomez
On Thu, Apr 17, 2008 at 6:00 AM, shabda <[EMAIL PROTECTED]> wrote: > > I have a forum(non-Django) and a Django app both are in different > databases. Can you install django on the forum database? It would probably make your life a lot easier as you could write custom django models to use the for

Re: Multi DB question

2008-04-17 Thread Daryl Spitzer
> Is there a recent merge of Django and MultiDB? Not that I know of. > Do I need to use MultiDB branch for this, or is there a simpler way? You could use SQLAlchemy to access your forum database, as long as you don't need it in the admin. See also this recent django-users thread: http://groups

Multi DB question

2008-04-17 Thread shabda
I have a forum(non-Django) and a Django app both are in different databases. When a user is created in the Django I want to create another User in Forum. Do I need to use MultiDB branch for this, or is there a simpler way? Maybe using python-MysqlDB directly? Is there a recent merge of Django and

Multi-db question

2007-01-12 Thread dutche
Does anybody knows where can I find some docs about multi-db ?? Thanks in advance --~--~-~--~~~---~--~~ 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@googlegroup