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
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 :
>
'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