Page not found (404)

Request Method: GET
Request URL: https://zirvideo.ir/blog/blog/tag/%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/ ^tag/(?P<tag>[-\w]+)/ [name='tag']
  6. ^blog/ ^category/(?P<category>[-\w]+)/feed/$ [name='category_feed']
  7. ^blog/ ^category/(?P<category>[-\w]+)/ [name='category']
  8. ^blog/ ^author/(?P<author>[-\w]+)/ [name='author']
  9. ^blog/ (?P<blog_slug>[\w-]+)/rss.*/ [name='latest_entries_feed']
  10. ^blog/ (?P<blog_slug>[\w-]+)/atom.*/ [name='latest_entries_feed_atom']
  11. ^blog/ search/ [name='search']
  12. comments/
  13. sitemap.xml
  14. sitemap-<section>.xml [name='django.contrib.sitemaps.views.sitemap']
  15. ^blog/static/(?P<path>.*)$
  16. ^blog/media/(?P<path>.*)$
  17. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  18. _util/login/ [name='wagtailcore_login']
  19. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, blog/tag/%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.