buildout.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Wed, 14 Jul 2010 19:34:12 +0530
changeset 101 61fc4aa7a09a
parent 96 178b89a3ca4f
child 103 034dc9cd752e
permissions -rw-r--r--
Added base app from which all other apps inherit and made corresponding changes in other apps.

[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/ .