# HG changeset patch # User Madhusudan.C.S # Date 1290070305 -19800 # Node ID 6910c4dff9160eaa44a1dc368fd268079e63f3dc # Parent 394576ff8a2f4cd486a697cb1ca2bd3b656aab59 Add south to the buildout configuration for migrations. 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/