buildout.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 04 Feb 2011 16:36:00 +0530
changeset 555 20fe9db8bc81
parent 552 4ad59c93c2bd
permissions -rw-r--r--
EditTextBook form should use Task model itself.

[buildout]
parts = 
    django
    tagging
    django-robots
    registration
    django-command-extensions
eggs = 
    PIL
    psycopg2
    pygments
    South
    Werkzeug

[django]
recipe = djangorecipe
version = 1.2.4
project = pytask
settings = settings
wsgi = true
wsgilog=wsgi.log
eggs =
    ${buildout:eggs}
pythonpath = 
    ${django-command-extensions:location}
    ${tagging:location}
    ${django-robots:location}
    ${registration:location}

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

[django-robots]
recipe = mercurialrecipe
repository = https://bitbucket.org/jezdez/django-robots/

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

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