标签:ons code config ldb 参考 install ror cto mamicode
使用python manage.py makemigrations
时出现报错:
from err django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module. Did you install mysqlclient?
pip install pymysql
import pymysql
pymysql.install_as_MySQLdb()
《django安装了pymysql还报MySQLdb module: No module named》
标签:ons code config ldb 参考 install ror cto mamicode
原文地址:https://www.cnblogs.com/my_captain/p/13192502.html