﻿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
2151	Support app renaming in INSTALLED_APPS	Matt McClanahan	anonymous	"Reference thread: http://groups.google.com/group/django-developers/browse_thread/thread/7197d27127494ee2/df18ee9b91ba383c

Several implementations were proposed, the one that seems to be most favored is:

{{{
INSTALLED_APPS = (
    'foo.bar.baz',
    ('foo.quux.baz', 'baz2')
)
}}}"	enhancement	closed	Core (Other)		normal	duplicate			Design decision needed	0	0	0	0	0	0
