Page not found (404)

Request Method: GET
Request URL: http://www.carthage.edu/athletics/varsity.html

Using the URLconf defined in www.urls, Django tried these URL patterns, in this order:

  1. ^athletics/ ^$
  2. ^athletics/ ^index/
  3. ^athletics/ ^(?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/$
  4. ^athletics/ ^sport_home/(?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/$
  5. ^athletics/ ^frame_home/$
  6. ^athletics/ ^stream/(?P<calendar_id>\d+)/$
  7. ^athletics/ ^test/$
  8. ^athletics/ ^frame_home/news/(?P<news_id>\d+)/$
  9. ^athletics/ (?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/news/(?P<news_id>\d+)/$
  10. ^athletics/ ^profiles/(?P<profile_id>\d+)/$
  11. ^athletics/ (?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/profiles/$
  12. ^athletics/ (?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/profiles/(?P<profile_id>\d+)/$
  13. ^athletics/ ^redhots/profiles/$
  14. ^athletics/ ^redhots/profiles/(?P<profile_id>\d+)/$
  15. ^athletics/ (?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/staff/$
  16. ^athletics/ (?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/photos/$
  17. ^athletics/ (?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/photos/(?P<photo_id>\d+)/$
  18. ^athletics/ (?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/schedule/$
  19. ^athletics/ (?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/results/$
  20. ^athletics/ (?P<gender>mens|womens)/(?P<sport>[a-z]\w+)/results/(?P<year>[0-9]+(\-[0-9]+)?)/$
  21. ^athletics/ ^index.cfm$
  22. ^athletics/ ^index.cfm?page=326$
  23. ^athletics/ ^index.cfm?page=91$
  24. ^athletics/ ^redhots/$
  25. ^athletics/ ^(?P<urlpath>[a-zA-Z0-9_/]+)$
  26. ^academics/registrar/
  27. ^academics/
  28. ^admissions/
  29. ^advising/
  30. ^adult/
  31. ^adulted/msw/
  32. ^alumni/
  33. ^artgallery/
  34. ^askquestion/
  35. ^campuslife/
  36. ^careerservices/
  37. ^carthage/
  38. ^children/
  39. ^chapel/
  40. ^clausen/
  41. ^commencement/
  42. ^dept/art/
  43. ^dept/chemistry/
  44. ^dept/(economy|economics)/
  45. ^dept/education/
  46. ^dept/english/
  47. ^dept/environment/
  48. ^dept/heritage/
  49. ^dept/history/
  50. ^dept/language/
  51. ^dept/music/
  52. ^dept/prelaw/
  53. ^dept/sociology/
  54. ^dept/socwk/
  55. ^education/
  56. ^emergency
  57. ^external/
  58. ^family/
  59. ^finaid/
  60. ^homecoming/
  61. ^honors/
  62. ^insider/
  63. ^msw/
  64. ^password/$
  65. ^password$
  66. ^president/
  67. ^President/
  68. ^profiles/$
  69. ^profiles/faculty/$
  70. ^profiles/(?P<profile_id>\d+)/$
  71. ^redhots/
  72. ^saac/
  73. ^security/
  74. ^tarblearena/
  75. ^feeds/(?P<url>.*)/$
  76. ^(?P<urlpath>[a-zA-Z0-9_/]+)$

The current URL, /athletics/varsity.html, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.