Answers for "django.core.exceptions.improperlyconfigured: error loading mysqldb module. did you install mysqlclient? windows"

0

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

File "C:\Users\user\env\lib\site-packages\django\db\backends\mysql\base.py", line 30, in <module>
    'Did you install mysqlclient or MySQL-python?' % e
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named 'MySQLdb'.
Did you install mysqlclient or MySQL-python?
Posted by: Guest on February-03-2021

Code answers related to "django.core.exceptions.improperlyconfigured: error loading mysqldb module. did you install mysqlclient? windows"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language