Hi All,
I'm using MongoDB as back end for my Django web application.
I am not sure how to setup an automatic django-mongodb failover mechanism.
My requirement is that, when the Primary(master) node of MongoDB is down, the application should automatically switch to Secondary(Slave) node of MongoDB.
,but it works only for django 1.3
anyone having any alternative solution for django 1.5 etc ?
Thanks.