Using the URLconf defined in www.urls,
Django tried these URL patterns, in this order:
- ^athletics/ ^$
- ^athletics/ ^index/
- ^athletics/ ^(?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/$
- ^athletics/ ^sport_home/(?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/$
- ^athletics/ ^frame_home/$
- ^athletics/ ^stream/(?P<calendar_id>\d+)/$
- ^athletics/ ^test/$
- ^athletics/ ^frame_home/news/(?P<news_id>\d+)/$
- ^athletics/ (?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/news/(?P<news_id>\d+)/$
- ^athletics/ ^profiles/(?P<profile_id>\d+)/$
- ^athletics/ (?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/profiles/$
- ^athletics/ (?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/profiles/(?P<profile_id>\d+)/$
- ^athletics/ ^redhots/profiles/$
- ^athletics/ ^redhots/profiles/(?P<profile_id>\d+)/$
- ^athletics/ (?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/staff/$
- ^athletics/ (?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/photos/$
- ^athletics/ (?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/photos/(?P<photo_id>\d+)/$
- ^athletics/ (?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/schedule/$
- ^athletics/ (?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/results/$
- ^athletics/ (?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/results/(?P<year>[0-9]+(\-[0-9]+)?)/$
- ^athletics/ ^index.cfm$
- ^athletics/ ^index.cfm?page=326$
- ^athletics/ ^index.cfm?page=91$
- ^athletics/ ^redhots/$
- ^athletics/ ^(?P<urlpath>[a-zA-Z0-9_/]+)$
- ^academics/registrar/
- ^academics/
- ^admissions/
- ^advising/
- ^adult/
- ^adulted/msw/
- ^alumni/
- ^artgallery/
- ^askquestion/
- ^campuslife/
- ^careerservices/
- ^carthage/
- ^children/
- ^chapel/
- ^clausen/
- ^commencement/
- ^dept/art/
- ^dept/chemistry/
- ^dept/(economy|economics)/
- ^dept/education/
- ^dept/english/
- ^dept/environment/
- ^dept/heritage/
- ^dept/history/
- ^dept/language/
- ^dept/music/
- ^dept/prelaw/
- ^dept/sociology/
- ^dept/socwk/
- ^education/
- ^emergency
- ^external/
- ^family/
- ^finaid/
- ^homecoming/
- ^honors/
- ^insider/
- ^msw/
- ^password/$
- ^password$
- ^president/
- ^President/
- ^profiles/$
- ^profiles/faculty/$
- ^profiles/(?P<profile_id>\d+)/$
- ^redhots/
- ^saac/
- ^security/
- ^tarblearena/
- ^feeds/(?P<url>.*)/$
- ^(?P<urlpath>[a-zA-Z0-9_/]+)$
The current URL, /athletics/varsity.html, didn't match any of these.