摘要:
在__init__.py文件中添加如下代码 import pymysql pymysql.install_as_MySQLdb() 即可解决 阅读全文
posted @ 2022-05-08 21:21
富贵平安。
阅读(114)
评论(0)
推荐(0)
摘要:
阿里云:https://mirrors.aliyun.com/pypi/simple/ 清华大学:https://pypi.tuna.tsinghua.edu.cn/simple/ 豆瓣:https://pypi.douban.com/simple/ 中国科技大学:https://mirrors.b 阅读全文
posted @ 2022-05-08 21:19
富贵平安。
阅读(33)
评论(0)
推荐(0)
摘要:
uwsgi的配置 [uwsgi] uid = root gid = root socket = 127.0.0.1:9090 master = true //启动主进程 vhost = true //多站模式 no-site = true //多站模式时不设置⼊⼝模块和⽂件 workers = 2 阅读全文
posted @ 2022-05-08 21:12
富贵平安。
阅读(39)
评论(0)
推荐(0)