Exemple #1
0
# Run as a WSGI app

from website.application import app, setup_app

setup_app(app)
def create_app():
  setup_app(app)
  return app