django 配置mysql错误:Error was: No module named mysql.base 解决办法:在settings.py中 修改DTABASES字典:将‘ENGINE'的值改为'django.db.backends.mysql'即可。