Updated django to version 1.3 and replaced the django app repositories to the new ones 2011
authorParth buch <parth.buch.115@gmail.com>
Thu, 08 Sep 2011 15:35:41 +0530
branch2011
changeset 376 5debb109a899
parent 375 146fb4874a9c
child 377 bbb0f40223be
Updated django to version 1.3 and replaced the django app repositories to the new ones
buildout.cfg
--- a/buildout.cfg	Mon Jan 10 16:37:15 2011 +0530
+++ b/buildout.cfg	Thu Sep 08 15:35:41 2011 +0530
@@ -7,6 +7,7 @@
 
 [versions]
 reportlab=2.5
+django=1.3
 
 [reportlab]
 recipe=zc.recipe.egg
@@ -17,7 +18,6 @@
 
 [django]
 recipe = djangorecipe
-version = 1.2.1
 settings = production
 eggs =
     ${buildout:eggs}
@@ -32,8 +32,8 @@
 urls = http://django-tagging.googlecode.com/svn/trunk/ .
 
 [django-robots]
-recipe = mercurialrecipe
-repository = http://bitbucket.org/jezdez/django-robots/
+recipe = zerokspot.recipe.git
+repository = https://github.com/jezdez/django-robots.git
 
 [south]
 recipe = mercurialrecipe