Thursday, 15 August 2013

Unable to resolve following error using Django tutorial - ImproperlyConfigured: settings.DATABASES is improperly configured

Unable to resolve following error using Django tutorial -
ImproperlyConfigured: settings.DATABASES is improperly configured

I'm using the following tutorial for learning how to use Django:
https://docs.djangoproject.com/en/1.5/intro/tutorial01/
I'm unable to resolve this error- ImproperlyConfigured: settings.DATABASES
is improperly configured. Please supply the ENGINE value. Check settings
documentation for more details.
This error comes up after I type- python manage.py syncdb
The django version being used is 1.5 on CentOS

No comments:

Post a Comment