Page not found (404)

No PostPage matches the given query.
Request Method: GET
Request URL: https://faceit.ir/news/8693/%25D8%25A7%25D8%25B3%25DA%25A9%25D9%2586-%25D8%25A7%25DB%258C%25D9%2585%25DB%258C%25D9%2584-%25DA%25A9%25D8%25A7%25D8%25B1%25D8%25A8%25D8%25B1%25D8%25A7%25D9%2586-%25D8%25A7%25DB%258C%25D8%25B1%25D8%25A7%25D9%2586%25DB%258C-%25DB%258C%25D8%25A7%25D9%2587%25D9%2588-%25D8%25AF%25D8%25B1-%25D9%2585%25D8%25B1%25DA%25A9%25D8%25B2-%25D8%25A8%25D8%25B1%25D9%2586%25D8%25A7%25D9%2585%25D9%2587-%25D8%25AC%25D8%25A7%25D8%25B3%25D9%2588%25D8%25B3%25DB%258C-%25D8%25AF%25D9%2588%25D9%2584%25D8%25AA-%25D8%25A7%25D9%2588%25D8%25A8%25D8%25A7%25D9%2585%25D8%25A7/
Raised by: front.views.old_post_view

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']

The current path, news/8693/%D8%A7%D8%B3%DA%A9%D9%86-%D8%A7%DB%8C%D9%85%DB%8C%D9%84-%DA%A9%D8%A7%D8%B1%D8%A8%D8%B1%D8%A7%D9%86-%D8%A7%DB%8C%D8%B1%D8%A7%D9%86%DB%8C-%DB%8C%D8%A7%D9%87%D9%88-%D8%AF%D8%B1-%D9%85%D8%B1%DA%A9%D8%B2-%D8%A8%D8%B1%D9%86%D8%A7%D9%85%D9%87-%D8%AC%D8%A7%D8%B3%D9%88%D8%B3%DB%8C-%D8%AF%D9%88%D9%84%D8%AA-%D8%A7%D9%88%D8%A8%D8%A7%D9%85%D8%A7/, matched the last one.

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.