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模块,只发现了 'oracle', 'postgresql', 'sqlite3'这三个模块,
怎样才能将mysql模块设置到到python目录下的django里面?
关于#django#链接mysql的问题,如何解决?
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-