2009-06-08 09:58:38 +00:00
|
|
|
[buildout]
|
|
|
|
|
parts =
|
|
|
|
|
python
|
2010-01-15 21:29:44 +00:00
|
|
|
django-1.0.X
|
|
|
|
|
django-1.1.X
|
2009-06-08 09:58:38 +00:00
|
|
|
develop = .
|
|
|
|
|
eggs =
|
|
|
|
|
django-authority
|
2009-06-11 23:00:04 +00:00
|
|
|
django-extensions
|
2009-07-03 13:34:42 +00:00
|
|
|
django-debug-toolbar
|
2009-06-08 09:58:38 +00:00
|
|
|
|
|
|
|
|
[python]
|
|
|
|
|
recipe = zc.recipe.egg
|
|
|
|
|
interpreter = python
|
|
|
|
|
eggs = ${buildout:eggs}
|
|
|
|
|
|
2010-01-15 21:29:44 +00:00
|
|
|
[django-1.0.X]
|
2009-06-08 09:58:38 +00:00
|
|
|
recipe = djangorecipe
|
2009-10-12 12:48:30 +00:00
|
|
|
version = 1.0.4
|
2009-07-03 13:34:42 +00:00
|
|
|
projectegg = example
|
|
|
|
|
settings = development
|
|
|
|
|
eggs = ${buildout:eggs}
|
|
|
|
|
|
2010-01-15 21:29:44 +00:00
|
|
|
[django-1.1.X]
|
2009-07-03 13:34:42 +00:00
|
|
|
recipe = djangorecipe
|
2009-10-12 12:48:30 +00:00
|
|
|
version = 1.1.1
|
2009-06-08 09:58:38 +00:00
|
|
|
projectegg = example
|
|
|
|
|
settings = development
|
|
|
|
|
eggs = ${buildout:eggs}
|