django-multidb-router 0.5

django-multidb-router is a Django application.With multidb.MasterSlaveRouter all read queries will go to a slave database; all inserts, updates, and deletes will do to the default database.First, define SLAVE_DATABASES in your settings. It should be a...