Page not found (404)

Request Method: GET
Request URL: https://digifelez.com/productgroup/%25D8%25AA%25D8%25A7%25D8%25B1%25DA%25AF%25D8%25AA/1/

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']
  19. searchproducts/<str>/ [name='searchproducts']
  20. cart/ [name='cart']
  21. orderhistory/ [name='orderhistory']
  22. invoice/<pk> [name='invoice']
  23. asanpardakhtpay/ [name='asanpay']
  24. asanpardakhtpay_bank_callback/ [name='asanpardakht_callback']
  25. videos/embed/ [name='embedvideos']
  26. videos/embed/<slug>/ [name='embedvideo']
  27. api/customer/
  28. ^static/(?P<path>.*)$
  29. ^media/(?P<path>.*)$

The current path, productgroup/%D8%AA%D8%A7%D8%B1%DA%AF%D8%AA/1/, didn’t match any of these.

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.