Page not found (404)

هیچ Product ای مطابق جستجو پیدا نشد.
Request Method: GET
Request URL: https://digifelez.com/product/%D9%81%DB%8C%D9%84%D9%85-%D9%85%D8%AD%D8%A7%D9%81%D8%B8-%D8%A2%D8%A8%DB%8C-%D8%B4%D9%81%D8%A7%D9%81-1000-160310/
Raised by: storefront.views.product.ProductView

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

  1. admin/
  2. accounts/login/ [name='login']
  3. accounts/
  4. [name='home']
  5. sync/ [name='sync']
  6. login/ [name='login']
  7. forgetpassword/ [name='forgetpassword']
  8. updateprofile/<pk>/ [name='updateprofile']
  9. customeraddress/ [name='customeraddress']
  10. changepassword/ [name='changepassword']
  11. addaddress/ [name='addaddress']
  12. updateaddress/<pk>/ [name='updateaddress']
  13. deleteaddress/<pk>/ [name='deleteaddress']
  14. wallet/ [name='wallet']
  15. favorites/ [name='favorites']
  16. allgroups [name='allgroups']
  17. products/<slug>/<sort>/ [name='products']
  18. product/<slug>/ [name='product']

The current path, product/فیلم-محافظ-آبی-شفاف-1000-160310/, 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.