django.core.exceptions.improperlyconfigured: mysqlclient 1.3.13 или необходимо новее; у вас 0,8,0.

import pymysql
pymysql.version_info = (1, 3, 13, "final", 0)
pymysql.install_as_MySQLdb()
Yucky Yak