Page not found (404)

Request Method: GET
Request URL: https://www.janatshiraz.ir/contact-page/

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, contact-page/, 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.