Page not found (404)

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

The current path, ja/sdgs/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.