- 博客(2)
- 收藏
- 关注
原创 Django配置mysql数据库
1、 mysql 数据库建库 2、 打开setting.py 3、找到DATABASES根据自己的数据库配置输入 DATABASES = { ‘default’: { ‘ENGINE’: ‘django.db.backends.mysql’, ‘NAME’: ‘Django’, ‘USER’: ‘root’, ‘PASSWORD’: ‘root’, ‘HOST’: ‘127.0.0.1’, ‘P...
2019-05-02 23:36:14 160
原创 解决 Command "python setup.py egg_info" failed with error code 1
解决 Command "python setup.py egg_info" failed with error code 1 解决 Command “python setup.py egg_info” failed with error code 1 在使用pip 安装某些包的时候 例如base 这个包 会遇到这样的错误 Command “python setup.py egg_info” f...
2019-05-02 14:56:26 958
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人