Page not found (404)

Request Method: GET
Request URL: https://fossee.in/sage_days/accomodation

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

  1. ^administration/
  2. ^$
  3. ^schedule/
  4. ^organizers/
  5. ^venue/
  6. ^contact/
  7. ^about/
  8. ^registration/
  9. ^about_mumbai/
  10. ^reaching_iitb/
  11. ^talks_proposed/
  12. ^what_is_sprint/
  13. ^pre_sage_days_workshop/

The current URL, accomodation, 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.