django-authority/buildout.cfg

30 lines
473 B
INI
Raw Normal View History

[buildout]
parts =
python
django-1.0.X
django-1.1.X
develop = .
eggs =
django-authority
django-extensions
django-debug-toolbar
[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:eggs}
[django-1.0.X]
recipe = djangorecipe
2009-10-12 12:48:30 +00:00
version = 1.0.4
projectegg = example
settings = development
eggs = ${buildout:eggs}
[django-1.1.X]
recipe = djangorecipe
2009-10-12 12:48:30 +00:00
version = 1.1.1
projectegg = example
settings = development
eggs = ${buildout:eggs}