Mercurial > hg > ltpdarepo
view buildout.cfg @ 40:e640b2302fab
Add short README with install and setup instructions.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Wed, 29 Jun 2011 00:40:07 +0200 |
parents | 532d9d070ef5 |
children | 6d3a309701af |
line wrap: on
line source
[buildout] parts = flask develop = src [flask] recipe = zc.recipe.egg eggs = Flask < 0.7 WTForms ordereddict argparse ltpdarepo 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')