buildout.cfg
changeset 519 84709567f47a
parent 516 a552aeb7cb4e
child 552 4ad59c93c2bd
--- a/buildout.cfg	Mon Jan 24 23:03:57 2011 +0530
+++ b/buildout.cfg	Fri Jan 28 02:27:40 2011 +0530
@@ -3,13 +3,13 @@
     django
     tagging
     django-robots
-    south
     registration
     django-command-extensions
 eggs = 
     PIL
     psycopg2
     pygments
+    South
     Werkzeug
 
 [django]
@@ -23,7 +23,6 @@
     ${django-command-extensions:location}
     ${tagging:location}
     ${django-robots:location}
-    ${south:location}
     ${registration:location}
 
 [tagging]
@@ -34,10 +33,6 @@
 recipe = mercurialrecipe
 repository = https://bitbucket.org/jezdez/django-robots/
 
-[south]
-recipe = mercurialrecipe
-repository = https://bitbucket.org/andrewgodwin/south/
-
 [registration]
 recipe = mercurialrecipe
 repository = https://bitbucket.org/ubernostrum/django-registration/