Page not found (404)

Request Method: GET
Request URL: https://www.bidbarg.com/blog/%25D8%25AA%25D8%25A7%25D9%2585%25DB%258C%25D9%2586-%25D8%25A7%25D8%25AC%25D8%25AA%25D9%2585%25D8%25A7%25D8%25B9%25DB%258C-%25D8%25A7%25D8%25AF%25D8%25A7%25D8%25B1%25D9%2587-%25DA%25A9%25D8%25A7%25D8%25B1/

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

  1. myform/
  2. content/
  3. documents/
  4. blog_sitemap.xml
  5. ^static/(?P<path>.*)$
  6. ^media/(?P<path>.*)$
  7. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  8. _util/login/ [name='wagtailcore_login']
  9. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, blog/%D8%AA%D8%A7%D9%85%DB%8C%D9%86-%D8%A7%D8%AC%D8%AA%D9%85%D8%A7%D8%B9%DB%8C-%D8%A7%D8%AF%D8%A7%D8%B1%D9%87-%DA%A9%D8%A7%D8%B1/, 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.