# python **Repository Path**: jzqt/python ## Basic Information - **Project Name**: python - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 13 - **Created**: 2015-02-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###PYTHON 本地新建一个wsgi.py文件 代码 ```python def application(environ, start_response): status = '200 OK' response_headers = [('Content-type','text/html')] start_response(status, response_headers) return ['