Page not found (404)

Request Method: GET
Request URL: https://traveluxis.in/index.html

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

  1. admin_site/
  2. admin/
  3. ajax_packageupdates
  4. register
  5. login
  6. otpverify/<slug:slug_name> [name='otpverify']
  7. loginotpverify/<slug:slug_name> [name='loginotpverify']
  8. ajax_customerotpveriification
  9. ajax_customerphoneverified
  10. logout
  11. experience-detail
  12. experience-list/<slug:slug_name>
  13. destination-list/<int:dest_main>
  14. destination-list/<slug:slug_name>
  15. destination-list/(?P<dest_main>[0-100])/(?P<days>[0-9]{1,2})/$
  16. destination-list/(?P<dest_main>[0-9])/(?P<dest_name>[\w-]+)/(?P<days>[0-9]{1,2})/$
  17. destination-list/(?P<dest_main>[0-9])/(?P<dest_name>[\w-]+)/(?P<days>[0-9]{1,2})/$
  18. destination-list/(?P<dest_main>[0-9])/(?P<days>[0-9]{1,2})/$
  19. destination-detail/review/<slug:slug_name>
  20. destination-detail/<slug:slug_name>
  21. ajax_customerotpresend
  22. ajax_customerverifiedphone
  23. my-account/<slug:slug_name> [name='my-account']
  24. enquiry/<slug:slug_name>
  25. booking/<slug:slug_name>
  26. about
  27. contact
  28. terms
  29. shortlist/<slug:slug_name>
  30. my-review/<slug:slug_name>
  31. edit-review/<int:id>/<slug:slug_name>
  32. package-rating/<slug:slug_name>/<slug:pkg>
  33. privacy
  34. ajax_customerbookingpay
  35. ajax_customerfailedpayment
  36. ajax_customerwishlisting
  37. payment
  38. destiantionfilter
  39. ajax_package_review
  40. sitemap.xml
  41. robots.txt
  42. ajax_customerotpresendchange
  43. agent/
  44. ckeditor5/
  45. ^media/(?P<path>.*)$
  46. __debug__/

The current path, index.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.