run.wsgi 145 Bytes 原文件 审查 历史 永久链接 1 2 3 4 5 import sys import os file_path = os.path.dirname(os.path.realpath(__file__)) sys.path.insert(0, file_path) from run import app as application