Page not found (404)

Request Method: GET
Request URL: https://k-smk.co.jp/en/inquiry/cart/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/
  5. en/ sell/
  6. en/ inquiry/ form/ [name='form']
  7. en/ inquiry/ success/ [name='success']
  8. en/ inquiry/ error/ [name='error']
  9. en/ inquiry/ add/<int:pk>/ [name='add']
  10. en/ inquiry/ delete/<int:pk>/ [name='delete']
  11. en/ inquiry/ cart/ [name='cart']
  12. en/ newsletter/
  13. en/ meeting/ [name='meeting']
  14. en/ about/ [name='about']
  15. en/ showroom/ [name='showroom']
  16. en/ product/ [name='product']
  17. en/ purchase/ [name='purchase']
  18. en/ access/ [name='access']
  19. en/ link/ [name='link']
  20. en/ recruit/ [name='recruit']
  21. en/ sdgs/ [name='sdgs']
  22. en/ [name='home']
  23. ^static\/(?P<path>.*)$
  24. ^media\/(?P<path>.*)$

The current path, en/inquiry/cart/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.