Page not found (404)

Request Method: GET
Request URL: https://ku-map.com/search.html/0/%25C4%25FE%25B2%25A8%25B8%25DB%C3%BA%CC%BF

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/%C4%FE%B2%A8%B8%DBú̿, 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.