Page not found (404)

هیچ Product ای مطابق جستجو پیدا نشد.
Request Method: GET
Request URL: https://digifelez.com/product/%D9%88%D8%B1%D9%82-%D8%A7%D8%B3%D8%AA%DB%8C%D9%84-430-%D8%A8%D8%B1%D8%A7%D9%82-%D8%B1%D9%88%DA%A9%D8%B4%D8%AF%D8%A7%D8%B1-0.6*1000*2000-100810361-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/ورق-استیل-430-براق-روکشدار-0.6*1000*2000-100810361-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.