Turn on debug for testing

This commit is contained in:
Pierre-Yves Chibon 2013-09-20 19:18:14 +00:00
parent 5b86013c07
commit 59eb33e493

View file

@ -13,4 +13,4 @@ os.environ['NUANCIER_CONFIG'] = '/etc/nuancier/nuancier-lite.cfg'
# The most import line to make the wsgi working
from nuancier import APP as application
application.debug = True