Add south to the buildout configuration for migrations. south-migration
authorMadhusudan.C.S <madhusudancs@gmail.com>
Thu, 18 Nov 2010 14:21:45 +0530
branchsouth-migration
changeset 269 6910c4dff916
parent 233 394576ff8a2f
child 270 ecab1977eea9
Add south to the buildout configuration for migrations.
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/