Page not found (404)

Request Method: GET
Request URL: https://k-smk.co.jp/en/machines/category/93/index.html

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

  1. admin/
  2. [name='home_init']
  3. en/ i18n/
  4. en/ machines/ [name='index']
  5. en/ machines/ staff/ [name='staff_index']
  6. en/ machines/ recent/ [name='recent']
  7. en/ machines/ maker/<slug:slug>/ [name='maker_index']
  8. en/ machines/ category/<slug:slug>/ [name='category_index']
  9. en/ machines/ ranking/ [name='ranking']
  10. en/ machines/ <slug:slug>/ [name='detail']
  11. en/ machines/ <slug:slug>/print [name='detail-print']
  12. en/ sell/
  13. en/ inquiry/
  14. en/ newsletter/
  15. en/ meeting/ [name='meeting']
  16. en/ about/ [name='about']
  17. en/ showroom/ [name='showroom']
  18. en/ product/ [name='product']
  19. en/ purchase/ [name='purchase']
  20. en/ access/ [name='access']
  21. en/ link/ [name='link']
  22. en/ recruit/ [name='recruit']
  23. en/ sdgs/ [name='sdgs']
  24. en/ [name='home']
  25. ^static\/(?P<path>.*)$
  26. ^media\/(?P<path>.*)$

The current path, en/machines/category/93/index.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.