pip install PyMySQL
and then add this two lines to your Project/Project/init.py
import pymysql
pymysql.install_as_MySQLdb()
Works on WIN and python 3.3+
Also works for python2.7 + django1.9.x
I used to use wheels, but this one is more efficient.
https://stackoverflow.com/questions/454854/no-module-named-mysqldb