Skip to content
Snippets Groups Projects
Select Git revision
  • 12544d9cd2c515cbb01735fb31e0819e47eeafd3
  • main default protected
  • v1.0.1-rc11
  • v1.0.1-rc3
  • v1.0.1.rc12
  • v1.0.1.rc2
  • v1.0.1.rc1
7 results

wsgi.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    wsgi.py 85 B
    from scheduler import create_app_wsgi
    
    app = application = create_app_wsgi()  # noqa