Mercurial > hg > ltpdarepo
view buildout.cfg @ 246:8d6f8867ba42 stable
Added tag 0.6 for changeset 48adc0d70d22
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Tue, 27 Dec 2011 18:37:10 +0100 |
parents | 3d524d31d1c2 |
children | cbbc747949f9 |
line wrap: on
line source
[buildout] include-site-packages = false parts = install instance wsgi develop = . # install software [install] recipe = zc.recipe.egg eggs = ltpdarepo interpreter = python scripts = # generate scripts pointing to the right configuration file [instance] recipe = zc.recipe.egg:script eggs = ${install:eggs} scripts = run admin arguments = '${buildout:directory}/etc/ltpdarepo' # generate wsgi application [wsgi] recipe = zc.recipe.egg:script eggs = ${install:eggs} scripts = wsgi entry-points = wsgi=ltpdarepo:main initialization = from ltpdarepo import Application application = Application('${buildout:directory}/etc/ltpdarepo')