我只是无法在 Windows 上使用 Django 3.2.7 和 Firebird 数据库后端(我还没有在 Linux 上测试过)
通过 pip 安装和使用 git 手动安装。一个结果
django.core.exceptions.ImproperlyConfigured:'firebird' 不是可用的数据库后端或无法导入。检查上述异常。要使用内置后端之一,请使用“django.db.backends.XXX”,其中 XXX 是以下之一:“mysql”、“oracle”、“postgresql”、“sqlite3”
在 settings.py 中指定了“ENGINE”:“firebird”和“django.db.backends.firebird”。结果是一个。
已安装
Python 3.8.2
Django 3.2.7
fdb 2.0.2
django-firebird 1.11
我不知道还能把我的想法转向哪里