美文网首页
2、django使用mysql(python3)

2、django使用mysql(python3)

作者: a风风a | 来源:发表于2018-08-24 16:20 被阅读10次

    安装PyMySQL

     git clone https://github.com/PyMySQL/PyMySQL

    cd PyMySQL/

    python setup.py install

    pip show pymysql   //查看是否安装成功

    修改settings.py

    配置__init__.py

    生成数据表

    使用下面命令: python manage.py migrate

    https://blog.csdn.net/LABLENET/article/details/53321260

    相关文章

      网友评论

          本文标题:2、django使用mysql(python3)

          本文链接:https://www.haomeiwen.com/subject/nxlyiftx.html