buildout.cfg
changeset 331 2ac3cf08cd00
parent 330 2c38a7cafba9
child 332 2eb286e89615
equal deleted inserted replaced
330:2c38a7cafba9 331:2ac3cf08cd00
     8 
     8 
     9 [django]
     9 [django]
    10 recipe = djangorecipe
    10 recipe = djangorecipe
    11 version = 1.2.1
    11 version = 1.2.1
    12 settings = production
    12 settings = production
    13 eggs = ${buildout:eggs}
    13 eggs =
       
    14     ${buildout:eggs}
       
    15     ${reportlab:eggs}
    14 pythonpath = 
    16 pythonpath = 
    15     ${tagging:location}
    17     ${tagging:location}
    16     ${django-robots:location}
    18     ${django-robots:location}
    17     ${south:location}
    19     ${south:location}
    18     ${reportlab:eggs}
       
    19 
    20 
    20 [tagging]
    21 [tagging]
    21 recipe = infrae.subversion
    22 recipe = infrae.subversion
    22 urls = http://django-tagging.googlecode.com/svn/trunk/ .
    23 urls = http://django-tagging.googlecode.com/svn/trunk/ .
    23 
    24