Page not found (404)

Request Method: GET
Request URL: http://www.carthage.edu/careerservices/career.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. ^artgallery/
  10. ^askquestion/
  11. ^campuslife/
  12. ^careerservices/ ^calendar/$
  13. ^careerservices/ ^calendar/detail/(?P<event_id>\d+)/$
  14. ^careerservices/ ^major/(?P<major_id>[0-9]+)/$
  15. ^careerservices/ ^$
  16. ^careerservices/ ^index.cfm$
  17. ^careerservices/ ^index.html$
  18. ^careerservices/ ^(?P<urlpath>[a-zA-Z0-9_/]+)$
  19. ^carthage/
  20. ^children/
  21. ^chapel/
  22. ^clausen/
  23. ^commencement/
  24. ^dept/art/
  25. ^dept/chemistry/
  26. ^dept/(economy|economics)/
  27. ^dept/education/
  28. ^dept/english/
  29. ^dept/environment/
  30. ^dept/heritage/
  31. ^dept/history/
  32. ^dept/language/
  33. ^dept/music/
  34. ^dept/prelaw/
  35. ^dept/sociology/
  36. ^dept/socwk/
  37. ^education/
  38. ^emergency
  39. ^external/
  40. ^family/
  41. ^finaid/
  42. ^homecoming/
  43. ^honors/
  44. ^insider/
  45. ^msw/
  46. ^password/$
  47. ^password$
  48. ^president/
  49. ^President/
  50. ^profiles/$
  51. ^profiles/faculty/$
  52. ^profiles/(?P<profile_id>\d+)/$
  53. ^redhots/
  54. ^saac/
  55. ^security/
  56. ^tarblearena/
  57. ^feeds/(?P<url>.*)/$
  58. ^(?P<urlpath>[a-zA-Z0-9_/]+)$

The current URL, /careerservices/career.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.