You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raise ImproperlyConfigured('mysqlclient 1.4.0 or newer is required; you have %s.' % Database.version)
django.core.exceptions.ImproperlyConfigured: mysqlclient 1.4.0 or newer is required; you have 0.10.1.
while i have installed the latest package of mysqlclient
The text was updated successfully, but these errors were encountered:
raise ImproperlyConfigured('mysqlclient 1.4.0 or newer is required; you have %s.' % Database.version)
django.core.exceptions.ImproperlyConfigured: mysqlclient 1.4.0 or newer is required; you have 0.10.1.
while i have installed the latest package of mysqlclient
The text was updated successfully, but these errors were encountered: