Page not found (404)

Request Method: GET
Request URL: http://dormbase.mit.edu/demo/Reimbursement/comingsoon/government

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

  1. ^$ [name='home']
  2. ^(?P<title>.*)/comingsoon/$ [name='coming']
  3. ^directory/
  4. ^movies/
  5. ^personal/
  6. ^desk/
  7. package/
  8. ^search/
  9. ^photologue/
  10. ^nextbus/
  11. ^menus/
  12. ^laundry/
  13. ^media/(?P<path>.*)$
  14. ^static/(?P<path>.*)$
  15. ^admin/
  16. ^demo\/static\/(?P<path>.*)$

The current URL, Reimbursement/comingsoon/government, 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.