Page not found (404)

Request Method: GET
Request URL: https://k-smk.co.jp/ja/machines/1005Y496/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. ja/ i18n/
  4. ja/ machines/ [name='index']
  5. ja/ machines/ staff/ [name='staff_index']
  6. ja/ machines/ recent/ [name='recent']
  7. ja/ machines/ maker/<slug:slug>/ [name='maker_index']
  8. ja/ machines/ category/<slug:slug>/ [name='category_index']
  9. ja/ machines/ ranking/ [name='ranking']
  10. ja/ machines/ <slug:slug>/ [name='detail']
  11. ja/ machines/ <slug:slug>/print [name='detail-print']
  12. ja/ sell/
  13. ja/ inquiry/
  14. ja/ newsletter/
  15. ja/ meeting/ [name='meeting']
  16. ja/ about/ [name='about']
  17. ja/ showroom/ [name='showroom']
  18. ja/ product/ [name='product']
  19. ja/ purchase/ [name='purchase']
  20. ja/ access/ [name='access']
  21. ja/ link/ [name='link']
  22. ja/ recruit/ [name='recruit']
  23. ja/ sdgs/ [name='sdgs']
  24. ja/ [name='home']
  25. ^static\/(?P<path>.*)$
  26. ^media\/(?P<path>.*)$

The current path, ja/machines/1005Y496/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.