Page not found (404)

Request Method: GET
Request URL: https://tunfoods.in/product-category/restaurant/indian-gravy/mutton-gravy-200-gram/

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

  1. admin/
  2. accounts/
  3. login_admin/
  4. logoutbutton/
  5. index/
  6. order_status/
  7. email/
  8. user_profile/
  9. lock_screen/
  10. default_login/
  11. product_list/
  12. product_grid/
  13. product_detail/<uid>
  14. cancel_product/
  15. return_product/
  16. customer/
  17. customer_delete/<uid>
  18. reviews/
  19. invoice/<id>
  20. invoice_list/
  21. add_product/
  22. Product_Delete/<uid>
  23. edit_product/<uid>
  24. slider/
  25. pdf/<id>
  26. product_search_list/<id>
  27. foods/<uid>
  28. user_index/
  29. logout/
  30. about/<uid>
  31. fruits_vegetables/<uid>
  32. product-details/<uid>/<id>
  33. cart/<uid>
  34. remove-cart/<id>/<uid>
  35. checkout/<uid>/<name>/<qut>
  36. Grocery/<uid>
  37. wishlist/<uid>
  38. remove_wish/<id>/<uid>
  39. contact/<uid>
  40. my-account/
  41. shop/<uid>/<num>
  42. product_details_grocery/<uid>
  43. product_details_fruits/<uid>
  44. select_payment/<uid>/<name>/<qut>
  45. user_order_status/<uid>
  46. user_logged_index/<uid>
  47. user_logged_my_account/<uid>
  48. x_shop/<uid>
  49. x_product-details/<id>
  50. ^media/(?P<path>.*)$

The current path, product-category/restaurant/indian-gravy/mutton-gravy-200-gram/, 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.