摘要: 输入命令: pip freeze > requirements.txt 产生的文件内容如下: asgiref==3.4.0 Django==3.2.4 django-debug-toolbar==3.2.1 django-redis==5.0.0 Pillow==8.3.0 PyMySQL==1.0 阅读全文
posted @ 2021-07-14 14:55 胸怀丶若谷 阅读(225) 评论(0) 推荐(0)
摘要: nginx.exe -s reload 执行报错 错误原因: Nginx 尚未启动导致,执行 start nginx 命令开启Nginx nginx.exe -s reload 至此问题解决 阅读全文
posted @ 2021-07-14 13:33 胸怀丶若谷 阅读(3674) 评论(0) 推荐(0)
摘要: Win10系统不支持安装UWSGI, 不用尝试了 安装 pip install uwsgi windows安装报错 AttributeError: module 'os' has no attribute 'uname' 报错说明: 是因为uwsgiconfig.py文件中,os.uname()是不 阅读全文
posted @ 2021-07-14 10:45 胸怀丶若谷 阅读(2914) 评论(0) 推荐(0)