summaryrefslogtreecommitdiff
path: root/buildout.cfg
blob: 5acd629cd689bb63b8100abde23fa2b786591104 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[buildout]
parts = django tagging
eggs = 
    Werkzeug
    MySQL-python

[django]
recipe = djangorecipe
version = 1.2.1
settings = development
eggs =
    ${buildout:eggs}
pythonpath =
    ${tagging:location}

[tagging]
recipe = infrae.subversion
urls = http://django-tagging.googlecode.com/svn/trunk/ .