buildout.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Sun, 24 Jan 2010 19:34:56 +0530
changeset 7 f7a099ec1ac4
parent 5 cca34bc300d7
permissions -rw-r--r--
Made changes to the buildout config files removing unwanted packages.

[buildout]
parts =
    django
#    tagging
#    registration

eggs =
    MySQL-python


[django]
recipe = djangorecipe
version = 1.1
settings = production
eggs =
    ${buildout:eggs}
pythonpath =
#    ${tagging:location}
#    ${registration:location}

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

#[registration]
#recipe = mercurialrecipe
#repository = http://bitbucket.org/ubernostrum/django-registration/