Scaling Your Write-Heavy Django App: A Case Study 

Content management systems and other read-heavy Django apps are relatively easy to scale. You add some caching, and maybe a couple extra web servers for good measure. Scaling write-heavy apps is another matter, both from an app server and a database server perspective.

http://lanyrd.com/2013/djangocon/scmqwy/