摘要: 概念介绍 什么是WSGI(WSGI是一种python专用的web协议 和http类似): WSGI是一种规范,它定义了使用python编写的web app(django)与web server(uWSGI)之间接口格式,实现web app与web server间的解耦。 WSGI 没有官方的实现, 阅读全文
posted @ 2020-03-04 15:49 茂茂er 阅读(347) 评论(1) 推荐(0) 编辑