﻿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
11809	Unable to test a non-db dependent django app without db configuration	Prabhu Subramanian <prabhu.subramanian@…>	nobody	"We are able to write django applications that do not require database configurations. But when we test them using django test framework, the framework expects database configurations. Otherwise we get the below error.

raise ImproperlyConfigured, ""You haven't set the DATABASE_ENGINE setting yet.""
django.core.exceptions.ImproperlyConfigured: You haven't set the DATABASE_ENGINE setting yet.

A workaround is to specify sqlite3 and let the test framework create in-memory database. But I don't think this is a good solution.
"		closed	Testing framework	1.1		wontfix			Unreviewed	0	0	0	0	0	0
