摘要:
服务器环境为 Ubuntu18.04+python3.8+Django2.2.24+mysql5.7 这两天在阿里云租了个服务器,将Django项目部署上去,耗时一整天成功部署,记录期间遇到的问题与解决办法,供大家参考。 启动uwsgi时报错:ImportError: No module named 阅读全文
摘要:
no python application found, check your startup logs for errors 一般是多版本兼容的问题,或者uwsgi和python环境不符合,注意pip的时候需不需要pip3 Django错误unsupported operand type(s) f 阅读全文