buildout.cfg
changeset 552 4ad59c93c2bd
parent 519 84709567f47a
equal deleted inserted replaced
551:208c4d591b55 552:4ad59c93c2bd
    15 [django]
    15 [django]
    16 recipe = djangorecipe
    16 recipe = djangorecipe
    17 version = 1.2.4
    17 version = 1.2.4
    18 project = pytask
    18 project = pytask
    19 settings = settings
    19 settings = settings
       
    20 wsgi = true
       
    21 wsgilog=wsgi.log
    20 eggs =
    22 eggs =
    21     ${buildout:eggs}
    23     ${buildout:eggs}
    22 pythonpath = 
    24 pythonpath = 
    23     ${django-command-extensions:location}
    25     ${django-command-extensions:location}
    24     ${tagging:location}
    26     ${tagging:location}
    31 
    33 
    32 [django-robots]
    34 [django-robots]
    33 recipe = mercurialrecipe
    35 recipe = mercurialrecipe
    34 repository = https://bitbucket.org/jezdez/django-robots/
    36 repository = https://bitbucket.org/jezdez/django-robots/
    35 
    37 
    36 [registration]
    38 [registration]wsgilog
    37 recipe = mercurialrecipe
    39 recipe = mercurialrecipe
    38 repository = https://bitbucket.org/ubernostrum/django-registration/
    40 repository = https://bitbucket.org/ubernostrum/django-registration/
    39 
    41 
    40 [django-command-extensions]
    42 [django-command-extensions]
    41 recipe = zerokspot.recipe.git
    43 recipe = zerokspot.recipe.git