Page not found (404)

Request Method: GET
Request URL: https://jinabakul.com/products.html

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

  1. ^$
  2. ^about-company
  3. ^clientele
  4. ^awards
  5. ^facilities
  6. ^group-companies
  7. ^quality-policy
  8. ^ehs-policy
  9. ^certification
  10. ^csr-sustainability
  11. ^company-policy
  12. ^unit-1
  13. ^unit-2
  14. ^unit-4
  15. ^yenkays
  16. ^enquiry
  17. ^contact
  18. ^action
  19. ^static/(?P<path>.*)$
  20. ^static/(?P<path>.*)$

The current path, products.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.