buildout.cfg
changeset 279 451cdbc98dff
parent 270 ecab1977eea9
child 322 eeb66c089545
equal deleted inserted replaced
243:483641c2a98a 279:451cdbc98dff
     1 [buildout]
     1 [buildout]
     2 parts = django tagging django-robots
     2 parts = django tagging django-robots south
     3 eggs = 
     3 eggs = 
     4     Werkzeug
     4     Werkzeug
     5     PIL
     5     PIL
     6     docutils
     6     docutils
     7 
     7 
    11 settings = production
    11 settings = production
    12 eggs = ${buildout:eggs}
    12 eggs = ${buildout:eggs}
    13 pythonpath = 
    13 pythonpath = 
    14     ${tagging:location}
    14     ${tagging:location}
    15     ${django-robots:location}
    15     ${django-robots:location}
       
    16     ${south:location}
    16 
    17 
    17 [tagging]
    18 [tagging]
    18 recipe = infrae.subversion
    19 recipe = infrae.subversion
    19 urls = http://django-tagging.googlecode.com/svn/trunk/ .
    20 urls = http://django-tagging.googlecode.com/svn/trunk/ .
    20 
    21 
    21 [django-robots]
    22 [django-robots]
    22 recipe = mercurialrecipe
    23 recipe = mercurialrecipe
    23 repository = http://bitbucket.org/jezdez/django-robots/
    24 repository = http://bitbucket.org/jezdez/django-robots/
       
    25 
       
    26 [south]
       
    27 recipe = mercurialrecipe
       
    28 repository = http://bitbucket.org/andrewgodwin/south/