wsgi.py 90 B

123
  1. from paste.deploy import loadapp
  2. app = loadapp("config:production.ini", relative_to=".")