Page not found (404)

Request Method: GET
Request URL: http://simeakhar.org/2021/02/19/%25D8%25B9%25D8%25A7%25D8%25AF%25D8%25A7%25D8%25AA-%25D8%25B1%25D9%2581%25D8%25AA%25D8%25A7%25D8%25B1%25DB%258C-%25D9%2585%25D8%25B1%25D8%25AF%25D9%2585-%25D9%2586%25D8%25B1%25D9%2588%25DA%2598/

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

  1. django-admin/
  2. admin/forms/submissions/<int:page_id>/delete/ [name='custom_delete_submissions']
  3. admin/
  4. docs/
  5. search/ [name='custom_search']
  6. ^comments/api/comment/$ [name='comments-xtd-api-create']
  7. ^comments/api/have-children/(?P<content_type>\w+[-]{1}\w+)/(?P<object_pk>[-\w]+)/$ [name='comments-xtd-api-list-with-children']
  8. ^comments/api/(?P<content_type>\w+[-]{1}\w+)/(?P<object_pk>[-\w]+)/$ [name='comments-xtd-api-list']
  9. ^comments/api/(?P<content_type>\w+[-]{1}\w+)/(?P<object_pk>[-\w]+)/count/$ [name='comments-xtd-api-count']
  10. ^cr/(\d+)/(.+)/$ [name='comments-url-redirect']
  11. comments/
  12. ratings/
  13. api/
  14. api/
  15. api/
  16. api/
  17. api/
  18. swagger/schema/ [name='swagger-schema']
  19. ^favicon\.ico$ [name='codered_favicon']
  20. ^robots\.txt$ [name='codered_robots']
  21. ^sitemap\.xml$ [name='codered_sitemap']
  22. ^protected/(?P<path>.*)$ [name='serve_protected_file']
  23. ical/generate/single/ [name='event_generate_single_ical']
  24. ical/generate/recurring/ [name='event_generate_recurring_ical']
  25. ical/generate/calendar/ [name='event_generate_ical_for_calendar']
  26. ajax/calendar/events/ [name='event_get_calendar_events']
  27. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  28. _util/login/ [name='wagtailcore_login']
  29. ^((?:[\w،;\؛,:\٬\u0600-\u06ff\u0750-\u077f\ufb50-\ufbc1\ufbd3-\ufd3f\ufd50-\ufd8f\ufd50-\ufd8f\ufe70-\ufefc\uFDF0-\uFDFD\u200c؟\-]+/)*)$ [name='wagtail_serve']
  30. ^static/(?P<path>.*)$
  31. ^media/(?P<path>.*)$

The current path, 2021/02/19/%D8%B9%D8%A7%D8%AF%D8%A7%D8%AA-%D8%B1%D9%81%D8%AA%D8%A7%D8%B1%DB%8C-%D9%85%D8%B1%D8%AF%D9%85-%D9%86%D8%B1%D9%88%DA%98/, 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.