buildout.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 22 Jul 2010 14:44:57 +0530
changeset 149 7166c54218ef
parent 121 78d082337ca4
child 151 f85b864f5f8b
permissions -rw-r--r--
Reformatted and reindented the code in the password template.

[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/ .