buildout.cfg
changeset 279 451cdbc98dff
parent 270 ecab1977eea9
child 322 eeb66c089545
--- 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/