mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
Port the .wsgi file to pagure 4.0
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -24,5 +24,8 @@ os.environ['TEMP'] = '/srv/tmp/'
|
||||
|
||||
|
||||
## The most import line to make the wsgi working
|
||||
from pagure import APP as application
|
||||
#application.debug = True
|
||||
from pagure.flask_app import create_app
|
||||
|
||||
application = create_app()
|
||||
application.debug = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user