Django MySQL error when creating tables

后端 未结 11 1525
感动是毒
感动是毒 2020-12-14 01:02

I am building a django app with a MySQL DB. When I run \'python manage.py migrate\' for the first time, some tables are created well then some errors appear. The error broug

11条回答
  •  抹茶落季
    2020-12-14 01:40

    Had the same problem, turned out that somehow Django got upgraded to v1.8, promptly downgraded to v1.7 worked.

提交回复
热议问题