Page not found (404)

Request Method: GET
Request URL: https://ku-map.com/xsoperation/771405/articlenew.html

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, xsoperation/771405/articlenew.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.