Page not found (404)

Request Method: GET
Request URL: https://www.janatshiraz.ir/product/%25D8%25B9%25D8%25B1%25D9%2582-%25D9%2586%25D8%25B3%25D8%25AA%25D8%25B1%25D9%2586-%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/%D8%B9%D8%B1%D9%82-%D9%86%D8%B3%D8%AA%D8%B1%D9%86-%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.