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
Had the same problem, turned out that somehow Django got upgraded to v1.8, promptly downgraded to v1.7 worked.
v1.8
v1.7