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

2012-09-23 Thread Laxmikant Gurnalkar
ers. > > 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 < > laxmikant.gurnal...@gmail.com> a écrit : &g

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