buildout.cfg
author Amit Sethi
Wed, 01 Dec 2010 19:45:16 +0530
changeset 328 f71e17a05344
parent 322 eeb66c089545
child 330 2c38a7cafba9
permissions -rw-r--r--
Fixed a link bug on accounts.html template enables editting talks

[buildout]
parts = django tagging django-robots south
eggs = 
    Werkzeug
    PIL
    docutils
    reportlab

[django]
recipe = djangorecipe
version = 1.2.1
settings = production
eggs = ${buildout:eggs}
pythonpath = 
    ${tagging:location}
    ${django-robots:location}
    ${south:location}

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

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

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