1👍
✅
I spent a good few days trying to get Django and MySQL to play nicely together the other week. I finally managed to get it sorted with the help of this guide:
http://criticus-ua.tumblr.com/post/33260391135/setting-up-django-with-mysql-on-mac-os-x-lion
It’s makes use of Homebrew which in my opinion is a great OSX package manager
1👍
Looks like you don’t really have the Python MySQLDB installed. You can check it from your Python Command Line by this,
import _mysql
Source:stackexchange.com