buildout.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 13 Jul 2010 17:59:47 +0530
changeset 94 87e77aa18610
parent 93 e86755df35da
child 96 178b89a3ca4f
permissions -rw-r--r--
Moved the files to new Django app named scipycon and modified settings.

[buildout]
extensions = jarn.setuptoolsfixer

find-links =
    http://effbot.org/downloads
    http://dist.repoze.org/

parts =
    django
    basic-apps
    tagging
    django-command-extensions
    south
    registration
   reportlab

eggs =
    PIL
    HTML5lib
    pisa
    Werkzeug
    elementtree
    docutils
    markdown
    textile
    beautifulsoup
    MySQL-python

[versions]
reportlab=2.3

[reportlab]
recipe=zc.recipe.egg
eggs=
    reportlab
find-links=
    http://distfiles.minitage.org/public/externals/minitage/

[django]
recipe = djangorecipe
version = 1.1
settings = production
eggs =
    ${buildout:eggs}
    ${reportlab:eggs}
pythonpath =
    ${basic-apps:location}
    ${tagging:location}
    ${django-command-extensions:location}
    ${south:location}
    ${registration:location}

[basic-apps]
recipe = zerokspot.recipe.git
repository = http://github.com/nathanborror/django-basic-apps.git

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

[django-command-extensions]
recipe = zerokspot.recipe.git
repository = http://github.com/django-extensions/django-extensions.git

[south]
recipe = infrae.subversion
urls =
    http://svn.aeracode.org/svn/south/tags/0.5/ .

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