Let's turn on debug in flask for now

This commit is contained in:
Pierre-Yves Chibon 2014-10-01 13:24:12 +02:00
parent d22220dca8
commit c0db617046

View file

@ -19,4 +19,5 @@ os.environ['ANITYA_WEB_CONFIG'] = '/etc/anitya/anitya.cfg'
## The most import line to make the wsgi working
from anitya.app import APP as application
application.debug = True