Developing Django apps with zc.buildout
http://jacobian.org/writing/django-apps-with-buildout/
So, here’s how build, test, and distribute a reusable Django app using Buildout, with every step along the way explained in excruciating detail.A Django Development Environment with zc.buildout — Stereoplex
This article will show you how to create a repeatable Django development environment from scratch using zc.buildout.
Buildout is a tool for reliably creating reproducible software builds. It was originally developed by Zope Corporation, and is often used in Zope builds; however, there's no dependency on Zope. You can use it to build pretty much anything. And I'm going to show you how to get a Django build up and running using it.
A Django Development Environment with zc.buildout
django buildout cfg for easy setup