Mercurial > hg > ltpdarepo
view buildout.cfg @ 28:9e6494e126b3
No wsgi support by default.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Mon, 27 Jun 2011 17:14:47 +0200 |
parents | 04b93e15bb71 |
children | 532d9d070ef5 |
line wrap: on
line source
[buildout] parts = flask develop = src [flask] recipe = zc.recipe.egg eggs = Flask WTForms ordereddict argparse ltpdarepo zope.testbrowser [wsgi] interpreter = python [wsgi] recipe = zc.recipe.egg eggs = ${flask:eggs} entry-points = wsgi=ltpdarepo:main initialization = from ltpdarepo import app as application application.config.from_pyfile('${buildout:directory}/src/ltpdarepo/config.py')