Page not found (404)

Request Method: GET
Request URL: https://www.kamalplastic.co.in/enquiry-form-10019.htm?product_slno=2343183

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

  1. admin/
  2. [name='home']
  3. company-profile [name='company_profile']
  4. quality [name='quality']
  5. contact-us [name='contact']
  6. polyethylene-granules [name='Polyethylene_Granules']
  7. hdpe-granules [name='hdpe_Granules']
  8. ldpe-granules [name='ldpe_Granules']
  9. lldpe-granules [name='lLDPE_Granules']
  10. polypropylene-granules [name='Polypropylene_Granules']
  11. ppcp-granules [name='pPCP_Granules']
  12. polycarbonate-granules [name='Polycarbonate_Granules']
  13. hips-granules [name='hips_Granules']
  14. hm-granules [name='hm_Granules']
  15. nylon [name='Nylon']
  16. acrylic [name='Acrylic']
  17. query_fm [name='query_fm']
  18. ^media/(?P<path>.*)$
  19. ^static/(?P<path>.*)$

The current path, enquiry-form-10019.htm, 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.