﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
16544	Django tells me I haven't set the database ENGINE, even though I have	Dan Loewenherz	nobody	"I'm using GeoDjango, specifically the spatialite database engine (django.contrib.gis.db.backends.spatialite). When I start the server, and visit a page, I get the following error:

{{{
ImproperlyConfigured at /user/logout
You haven't set the database ENGINE setting yet.
}}}

However, when entering the shell.

{{{
>>> from django.conf import settings
>>> settings.DATABASES
{'default': {'ENGINE': 'django.contrib.gis.db.backends.spatialite',
             'HOST': '',
             'NAME': 'local.db',
             'OPTIONS': {},
             'PASSWORD': '',
             'PORT': '',
             'TEST_CHARSET': None,
             'TEST_COLLATION': None,
             'TEST_MIRROR': None,
             'TEST_NAME': None,
             'TIME_ZONE': 'America/Los_Angeles',
             'USER': ''}}
}}}"	Bug	closed	Database layer (models, ORM)	1.3	Release blocker	invalid			Unreviewed	0	0	0	0	0	0
