diff options
author | Madhusudan.C.S | 2010-04-01 11:59:35 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-04-01 11:59:35 +0530 |
commit | f245bcffa2d4bd4efc6ab934db85eb76626ec599 (patch) | |
tree | 4c91dd755d542e7e0bc9e3154f93990410617e45 /buildout.cfg | |
parent | 93ab9caaffc346dfceb70648cd4bbaea7eb266ac (diff) | |
download | scipycon-f245bcffa2d4bd4efc6ab934db85eb76626ec599.tar.gz scipycon-f245bcffa2d4bd4efc6ab934db85eb76626ec599.tar.bz2 scipycon-f245bcffa2d4bd4efc6ab934db85eb76626ec599.zip |
Add admin interface and views for proceedings. Booklet is also setup to generate paper.
Diffstat (limited to 'buildout.cfg')
-rw-r--r-- | buildout.cfg | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/buildout.cfg b/buildout.cfg index bd55cf1..a416924 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -51,9 +51,8 @@ pythonpath = ${registration:location} [basic-apps] -recipe = infrae.subversion -urls = - http://django-basic-apps.googlecode.com/svn/trunk/ basic +recipe = zerokspot.recipe.git +repository = http://github.com/nathanborror/django-basic-apps.git [tagging] recipe = infrae.subversion |