Skip to content
Advertisement

Tag: mysql-connector-python

Django 3.x error: ‘mysql.connector.django’ isn’t an available database backend

Having recently upgraded a Django project from 2.x to 3.x, I noticed that the mysql.connector.django backend (from mysql-connector-python) no longer works. The last version of Django that it works with is 2.2.11. It breaks with 3.0. I am using mysql-connector-python==8.0.19. When running manage.py runserver, the following error occurs: I am aware that this is not an official Django backend but

Advertisement