summaryrefslogtreecommitdiff
path: root/buildout.cfg
blob: fc620c416f4c60bdce19d48fe5cf0b67908f7579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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/ .