buildout.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 21 Jan 2011 02:11:59 +0530
changeset 507 1d4631fcebd0
parent 465 14a7648a8699
child 516 a552aeb7cb4e
permissions -rw-r--r--
Add uberbar messages not to claim the task. This must be disabled once claiming is possible.

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

[django]
recipe = djangorecipe
version = 1.2.4
project = pytask
settings = settings
eggs =
    ${buildout:eggs}
pythonpath = 
    ${django-command-extensions:location}
    ${tagging:location}
    ${django-robots:location}
    ${south: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/

[south]
recipe = mercurialrecipe
repository = https://bitbucket.org/andrewgodwin/south/

[registration]
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