Opened 16 years ago

Closed 16 years ago

#6348 closed (invalid)

How is this page being loaded?

Reported by: cpmahon@… 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?

Change History (1)

comment:1 by Øyvind Saltvik <oyvind@…>, 16 years ago

Resolution: invalid
Status: newclosed

Take this to django-users, tickets are for django development, not support requests.

Note: See TracTickets for help on using tickets.
Back to Top