buildout.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 18 Nov 2010 14:21:45 +0530
branchsouth-migration
changeset 269 6910c4dff916
parent 151 f85b864f5f8b
child 270 ecab1977eea9
permissions -rw-r--r--
Add south to the buildout configuration for migrations.

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

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