buildout.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 29 Nov 2010 22:15:01 +0530
changeset 312 3aa069cc2ae9
parent 270 ecab1977eea9
child 322 eeb66c089545
permissions -rw-r--r--
Made manage payment available only to admin not to staff, bug fix, previous commit log is misleading.

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

[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/