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