﻿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
6348	How is this page being loaded?	cpmahon@…	nobody	"How does www.djangoproject.com/community/ know which template to load?

I've been looking to see how you have structured your template files and noticed the following in the urls.py file:

{{{
(r'^community/$', 'django.views.generic.list_detail.object_list', aggregator_info_dict),
}}}

I also noticed a template called base_community.html which I assume is the file used to create the community page but I can't see it being called anywhere? How is this page being generated with the data?
"		closed	*.djangoproject.com	dev		invalid			Unreviewed	0	0	0	0	0	0
