Showing posts with label mysql python django cluster. Show all posts
Showing posts with label mysql python django cluster. Show all posts

Monday, March 24, 2008

MySQL Cluster support for Django

Ivan Sagalaev has created a mysql_cluster database backend for Django, which allows you to configure master and slave servers, and then specify which should be used on given view with Python decorators. Found via del.icio.us and Simon Willison's blog.