Skip to content

Commit

Permalink
passing buildout to django 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Feb 12, 2011
1 parent c2ea090 commit 6ede944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildout.cfg
Expand Up @@ -38,14 +38,14 @@ unzip = true

[django]
recipe = djangorecipe
version = 1.2.4
version = 1.2.5
projectegg = zinnia
settings = testsettings
eggs = ${buildout:eggs}

[demo]
recipe = djangorecipe
version = 1.2.4
version = 1.2.5
projectegg = demo
settings = settings
eggs = ${buildout:eggs}
Expand Down

0 comments on commit 6ede944

Please sign in to comment.