django.db.backends.mysql instal

After installing django, run the following command

pip install mysqlclient
Ankur