﻿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
19556	Extend url include to search all packages in a namespace path	mcanix@…	nobody	"When installing django eggs in the same namespace it is required to include each egg in the settings.py INSTALLED_APPS variable. 

The following patch is intended to reduce the configuration when installing additional modules by only including the namespace and adding
{{{
urlpatterns += patterns('',
        (r'', include('urls', 'namespace')),
)
}}}

The patch will search all package paths declared in the namespace and collect each urlpattern to create a consolidated urlpattern attribute which it appends to the last urlconf_module to return"	Cleanup/optimization	closed	Core (URLs)	1.4	Normal	needsinfo	urls eggs	hirokiky@…	Unreviewed	1	1	1	1	1	0
