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

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

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