Page not found (404)

Request Method: GET
Request URL: https://faceit.ir/articles/5-%25D8%25AA%25DA%25A9%25D9%2586%25DB%258C%25DA%25A9-%25D9%2588-%25D8%25AA%25D8%25B1%25D9%2581%25D9%2586%25D8%25AF-%25D8%25B7%25D9%2584%25D8%25A7%25DB%258C%25DB%258C-%25DA%25A9%25D9%2587-%25D9%2587%25D8%25B1-%25DA%25A9%25D9%25BE%25DB%258C-%25D8%25B1%25D8%25A7%25DB%258C%25D8%25AA%25D8%25B1-%25D8%25AD%25D8%25B1%25D9%2581%25D9%2587--%25D8%25A7%25DB%258C-%25D8%25A8%25D8%25A7%25DB%258C%25D8%25AF-%25D8%25A8%25D8%25AF%25D8%25A7%25D9%2586%25D8%25AF/

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

  1. django-admin/
  2. robots.txt [name='add_comment2']
  3. sitemap.xml [name='django.contrib.sitemaps.views.index']
  4. sitemap-<section>.xml [name='django.contrib.sitemaps.views.sitemap']
  5. inja/ [name='add_comment2']
  6. approve_comments/ [name='approve_comments']
  7. subscribe/<txt>/ [name='subscribe_done']
  8. subscribe/ [name='subscribe']
  9. post/add_comment/<int:post_id>/ [name='add_comment']
  10. post/add_comment/<int:post_id>/<txt> [name='add_comment_done']
  11. news/<int:post_old_id>/ [name='old_post']
  12. news/<int:post_old_id>/<str:slug>/ [name='old_post_with_slug']
  13. search [name='search']
  14. rss-latest/ [name='rss-latest']
  15. admin/
  16. documents/
  17. ^static/(?P<path>.*)$
  18. ^media/(?P<path>.*)$
  19. ^static/(?P<path>.*)$
  20. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  21. _util/login/ [name='wagtailcore_login']
  22. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, articles/5-%D8%AA%DA%A9%D9%86%DB%8C%DA%A9-%D9%88-%D8%AA%D8%B1%D9%81%D9%86%D8%AF-%D8%B7%D9%84%D8%A7%DB%8C%DB%8C-%DA%A9%D9%87-%D9%87%D8%B1-%DA%A9%D9%BE%DB%8C-%D8%B1%D8%A7%DB%8C%D8%AA%D8%B1-%D8%AD%D8%B1%D9%81%D9%87--%D8%A7%DB%8C-%D8%A8%D8%A7%DB%8C%D8%AF-%D8%A8%D8%AF%D8%A7%D9%86%D8%AF/, 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.