buildout.cfg
branchsouth-migration
changeset 270 ecab1977eea9
parent 269 6910c4dff916
child 322 eeb66c089545
equal deleted inserted replaced
269:6910c4dff916 270:ecab1977eea9
    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