I\'m trying to get a django site deployed from a repository. I was almost there, and then changed something (I\'m not sure what!!) and was back to square one.
Now I\
For those who come upon this question:
It turns out that ubuntu _mysql version was different from the one in my venv. Uninstalling that and re-installing in my venv did the trick.