示例#1
0
# Run as a WSGI app

from website.application import app, setup_app

setup_app(app)
示例#2
0
def create_app():
  setup_app(app)
  return app