Answers for "django.core.exceptions.improperlyconfigured: error loading mysqldb module: no module named mysqldb. did you install mysqlclient or mysql-python? on python 2"

0

mac django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module. Did you install mysqlclient?

import pymysql

pymysql.install_as_MySQLdb()
Posted by: Guest on February-03-2021

Code answers related to "django.core.exceptions.improperlyconfigured: error loading mysqldb module: no module named mysqldb. did you install mysqlclient or mysql-python? on python 2"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language