I first started installing with Python 3, but MySQL-python does not yet work with Python 3. The Django 1.7 docs mention a couple alternatives I have not yet tried: mysqlclient (recommended) and MySQL Connector/Python. I found a blog post documenting a successful use of the latter.
Good observation. If mysqlclient is recommended by Django, it's good enough for me. I'll try to snap that in to Python 2 to see if it disturbs anything.
I first started installing with Python 3, but MySQL-python does not yet work with Python 3. The Django 1.7 docs mention a couple alternatives I have not yet tried: mysqlclient (recommended) and MySQL Connector/Python. I found a blog post documenting a successful use of the latter.