buildout.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 15 Jul 2010 01:47:43 +0530
changeset 105 9ce5f3e887ce
parent 103 034dc9cd752e
child 121 78d082337ca4
permissions -rw-r--r--
Changed the content to match SciPy.in 2010 initial plans. Commented out most part.

[buildout]
parts = django tagging
eggs = Werkzeug

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