Page not found (404)

Request Method: GET
Request URL: https://orbitshop.ir/products/Mouse
Raised by: OrbitShop_Product.views.single_products_page

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

  1. about-us [name='about-us']
  2. contact-us [name='contact-us']
  3. card-by-card [name='cart-to-cart']
  4. faq [name='faq']
  5. login [name='login']
  6. logout [name='logout']
  7. register [name='register']
  8. reset-password [name='reset-password']
  9. forget-password [name='forget-password']
  10. login-with-phone [name='login-with-phone']
  11. verify-register-phone [name='verify-register-phone']
  12. verify-forget-password [name='verify-forget-password']
  13. verify-login-with-phone [name='verify-login-with-phone']
  14. dashboard [name='dashboard']
  15. completed-orders [name='completed-order']
  16. completed-orders/<int:tracking_code> [name='completed-order-detail']
  17. edit-profile [name='edit-profile']
  18. change-password [name='change-password']
  19. favorites [name='favorites']
  20. cart [name='cart']
  21. add-wish-list/<int:product_id> [name='add-wish-list']
  22. remove-wish-list/<int:product_id> [name='remove-wish-list']
  23. remove-order/<int:order_id> [name='remove-order']
  24. add-order/<int:product_id> [name='add-order']
  25. offer-code-page [name='offer-code-page']
  26. increase-order-product/<int:order_product_id> [name='increase-order-product']
  27. decrease-order-product/<int:order_product_id> [name='decrease-order-product']
  28. products/<int:product_id>/<str:title> [name='product']
  29. products [name='products']
  30. products/search [name='search']
  31. products/<str:category> [name='products-filter']

The current path, products/Mouse, matched the last one.

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.