DATABASES is improperly configured. Please supply the ENGINE value.
来源:3-7 Django工程快速入门引导
qq_慕神6353025
2020-04-15
python3迁移的时候报错:
django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.
请问如何解决?
写回答
1回答
-
Jeson
2020-04-18
settings.DATABASES
看错误的提示,表示你对settings.py的数据库连接设置有问题,这一块建议检查下
00
相似问题