django-authority/buildout.cfg
2009-10-12 14:48:30 +02:00

29 lines
461 B
INI

[buildout]
parts =
python
django
django-trunk
develop = .
eggs =
django-authority
django-extensions
django-debug-toolbar
[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:eggs}
[django]
recipe = djangorecipe
version = 1.0.4
projectegg = example
settings = development
eggs = ${buildout:eggs}
[django-trunk]
recipe = djangorecipe
version = 1.1.1
projectegg = example
settings = development
eggs = ${buildout:eggs}