What I am trying to say is, I have two database and they are replicates. Is it possible for django to have settings that if first (primary db) is down / cannot be connected then connect to the second one until the first one is back up?
I believe this can be done in server side, but I am wondering if it can be done with django easily instead of touching the db servers?