Page not found (404)

Request Method: GET
Request URL: https://reliabletraders.co.in/our-product/threaded-bars.html

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

  1. admin/
  2. api/product-categories/ [name='product_categories']
  3. api/
  4. [name='index']
  5. about/
  6. contact/
  7. product/
  8. password_reset/ [name='admin_password_reset']
  9. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  10. admin/password_reset/done/ [name='password_reset_done']
  11. reset/done/ [name='password_reset_complete']
  12. ^media/(?P<path>.*)$

The current path, our-product/threaded-bars.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.