Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
SQL
django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.8.0.
Leon-Alph
Programming language:
SQL
2021-05-08 01:33:01
0
Q:
django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.8.0.
Kavinda Prabhath
Code:
SQL
2021-02-28 01:03:37
import pymysql pymysql.version_info = (1, 3, 13, "final", 0) pymysql.install_as_MySQLdb()
-1
Tags
new
mysql
Related
raise ImproperlyConfigured('mysqlclient 1.3.13 or newer is required; you have %s.' % Database.__version__) django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3.
jango.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module. Did you install mysqlclient?
New to Communities?
Join the community