Page not found (404)

Request Method: GET
Request URL: https://www.janatshiraz.ir/product/%25DA%25AF%25D9%2584%25D8%25A7%25D8%25A8-%25D8%25AC%25D9%2586%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/%DA%AF%D9%84%D8%A7%D8%A8-%D8%AC%D9%86%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.