From c0db61704637f94602af6736f35f0cbd35a5c9cd Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 1 Oct 2014 13:24:12 +0200 Subject: [PATCH] Let's turn on debug in flask for now --- roles/anitya/frontend/templates/anitya.wsgi | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/anitya/frontend/templates/anitya.wsgi b/roles/anitya/frontend/templates/anitya.wsgi index efa8a5f2b5..0f7361d2f5 100644 --- a/roles/anitya/frontend/templates/anitya.wsgi +++ b/roles/anitya/frontend/templates/anitya.wsgi @@ -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