buildout.cfg
branchsouth-migration
changeset 269 6910c4dff916
parent 151 f85b864f5f8b
child 270 ecab1977eea9
--- 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/