mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-05 14:14:44 +00:00
29 lines
473 B
INI
29 lines
473 B
INI
[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
|
|
version = 1.0.4
|
|
projectegg = example
|
|
settings = development
|
|
eggs = ${buildout:eggs}
|
|
|
|
[django-1.1.X]
|
|
recipe = djangorecipe
|
|
version = 1.1.1
|
|
projectegg = example
|
|
settings = development
|
|
eggs = ${buildout:eggs}
|