- django.core.exceptions.Improperl
- django.core.exceptions.Improperl
- django.core.exceptions.Improperl
- django.core.exceptions.Improperl
- django.core.exceptions.Improperl
- django.core.exceptions.Improperl
- django.core.exceptions.Improperl
- django.core.exceptions.Improperl
- django.core.exceptions.Improperl
- django.core.exceptions.Improperl
报错:
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module.
解决办法:
在init.py添加
import pymysql
pymysql.install_as_MySQLdb()
网友评论