'django.db.backends.mysql' uses MySQL-python lib, but this lib does not support python 3.
You could use another backend when python 3 is used. The mysql-connector-python lib already comes with a django backend: 'mysql.connector.django'. It is a good alternative.
'django.db.backends.mysql' uses MySQL-python lib, but this lib does not support python 3.
You could use another backend when python 3 is used. The mysql-connector-python lib already comes with a django backend: 'mysql.connector.django'. It is a good alternative.