Page not found (404)

Request Method: GET
Request URL: https://www.al-kora.com/2018/11/06/%25d9%2585%25d8%25b4%25d8%25a7%25d9%2587%25d8%25af%25d8%25a9-%25d9%2585%25d8%25a8%25d8%25a7%25d8%25b1%25d8%25a7%25d8%25a9-%25d8%25a7%25d9%2584%25d9%2587%25d9%2584%25d8%25a7%25d9%2584-%25d9%2588%25d8%25a7%25d9%2584%25d8%25a7%25d8%25aa%25d9%2581%25d8%25a7%25d9%2582-%25d8%25a8%25d8%25ab-%25d9%2585%25d8%25a8%25d8%25a7%25d8%25b4/

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

  1. admin/
  2. ads.txt
  3. [name='home']
  4. dashboard [name='dashobard']
  5. p/<slug:slug>
  6. p/<slug:slug>/
  7. articles
  8. search [name='search']
  9. page/create [name='create_page']
  10. pages [name='pages']
  11. page/<slug:slug> [name='page']
  12. page/delete/<int:id> [name='delete_page']
  13. page/update/<int:id> [name='update_page']
  14. users [name='users']
  15. contact/list
  16. contact/delete/<int:id>
  17. contact/read/<int:id>
  18. configuration/links [name='links']
  19. configuration/link/delete/<int:id> [name='link_delete']
  20. configuration/link/create [name='create_link']
  21. configuration/link/update/<int:id> [name='link_update']
  22. configuration/cover [name='cover']
  23. configuration/site-info [name='site_info']
  24. configuration/advanced [name='advanced']
  25. post/list/ [name='post-list']
  26. post/create [name='create_post']
  27. post/update/<int:id> [name='update_post']
  28. post/delete/<int:id> [name='delete_post']
  29. contact [name='contact']
  30. lable/<str:lable> [name='lable']
  31. menu [name='menu']
  32. urls
  33. delete-all
  34. scraping
  35. scraping2
  36. theplanetd
  37. tourscanner
  38. user/<slug:slug> [name='profile']
  39. set-language/ [name='set_language']
  40. profile/update/<int:id>/ [name='profile_update']
  41. update/info/ [name='user_update_info']
  42. accounts/register [name='register']
  43. accounts/login [name='login']
  44. logout/ [name='logout']
  45. settings [name='settings']
  46. accounts/change/password/ [name='change_password']
  47. reset_passaword/ [name='reset_password']
  48. reset_passaword_sent/ [name='password_reset_done_new']
  49. accounts/reset/<uidb64>/<token>/ [name='password_reset_confirm']
  50. reset_passaword_complet/ [name='passaword_reset_complet_new']
  51. api/
  52. summernote/
  53. robots.txt
  54. sitemap.xml
  55. ^static/(?P<path>.*)$
  56. ^media/(?P<path>.*)$

The current path, 2018/11/06/%d9%85%d8%b4%d8%a7%d9%87%d8%af%d8%a9-%d9%85%d8%a8%d8%a7%d8%b1%d8%a7%d8%a9-%d8%a7%d9%84%d9%87%d9%84%d8%a7%d9%84-%d9%88%d8%a7%d9%84%d8%a7%d8%aa%d9%81%d8%a7%d9%82-%d8%a8%d8%ab-%d9%85%d8%a8%d8%a7%d8%b4/, 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.