Page not found (404)

هیچ Product ای مطابق جستجو پیدا نشد.
Request Method: GET
Request URL: https://digifelez.com/product/%25D9%2588%25D8%25B1%25D9%2582-%25D8%25A7%25D8%25B3%25D8%25AA%25DB%258C%25D9%2584-430-%25D9%2585%25DB%258C%25D8%25B1%25D9%2588%25D8%25B1-%25D9%2585%25D8%25B3%25DB%258C-%25D8%25A7%25DB%258C-%25D8%25AC%25DB%258C-0.6*1220*2440-101030362-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/%D9%88%D8%B1%D9%82-%D8%A7%D8%B3%D8%AA%DB%8C%D9%84-430-%D9%85%DB%8C%D8%B1%D9%88%D8%B1-%D9%85%D8%B3%DB%8C-%D8%A7%DB%8C-%D8%AC%DB%8C-0.6*1220*2440-101030362-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.