Page not found (404)

Request Method: GET
Request URL: https://zirvideo.ir/blog/5-%25D8%25B3%25D8%25A7%25DB%258C%25D8%25AA-%25D8%25AF%25D8%25A7%25D9%2586%25D9%2584%25D9%2588%25D8%25AF-%25D8%25A7%25D8%25B2-%25DB%258C%25D9%2588%25D8%25AA%25DB%258C%25D9%2588%25D8%25A8/

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

  1. django-admin/
  2. admin/
  3. documents/
  4. search/ [name='search']
  5. ^blog/
  6. comments/
  7. sitemap.xml
  8. sitemap-<section>.xml [name='django.contrib.sitemaps.views.sitemap']
  9. ^blog/static/(?P<path>.*)$
  10. ^blog/media/(?P<path>.*)$
  11. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  12. _util/login/ [name='wagtailcore_login']
  13. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, 5-%D8%B3%D8%A7%DB%8C%D8%AA-%D8%AF%D8%A7%D9%86%D9%84%D9%88%D8%AF-%D8%A7%D8%B2-%DB%8C%D9%88%D8%AA%DB%8C%D9%88%D8%A8/, 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.