随笔分类 -  python

python3 django连接mysql 数据库
摘要:详情参考: https://blog.csdn.net/weixin_33127753/article/details/89100552 https://imshusheng.com/python/216.html 报错环境 python=3.6,django=2.2,PyMySQL=0.9.3…… 阅读全文

posted @ 2019-07-11 18:58 长岛的雪 阅读(415) 评论(0) 推荐(0)

centos安装python3
摘要:sudo yum install epel-release yum list | grep python3 yum install python36 yum install python36-pip pip install django 阅读全文

posted @ 2019-07-11 16:24 长岛的雪 阅读(132) 评论(0) 推荐(0)