Django MySQLdb version doesn't match _mysql version Ubuntu

前端 未结 2 1664
一整个雨季
一整个雨季 2020-12-20 20:22

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\

2条回答
  •  感情败类
    2020-12-20 21:06

    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.

提交回复
热议问题