Re: Create a new Django object with 'using' kyword in multi database application

2012-09-23 Thread Laxmikant Gurnalkar
Hi, Thanks for suggestion Aymeric, I'll visit Django-users. Thanks Laxmikant On Fri, Sep 21, 2012 at 6:55 PM, Aymeric Augustin < aymeric.augus...@polytechnique.org> wrote: > Hi Laxmikant, > > This is a question is about using Django; please post such questions > to django-users. > > The topic o

Re: Create a new Django object with 'using' kyword in multi database application

2012-09-21 Thread Aymeric Augustin
Hi Laxmikant, This is a question is about using Django; please post such questions to django-users. The topic of django-developers is the development of Django itself. Thanks! -- Aymeric. PS: look at database-level replication. Le 21 sept. 2012 à 09:11, Laxmikant Gurnalkar a écrit : >

Create a new Django object with 'using' kyword in multi database application

2012-09-21 Thread Laxmikant Gurnalkar
'm going to sync django.auth.User Table across multiple database. Since, I have two databases in my Django project.As we know Django doesn't support cross-DB relationship officially. So I'm trying to sync User and Accounts table across multiple database. To create new User object, I have to do