Page not found (404)

Request Method: GET
Request URL: https://www.al-kora.com/2018/10/01/%2525D9%252585%2525D8%2525B4%2525D8%2525A7%2525D9%252587%2525D8%2525AF%2525D8%2525A9-%2525D9%252585%2525D8%2525A8%2525D8%2525A7%2525D8%2525B1%2525D8%2525A7%2525D8%2525A9-%2525D8%2525A7%2525D9%252584%2525D8%2525A3%2525D9%252587%2525D9%252584%2525D9%25258A-%2525D9%252588%2525D9%252588%2525D9%252581%2525D8%2525A7%2525D9%252582-%2525D8%2525B3%2525D8%2525B7%2525D9%25258A%2525D9%252581-%2525D8%2525A7%2525D9%252584%2525D9%25258A%2525D9%252588%2525D9%252585-2/

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/10/01/%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%25D8%25A3%25D9%2587%25D9%2584%25D9%258A-%25D9%2588%25D9%2588%25D9%2581%25D8%25A7%25D9%2582-%25D8%25B3%25D8%25B7%25D9%258A%25D9%2581-%25D8%25A7%25D9%2584%25D9%258A%25D9%2588%25D9%2585-2/, 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.