Page not found (404)

Request Method: GET
Request URL: https://indress.store/sumki-i-ryukzaki/zhenskie-sumki/naturalnaya-kozha.html

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

  1. admin/
  2. [name='home']
  3. login/ [name='login']
  4. signup/ [name='signup']
  5. logout/ [name='logout']
  6. otp/ [name='otp']
  7. product_details_view/<int:dress_id> [name='product_details_view']
  8. search/ [name='search']
  9. adminlogin/ [name='adminlogin']
  10. index/ [name='index']
  11. productlist/ [name='productlist']
  12. usermanagement/ [name='usermanagement']
  13. delete_product/<int:product_id> [name='delete_product']
  14. edit/<int:product_id> [name='edit_product']
  15. add_product [name='add_product']
  16. userlist/ [name='userlist']
  17. block_unblock/<int:id> [name='block_unblock']
  18. categorylist/ [name='categorylist']
  19. delete_category/<int:category_id> [name='delete_category']
  20. edit_category/<int:category_id> [name='edit_category']
  21. add_category [name='add_category']
  22. dashboard/ [name='dashboard']
  23. my_bar_chart_view/ [name='my_bar_chart_view']
  24. banner_management/ [name='banner_management']
  25. banner_delete/<int:carousel_id> [name='banner_delete']
  26. banner_add [name='banner_add']
  27. men/ [name='men']
  28. women/ [name='women']
  29. kids/ [name='kids']
  30. category/<slug:category_slug>/ [name='products_by_category']
  31. category/<slug:category_slug>/<slug:product_slug>/ [name='product_detail']
  32. submit_review/<int:product_id>/ [name='submit_review']
  33. cart/ [name='cart']
  34. add_cart/<int:product_id>/ [name='add_cart']
  35. remove_cart/<int:product_id>/ [name='remove_cart']
  36. remove_cart_item/<int:product_id>/ [name='remove_cart_item']
  37. checkout/ [name='checkout']
  38. success_page/ [name='success_page']
  39. cod/ [name='cod']
  40. user_profile/ [name='user_profile']
  41. edit_profile/<int:user_id>/ [name='edit_profile']
  42. change_password/<int:user_id>/ [name='change_password']
  43. addresses [name='addresses']
  44. add_address [name='add_address']
  45. addresses/edit_address/<int:id>/<int:num>/ [name='edit_address']
  46. addresses/delete_address/<int:id>/<int:nam>/ [name='delete_address']
  47. addresses/default_address/<int:id>/<int:new>/ [name='default_address']
  48. change_dp/ [name='change_dp']
  49. wishlist/ [name='wishlist']
  50. add_wishlist/<int:product_id>/ [name='add_wishlist']
  51. remove_wishlistitem/<int:product_id>/ [name='remove_wishlistitem']
  52. orders/
  53. ^media/(?P<path>.*)$
  54. ^static/(?P<path>.*)$

The current path, sumki-i-ryukzaki/zhenskie-sumki/naturalnaya-kozha.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.