buildout.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 22 Jul 2010 19:54:31 +0530
changeset 150 9e0d3287d753
parent 121 78d082337ca4
child 151 f85b864f5f8b
permissions -rw-r--r--
Changed the template loader names to be compliant with upcoming Django changes in 1.2.

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