Mysql_replicated is a Django DB backend supporting master-slave MySQL replication. It works by switching global Django's DB connection between master database and slave replicas allowing usage of two connections from within standard ORM.
News
-
07.09.2008
Version 1.1
This version brings a new name for the backend -- "mysql_replicated" instead of "mysql_cluster" due to confusion with the product "MySQL Cluster" with which this backend has nothing to do.
Also Alex Koshelev has updated the backend to work with Django 1.0