Page not found (404)

هیچ Product ای مطابق جستجو پیدا نشد.
Request Method: GET
Request URL: https://digifelez.com/product/%DA%A9%D8%A7%D8%B4%DB%8C-%D8%A7%D8%B3%D8%AA%DB%8C%D9%84-%D8%AE%D8%B4%D8%AF%D8%A7%D8%B1-%D9%86%D9%82%D8%B1%D9%87-%D8%A7%DB%8C-30*30-14-1/
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/کاشی-استیل-خشدار-نقره-ای-30*30-14-1/, 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.