我使用django tutorial學習如何使用Django。無法使用Django教程解決以下錯誤 - 錯誤地配置:settings.DATABASES配置不正確
我無法解決此錯誤
ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.
此錯誤出現後,我鍵入
python manage.py syncdb
正在使用Django的版本是1.5在CentOS
請問您可以粘貼您的settings.py嗎? –
那麼,你提供了ENGINE值嗎? –