1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
[buildout] parts = django tagging eggs = Werkzeug PIL [django] recipe = djangorecipe version = 1.2.1 settings = production eggs = ${buildout:eggs} pythonpath = ${tagging:location} [tagging] recipe = infrae.subversion urls = http://django-tagging.googlecode.com/svn/trunk/ .