Mercurial > hg > ltpdarepo
view buildout.cfg @ 86:5c567edc0e6c
Set TESTING=True in tests and development server.
Avoid that the mailer utility tries to send emails during testing.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Sun, 21 Aug 2011 18:17:12 +0200 |
parents | 5a3c91771914 |
children | f6baba33612e |
line wrap: on
line source
[buildout] parts = flask develop = src [flask] recipe = zc.recipe.egg eggs = Flask WTForms ordereddict argparse itsdangerous 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')