Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

django.core.exceptions.ImproperlyConfigured: mysqlclient 1.4.0 or newer is required; you have 0.10.1.

 #here is latest version of pymysql in mysqldb.
 #add this settings in settings file
 import pymysql
 pymysql.version_info = (1, 4, 6, 'final', 0)
 pymysql.install_as_MySQLdb()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #mysqlclient #newer
ADD COMMENT
Topic
Name
8+9 =