Getting error while using MySQL as database in django – CPanel
I am using Django 3.1.0 and I get the error below when I set MySQL as a database on production server. #ERROR Getting django.core.exceptions.ImproperlyConfigured: mysqlclient 1.4.0 or newer is required; you have 0.10.1. error while using MySQL in Django My…