Page not found (404)

Request Method: GET
Request URL: http://www.hikoki-powertools.my/manual_view_export/market1.html

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

  1. admin/
  2. [name='index']
  3. products/
  4. catalog/
  5. manual_view_export/ [name='instruction_manual']
  6. relation/
  7. lowvibration/
  8. contact-us/
  9. multivolt/
  10. authorized-service-center/
  11. error404 [name='error404']
  12. error500 [name='error500']
  13. ckeditor/
  14. ^static/(?P<path>.*)$
  15. ^media/(?P<path>.*)$

The current path, manual_view_export/market1.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.