您的位置:首页 > 编程语言 > Go语言

django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_migrations table

2017-02-09 11:16 399 查看
django1.10.4

python-2.7.12

Centos6.7

python manage.py makemigration 和 python manage.py migrate 均出现如下错误:

django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_migrations table (near "  : syntax error)

原因未知

在settings中,将默认连接的sqlite3数据库改为mysql后,错误不再出现。

如何在django中连接mysql:http://blog.csdn.net/jaket5219999/article/details/54944729
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  django makemigration
相关文章推荐