Page not found (404)

Request Method: GET
Request URL: https://arabianknightstours.com/outbounds/itinerary/vietnam-at-glance/top-destinations.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/
  16. api/
  17. api/token/verify [name='token_verify']
  18. api/token/ [name='token_obtain_pair']
  19. api/token/refresh/ [name='token_refresh']
  20. cart/
  21. visa/
  22. tours/
  23. bookings/
  24. hotel/
  25. outbounds/ [name='outbounds']
  26. outbounds/ spcial-day [name='special-day']
  27. outbounds/ itinerary/<str:slug>/ [name='outbound-detail']
  28. outbounds/ itinerary/<str:slug>/checkout/ [name='ocheckout']
  29. outbounds/ create-booking/ [name='create-booking']
  30. outbounds/ confirmation/ [name='Oconfirmation']
  31. outbounds/ invoice/ [name='o_invoice']
  32. outbounds/ wishlist [name='wishlist']
  33. outbounds/ wishlist/add_to_wishlist/<int:id> [name='user_wishlist']
  34. transfers/
  35. dashboard/
  36. hr/
  37. finance/
  38. __debug__/
  39. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']

The current path, outbounds/itinerary/vietnam-at-glance/top-destinations.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.