summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorMadhusudan.C.S2010-01-14 15:54:34 +0530
committerMadhusudan.C.S2010-01-14 15:54:34 +0530
commitce40ef6f8ec17314ed2979faba3635c8b8e8781f (patch)
tree7f183a93fbba992f64c702b508d617328609a7e7 /buildout.cfg
parent4d9cba3b295ad51bb4d747a8ec2f79128ee979fa (diff)
downloadscipycon-ce40ef6f8ec17314ed2979faba3635c8b8e8781f.tar.gz
scipycon-ce40ef6f8ec17314ed2979faba3635c8b8e8781f.tar.bz2
scipycon-ce40ef6f8ec17314ed2979faba3635c8b8e8781f.zip
Added the initial proceedings app files and enabled them in both production and development settings.
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildout.cfg b/buildout.cfg
index 4adff57..bd55cf1 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -24,6 +24,7 @@ eggs =
markdown
textile
beautifulsoup
+ MySQL-python
[versions]
reportlab=2.3
@@ -61,7 +62,7 @@ urls =
[django-command-extensions]
recipe = zerokspot.recipe.git
-repository = git://github.com/django-extensions/django-extensions.git
+repository = http://github.com/django-extensions/django-extensions.git
[south]
recipe = infrae.subversion