我正在使用 django==1.5.1 并且在下面出现此错误。早些时候我使用的是 django==1.4.2 并且在 GSWD 中的相同 tut 之后没有出现这样的错误(我没有在项目中间更新 django 版本)。
(edu-venv)vagrant@precise32:/vagrant/projects/kodeworms$ heroku run python manage.py syncdb
Running `python manage.py syncdb` attached to terminal... up, run.9132
ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check setti
ngs documentation for more details.
这看起来像我错过了与 django==1.5.1 版本更具体相关的东西。有人可以帮忙吗?