diff -r 146fb4874a9c -r 5debb109a899 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