Files
Ildus Kurbangaliev a5616f682b initial
2011-03-16 00:33:59 +05:00

25 lines
397 B
INI

[buildout]
parts = django-1.1 django-1.0
develop = ..
eggs =
django-piston
pyyaml
[django-1.1]
recipe = djangorecipe
version = 1.1
project = test_project
settings = settings
test = testapp
eggs = ${buildout:eggs}
testrunner = test-1.1
[django-1.0]
recipe = djangorecipe
version = 1.0.2
project = test_project
settings = settings
test = testapp
eggs = ${buildout:eggs}
testrunner = test-1.0