I'm using django non-rel with mongodb backend. The docs are clear on how to connect to a single host, however I would like to connect to all hosts in a replica set.
Is it possible to do so?
How would the the DATABASES element in settings.py look like for a connection string such as this:
mongodb://db1.example.net,db2.example.net:2500/?replicaSet=test