buildout.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 20 Jul 2010 15:49:46 +0530
changeset 119 05a3e98b1fe0
parent 103 034dc9cd752e
child 121 78d082337ca4
permissions -rw-r--r--
Adding scope as a parameter to all the views.

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