case 1:
python manage.py migrate时报错:django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module.
环境:python3.7
解决方法:安装mysqlclient
pip install mysqlclient
django学习问题集
原文:https://www.cnblogs.com/moodlxs/p/11645221.html