buildout.cfg
changeset 103 034dc9cd752e
parent 96 178b89a3ca4f
child 121 78d082337ca4
equal deleted inserted replaced
102:68fb7911c438 103:034dc9cd752e
     1 [buildout]
     1 [buildout]
     2 parts = django tagging
     2 parts = django tagging
     3 eggs = 
     3 eggs = Werkzeug
     4     Werkzeug
       
     5     MySQL-python
       
     6 
     4 
     7 [django]
     5 [django]
     8 recipe = djangorecipe
     6 recipe = djangorecipe
     9 version = 1.2.1
     7 version = 1.2.1
    10 settings = development
     8 settings = production
    11 eggs =
     9 eggs = ${buildout:eggs}
    12     ${buildout:eggs}
    10 pythonpath = ${tagging:location}
    13 pythonpath =
       
    14     ${tagging:location}
       
    15 
    11 
    16 [tagging]
    12 [tagging]
    17 recipe = infrae.subversion
    13 recipe = infrae.subversion
    18 urls = http://django-tagging.googlecode.com/svn/trunk/ .
    14 urls = http://django-tagging.googlecode.com/svn/trunk/ .