Page not found (404)

Request Method: GET
Request URL: http://c-sis.cusat.ac.in/ysa2019.html

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

  1. admin/
  2. about [name='about']
  3. booking [name='booking']
  4. contact [name='contact']
  5. inmedia [name='inmedia']
  6. labs [name='labs']
  7. our-story [name='our_story']
  8. people [name='people']
  9. programmes [name='programmes']
  10. select-date [name='select_date']
  11. extension-activities [name='extension_activities']
  12. [name='index']
  13. ^static/(?P<path>.*)$
  14. ^media/(?P<path>.*)$

The current path, ysa2019.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.