buildout.cfg
author Puneeth Chaganti <punchagan@fossee.in>
Mon, 18 Oct 2010 23:29:05 +0530
changeset 175 a51d2b6e9a78
parent 151 f85b864f5f8b
child 269 6910c4dff916
permissions -rw-r--r--
Minor changes to the content of post-registration email.

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

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

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

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