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