Page not found (404)

Request Method: GET
Request URL: https://arabianknightstours.com/blogs/article/2/news.html

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

  1. admin/
  2. django-check-seo/
  3. b2b/
  4. api_auth/
  5. accounts/
  6. [name='home']
  7. contact/ [name='contact']
  8. faq/ [name='faq']
  9. about/ [name='about']
  10. privacy/ [name='privacy']
  11. gallery/ [name='gallery']
  12. reviews/ [name='t-reviews']
  13. newsletter/ [name='newsletter']
  14. search-result/ [name='search-page']
  15. blogs/ [name='blogs']
  16. blogs/ <str:slug>/ [name='blog-detail']
  17. blogs/ add_post/ [name='add-post']
  18. blogs/ article/edit/<str:slug>/ [name='update-post']
  19. blogs/ article/<str:slug>/remove [name='delete-post']
  20. blogs/ tag/<slug:tag_name>/ [name='blogs_by_tag']
  21. blogs/ article/<str:slug>/comment/ [name='add-comment']
  22. blogs/ likes/ [name='like_post']
  23. api/
  24. api/token/verify [name='token_verify']
  25. api/token/ [name='token_obtain_pair']
  26. api/token/refresh/ [name='token_refresh']
  27. cart/
  28. visa/
  29. tours/
  30. bookings/
  31. hotel/
  32. outbounds/
  33. transfers/
  34. dashboard/
  35. hr/
  36. finance/
  37. __debug__/
  38. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']

The current path, blogs/article/2/news.html, 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.