buildout-prod.cfg
author Yves-Marie Haussonne <ymh.work+github@gmail.com>
Fri, 09 May 2014 18:35:26 +0200
changeset 656 a84519031134
parent 585 9e403b05797b
permissions -rw-r--r--
add link to "privacy policy" in the header test

[buildout]
extends = buildout.cfg
parts += gunicorn

[gunicorn]
recipe = zc.recipe.egg:scripts
dependent-scripts = true
eggs =
    ${python:eggs}
    eventlet
    gunicorn