After changing database to mysql in Django I cannot migrate. I use Django 3.0.8, Python 3.7,
I have installed mysqlclient, PyMySQL, mysql-connector-python and nothing changed.
error: django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module. Did you install mysqlclient?
Do you have any idea guys?