Page not found (404)

Request Method: GET
Request URL: https://ku-map.com/search.html/0/%C8%AB%25C7%25F2%25B8%25D6%25CA%25D0

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

  1. admin/
  2. index [name='index']
  3. [name='first']
  4. category/<int:kind> [name='category']
  5. detail_ajax/<int:pk> [name='detail_ajax']
  6. search/ [name='search']
  7. facility/<int:building_pk> [name='facility']
  8. time/<str:from_building>/<str:to_building>/ [name='time']
  9. entrance/<int:building_pk> [name='entrance']
  10. ^static/(?P<path>.*)$

The current path, search.html/0/ȫ%C7%F2%B8%D6%CA%D0, 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.