﻿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
3687	django.template needs settings already configured at import time	johan.tibell@…	Adrian Holovaty	"The import:

from django.conf import settings

Raises:

EnvironmentError: Environment variable DJANGO_SETTINGS_MODULE is undefined.

Which makes it impossible to use settings.configure() which as described http://www.djangoproject.com/documentation/templates_python/ under stand-alone mode.

Expected behaviour: It should be possible to use settings.configure() instead of DJANGO_SETTINGS_MODULE.
"		closed	Template system	0.95		fixed			Accepted	0	0	0	0	0	0
