﻿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
19976	Error creating application with the name 'users'	Adam Mckerlie	nobody	"I think I've found a regression bug when creating an app with the name users.

Django 1.5:

{{{
django-admin.py startapp users
}}}

ImproperlyConfigured: Requested setting DATABASES, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.

Django 1.4.5
{{{
django-admin.py startapp users
}}}

Successful.

"	Bug	closed	Core (Management commands)	1.5	Normal	invalid			Unreviewed	0	0	0	0	0	0
