~myles-braithwaite/django-contacts/master

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[buildout]
parts = python django
develop = .
eggs =
    django-contacts
    South

[versions]
django = 1.5.1

[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:eggs}

[django]
recipe = djangorecipe
project = contacts
projectegg = contacts
settings = testsettings
test = contacts
eggs = ${buildout:eggs}