Page not found (404)

Request Method: GET
Request URL: http://searchclub.in/product/cap/?action=yith-woocompare-add-product&id=332

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

  1. admin/
  2. add_customer
  3. edit_customer
  4. delete_customer/<id>
  5. change_customer_status/<id>
  6. add_vendor
  7. edit_vendor
  8. trail_activate
  9. delete_vendor/<id>
  10. change_vendor_status/<id>
  11. change_keyword_status/<id>
  12. customer_login
  13. customer_otp_verify
  14. user_logout
  15. search_shop
  16. shop_list
  17. shop_details
  18. user_profile
  19. payment_order_view-api
  20. payment_handler-api
  21. country_master
  22. state_master
  23. city_master
  24. privacy_policy
  25. check_app_version
  26. ^media/(?P<path>.*)$
  27. ^static/(?P<path>.*)$
  28. ^static/(?P<path>.*)$
  29. ^media/(?P<path>.*)$

The current path, product/cap/, 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.