comparison buildout.cfg @ 1:2b7f9772585a

Add buildout section to create WSGI app declaration.
author Daniele Nicolodi <daniele@grinta.net>
date Mon, 27 Jun 2011 16:28:23 +0200
parents c812c3020b63
children 04b93e15bb71
comparison
equal deleted inserted replaced
0:c812c3020b63 1:2b7f9772585a
9 WTForms 9 WTForms
10 ordereddict 10 ordereddict
11 ltpdarepo 11 ltpdarepo
12 zope.testbrowser [wsgi] 12 zope.testbrowser [wsgi]
13 interpreter = python 13 interpreter = python
14
15 [wsgi]
16 recipe = zc.recipe.egg
17 eggs = ${flask:eggs}
18 entry-points =
19 wsgi=ltpdarepo:main
20 initialization =
21 from ltpdarepo import app as application
22 application.config.from_pyfile('${buildout:directory}/src/ltpdarepo/config.py')