django.db.backends.mysql install

After installing django, run the following command

pip install mysqlclient
Ankur