Skip to content

Commit

Permalink
Updated buildout config a little to make sure we call the Django vers…
Browse files Browse the repository at this point in the history
…ions by their names.
  • Loading branch information
jezdez committed Jan 15, 2010
1 parent eb9218f commit 407d9f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildout.cfg
@@ -1,8 +1,8 @@
[buildout]
parts =
python
django
django-trunk
django-1.0.X
django-1.1.X
develop = .
eggs =
django-authority
Expand All @@ -14,14 +14,14 @@ recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:eggs}

[django]
[django-1.0.X]
recipe = djangorecipe
version = 1.0.4
projectegg = example
settings = development
eggs = ${buildout:eggs}

[django-trunk]
[django-1.1.X]
recipe = djangorecipe
version = 1.1.1
projectegg = example
Expand Down

0 comments on commit 407d9f2

Please sign in to comment.