diff -r 394576ff8a2f -r 6910c4dff916 buildout.cfg --- a/buildout.cfg Tue Nov 16 18:09:55 2010 +0530 +++ b/buildout.cfg Thu Nov 18 14:21:45 2010 +0530 @@ -1,5 +1,5 @@ [buildout] -parts = django tagging django-robots +parts = django tagging django-robots south eggs = Werkzeug PIL @@ -21,3 +21,7 @@ [django-robots] recipe = mercurialrecipe repository = http://bitbucket.org/jezdez/django-robots/ + +[south] +recipe = mercurialrecipe +repository = http://bitbucket.org/andrewgodwin/south/