后台创建管理员 createsuperuser 时 报django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module

Posted spidernyp

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了后台创建管理员 createsuperuser 时 报django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module相关的知识,希望对你有一定的参考价值。

结果版本0.9.3

django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3.

需要pip指定版本号安装

结果清华源没有这个版本,换阿里云

pip install -i https://mirrors.aliyun.com/pypi/simple/ pymysql==1.3.13

阿里也没有,只能国外了

 

 

pip install jupyter -i http://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn

 

以上是关于后台创建管理员 createsuperuser 时 报django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module的主要内容,如果未能解决你的问题,请参考以下文章

补充--admin后台管理和用户端静态文件

author认证模块

Django之auth模块

Django打造在线教育平台_day_3: 搭建后台管理系统Django自带的admin

实现自定义用户模型时 createsuperuser 的问题

django 1.9 createsuperuser 绕过密码验证检查