django.core.exceptions.ImproperlyConfigured: 'django.db.backends.data' isn't an available database backend or couldn't be imported. Check the above exception. To use one of the built-
in backends, use 'django.db.backends.XXX', where XXX is one of:
'oracle', 'postgresql', 'sqlite3'
django里面没有mysql模块,安装上mysql但是django迁移文件不能完成报上述错误。为什么?怎样设置mysql模块
文章讨论了在使用Django时遇到的数据库配置错误,因为找不到data后端,提示未安装或未正确配置MySQL。作者询问了如何在已安装MySQL但迁移文件无法完成的情况下解决这个问题。
4663

被折叠的 条评论
为什么被折叠?



