diff -r 483641c2a98a -r 451cdbc98dff buildout.cfg --- a/buildout.cfg Thu Nov 18 12:42:21 2010 +0530 +++ b/buildout.cfg Thu Nov 18 19:27:11 2010 +0530 @@ -1,5 +1,5 @@ [buildout] -parts = django tagging django-robots +parts = django tagging django-robots south eggs = Werkzeug PIL @@ -13,6 +13,7 @@ pythonpath = ${tagging:location} ${django-robots:location} + ${south:location} [tagging] recipe = infrae.subversion @@ -21,3 +22,7 @@ [django-robots] recipe = mercurialrecipe repository = http://bitbucket.org/jezdez/django-robots/ + +[south] +recipe = mercurialrecipe +repository = http://bitbucket.org/andrewgodwin/south/