I want to connect my database with Django when I write a command:
python managa.py migrate I get this error,
How do I fix it?
[...] django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is requ ired; you have 0.9.3.
I want to connect my database with Django when I write a command:
python managa.py migrate I get this error,
How do I fix it?
[...] django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is requ ired; you have 0.9.3.