buildout.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 13 Jul 2010 23:40:34 +0530
changeset 96 178b89a3ca4f
parent 93 e86755df35da
child 103 034dc9cd752e
permissions -rw-r--r--
Removed unwanted files and made more changes to make SciPyCon a clean app.

[buildout]
parts = django tagging
eggs = 
    Werkzeug
    MySQL-python

[django]
recipe = djangorecipe
version = 1.2.1
settings = development
eggs =
    ${buildout:eggs}
pythonpath =
    ${tagging:location}

[tagging]
recipe = infrae.subversion
urls = http://django-tagging.googlecode.com/svn/trunk/ .