Page not found (404)

Request Method: GET
Request URL: https://www.janatshiraz.ir/product-category/%25d8%25b9%25d8%25b1%25d9%2582%25db%258c%25d8%25a7%25d8%25aa/

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

  1. ckeditor/
  2. rosetta/
  3. i18n/
  4. admin/
  5. ^maintenance-mode/
  6. ^media/(?P<path>.*)$
  7. fa/
  8. ^static/(?P<path>.*)$
  9. ^media/(?P<path>.*)$

The current path, product-category/%d8%b9%d8%b1%d9%82%db%8c%d8%a7%d8%aa/, 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.