case 1:python
python manage.py migrate时报错:django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module.mysql
环境:python3.7sql
解决方法:安装mysqlclientdjango
pip install mysqlclientip