django core . exceptions ·ImproperlyConfigured: 'django. db · backends .mysql' isn't an available database backend or couldn't be imported. Check the above exc eption. To use one of the built-tp backends, use ' django · db · backends.xX', where xXX is one of: 'oracle', ' postgresql', ' sqlite3' ะ Python Packages = TODO ง Python Console 0 Problems ย Terminal ii Endpoints อ Services is available I1 Switch and restart 11 Don't ask again (a minute ago)
时间: 2023-03-25 09:03:30 浏览: 205
这是一个关于 Django 数据库后端的问题,可能是由于数据库后端未正确配置或未正确导入所致。建议检查以上异常信息,使用其中一个内置的后端,例如 'django.db.backends.oracle'、'django.db.backends.postgresql' 或 'django.db.backends.sqlite3'。此外,还需要检查 Python 包是否正确安装。
阅读全文