buildout.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Wed, 14 Jul 2010 19:12:44 +0530
changeset 99 256d32f954b6
parent 96 178b89a3ca4f
child 103 034dc9cd752e
permissions -rw-r--r--
Removed unwanted images and added FOSSEE logo. Changed right side menu.

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