Opened 17 years ago
Closed 17 years ago
#6348 closed (invalid)
How is this page being loaded?
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | *.djangoproject.com | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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?
Note:
See TracTickets
for help on using tickets.
Take this to django-users, tickets are for django development, not support requests.