summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorMadhusudan.C.S2011-01-28 02:27:40 +0530
committerMadhusudan.C.S2011-01-28 02:27:40 +0530
commit53859487e56406f1fc7e1cb351a1c78d647f3226 (patch)
tree0559df89bb35a40c0efd1fa6099e9a6881ddb3bd /buildout.cfg
parentdac54ef9068dffba64777f60659fac685b29a453 (diff)
downloadpytask-53859487e56406f1fc7e1cb351a1c78d647f3226.tar.gz
pytask-53859487e56406f1fc7e1cb351a1c78d647f3226.tar.bz2
pytask-53859487e56406f1fc7e1cb351a1c78d647f3226.zip
Use the release version of South than the latest version.
South is very critical for our application. So don't take any risk with the users data. Use the release version.
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg7
1 files changed, 1 insertions, 6 deletions
diff --git a/buildout.cfg b/buildout.cfg
index e0759e0..e0cf113 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -3,13 +3,13 @@ parts =
django
tagging
django-robots
- south
registration
django-command-extensions
eggs =
PIL
psycopg2
pygments
+ South
Werkzeug
[django]
@@ -23,7 +23,6 @@ pythonpath =
${django-command-extensions:location}
${tagging:location}
${django-robots:location}
- ${south:location}
${registration:location}
[tagging]
@@ -34,10 +33,6 @@ urls = http://django-tagging.googlecode.com/svn/trunk/ .
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/