On 2012-08-07 at 07:24:06 -0700, dokondr wrote:
> DATABASES = {
> 'default': {
> 'ENGINE': 'django.db.backends.sqlite3', # Add
Do you actually have the sqlite3 library installed?
(Debian/Ubuntu: apt-get install python-pysqlite2)
> ImproperlyConfigured: settings.DATABASES is improperly configured. Please
> supply the ENGINE value. Check settings documentation for more details.
If it's a new database, you probably need to run 'python manage.py syncdb' too.
-A
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.