Page not found (404)

Request Method: GET
Request URL: https://www.hykonindia.com/Product-Lists?sec=2&catId=29

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

  1. admin/
  2. accounts/
  3. [name='home']
  4. category/<str:slug>/ [name='category']
  5. products/<str:slug>/ [name='products']
  6. product/<str:slug>/ [name='product-detail']
  7. news-events/ [name='news-events']
  8. news/<str:slug>/ [name='news']
  9. event/<str:slug>/ [name='event']
  10. blog/ [name='blog']
  11. blog/<str:slug>/ [name='blog']
  12. about-us/ [name='about-us']
  13. warranty/ [name='warranty']
  14. privacy-policy/ [name='privacy-policy']
  15. return-policy/ [name='return-policy']
  16. shipping-policy/ [name='shipping-policy']
  17. terms-and-conditions/ [name='shipping-policy']
  18. delivery-polices/ [name='delivery-polices']
  19. enquiry/ [name='enquiry']
  20. enquiry-success/ [name='enquiry-success']
  21. warranty-success/ [name='warranty-success']
  22. contact-us/ [name='contact-us']
  23. search/ [name='search']
  24. products/<str:slug>/filter/ [name='filter']
  25. enquiry-product/ [name='enquiry-product']
  26. contact-us-bc/ [name='contact-us-bc']
  27. landing-page/<str:slug>/ [name='landing-page-view']
  28. business-card/<str:slug>/ [name='business-card']
  29. download-vcf/<str:slug>/ [name='download_vcf']
  30. user/
  31. order/
  32. career/
  33. dashboard/
  34. api-auth/
  35. __debug__/
  36. oauth/
  37. page/
  38. tinymce/
  39. admin/filebrowser/
  40. landing_page/
  41. cms/
  42. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  43. ^static/(?P<path>.*)$
  44. ^media/(?P<path>.*)$

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