Page not found (404)

Request Method: GET
Request URL: http://rider.ir/product-category/sport/%D8%B3%D9%88%DB%8C%D8%AA-%D8%B4%D8%B1%D8%AA/

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

  1. ckeditor5/
  2. rosa-admin/
  3. member/
  4. news/
  5. gallery/
  6. basic/
  7. place/
  8. curse/
  9. partner
  10. [name='home']
  11. <slug:slug> [name='home_menu']
  12. ajax_menu/ [name='ajax_menu']
  13. ajax_footer_menu/ [name='ajax_footer_menu']
  14. ajax_content/ [name='ajax_content']
  15. ajax_hero/ [name='ajax_hero']
  16. ^statics/(?P<path>.*)$
  17. ^media/(?P<path>.*)$

The current path, product-category/sport/سویت-شرت/, 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.