示例#1
0
def _create_app():
    conf = 'jenkins_reporting.config.Production'
    return application.create_app(conf)
示例#2
0
 def create_app(self):
     return application.create_app(config.Testing())