【发布时间】:2013-08-16 06:06:51
【问题描述】:
我正在使用django tutorial 来学习如何使用 Django。
我无法解决此错误
ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.
我输入后出现此错误
python manage.py syncdb
在 CentOS 上使用的 django 版本是 1.5
【问题讨论】:
-
你能粘贴你的settings.py吗?
-
那么,您是否提供了 ENGINE 值?