Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
django.core.exceptions.ImproperlyConfigured:加载 MySQLdb 模块时出错。你安装了mysqlclient吗?
甚至安装了 mysqlclient python 版本时出现此错误:Python 3.6.9
Python 3.6.9
您必须在虚拟环境中使用pip install mysqlclient.
pip install mysqlclient