Page not found (404)

Request Method: GET
Request URL: http://www.carthage.edu/alumni/alumnicouncil.html

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

  1. ^athletics/
  2. ^academics/registrar/
  3. ^academics/
  4. ^admissions/
  5. ^advising/
  6. ^adult/
  7. ^adulted/msw/
  8. ^alumni/ ^$
  9. ^alumni/ ^test/$
  10. ^alumni/ ^recentevents/$
  11. ^alumni/ ^news/(?P<news_id>\d+)/$
  12. ^alumni/ ^110/photos/$
  13. ^alumni/ ^calendar/complete/$
  14. ^alumni/ ^calendar/(?P<calendar_id>\d+)/$
  15. ^alumni/ ^college/$
  16. ^alumni/ ^college/submit/$
  17. ^alumni/ ^info_form/$
  18. ^alumni/ ^classnotes/$
  19. ^alumni/ ^classnotes/public/$
  20. ^alumni/ ^directory/$
  21. ^alumni/ ^directory/public/
  22. ^alumni/ ^ambassadors/$
  23. ^alumni/ ^(?P<urlpath>[a-zA-Z0-9_/]+)$
  24. ^artgallery/
  25. ^askquestion/
  26. ^campuslife/
  27. ^careerservices/
  28. ^carthage/
  29. ^children/
  30. ^chapel/
  31. ^clausen/
  32. ^commencement/
  33. ^dept/art/
  34. ^dept/chemistry/
  35. ^dept/(economy|economics)/
  36. ^dept/education/
  37. ^dept/english/
  38. ^dept/environment/
  39. ^dept/heritage/
  40. ^dept/history/
  41. ^dept/language/
  42. ^dept/music/
  43. ^dept/prelaw/
  44. ^dept/sociology/
  45. ^dept/socwk/
  46. ^education/
  47. ^emergency
  48. ^external/
  49. ^family/
  50. ^finaid/
  51. ^homecoming/
  52. ^honors/
  53. ^insider/
  54. ^msw/
  55. ^password/$
  56. ^password$
  57. ^president/
  58. ^President/
  59. ^profiles/$
  60. ^profiles/faculty/$
  61. ^profiles/(?P<profile_id>\d+)/$
  62. ^redhots/
  63. ^saac/
  64. ^security/
  65. ^tarblearena/
  66. ^feeds/(?P<url>.*)/$
  67. ^(?P<urlpath>[a-zA-Z0-9_/]+)$

The current URL, /alumni/alumnicouncil.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.