Page not found (404)

Request Method: GET
Request URL: https://www.pure-visions.com/livechat

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

  1. admin/
  2. [name='home']
  3. testcat [name='testcat']
  4. blended-learning/ [name='service_blended_learning']
  5. consultancy-services/ [name='consultancy_services']
  6. e-learning-solutions/ [name='e_learning_solutions']
  7. empowerment-leadership-program-elp/ [name='empowerment_leadership_program_elp']
  8. engineering-management-consulting/ [name='engineering_management_consulting']
  9. executive-coaching/ [name='executive_coaching']
  10. in-house-courses/ [name='in_house_courses']
  11. individual-training-program-itp/ [name='individual_training_program_itp']
  12. intelligent-leader-program-ilp5/ [name='intelligent_leader_program_ilp5']
  13. iso-robot/ [name='iso_robot']
  14. outsourcing-solutions/ [name='outsourcing_solutions']
  15. talent-tool/ [name='talent_tool']
  16. testing-examination-center/ [name='testing_examination_center']
  17. aboutus/ [name='aboutus']
  18. accreditations/ [name='accreditations']
  19. <int:id>/accreditations [name='accreditations_detail']
  20. clients/ [name='clients']
  21. instructors/ [name='instructors']
  22. privacy-policy/ [name='privacy']
  23. terms-conditions/ [name='terms_conditions']
  24. discounts-policy/ [name='disocunts']
  25. training-format/ [name='training_format']
  26. api-accreditations/ [name='api-accreditations']
  27. api-accreditations/<int:pk>/ [name='api-getaccreditation']
  28. logout/ [name='logout_view']
  29. profile/ [name='profile_view']
  30. api-users/ [name='api-users']
  31. api-user/<int:pk>/ [name='api-user']
  32. api-profiles/ [name='api-profiles']
  33. api-profile/<int:pk>/ [name='api-profile']
  34. webinar/
  35. webinars/
  36. <int:id>/webinar/
  37. api-webinars/ [name='api-webinars']
  38. api-webinars/<int:pk>/ [name='api-webinars-details']
  39. search/ [name='search_results']
  40. <int:id>/category [name='course_list_view']
  41. categories/ [name='course_list_view']
  42. <int:id>/arabic-courses [name='arabic_courses']
  43. <int:id>/special/category [name='course_list_view_special']
  44. <int:id>/upcoming/category [name='course_list_view_upcoming']
  45. <int:id>/course [name='course_detail']
  46. upload-course/ [name='upload_pic']
  47. <int:id>/test [name='test_course_detail']
  48. your-courses/ [name='mycourse_view']
  49. course/register/ [name='register_course']
  50. course/confirm-payment/ [name='confirm_payment']
  51. process/payment/ [name='proccess_payment']
  52. process/payment-approved/ [name='payment_approved']
  53. process/payment-rejected/ [name='payment_rejected']
  54. course-booking/ [name='course_booking']
  55. course-booking/sent/ [name='sent_success']
  56. virtual-training/ [name='virtual_training']
  57. <int:id>/virtual-categories [name='virtual_catgeories']
  58. virtual-courses/ [name='virtual_courses']
  59. course-e-learning/ [name='e_course']
  60. api-courses/ [name='api-courses']
  61. api-courses/<int:pk>/ [name='api-getcourse']
  62. api-category/ [name='api-category']
  63. api-category/<int:pk>/ [name='api-getcategory']
  64. api-courseinfo/ [name='api-courseinfo']
  65. api-courseinfo/<int:pk>/ [name='api-getcourseinfo']
  66. api-location/ [name='api-location']
  67. api-location/<int:pk>/ [name='api-getlocation']
  68. api-language/ [name='api-language']
  69. api-language/<int:pk>/ [name='api-getlanguage']
  70. api-mycourse/ [name='api-mycourse']
  71. api-mycourse/<int:pk>/ [name='api-getmycourse']
  72. request-in-house-proposal/ [name='request_in_house_proposal']
  73. proposal-sent/ [name='proposal_sent_success']
  74. messages/ [name='inmessages']
  75. messages/<int:pk> [name='inmessages']
  76. request-in-house-proposal/ [name='request_in_house_proposal']
  77. proposal-sent/ [name='proposal_sent_success']
  78. contact-us/ [name='contact-us']
  79. contact-sent/ [name='contact_sent_success']
  80. api-instructors/ [name='InstructorsView']
  81. api-instructors/<int:pk>/ [name='InstructorsViewDetail']
  82. api-token-auth/
  83. api-auth/
  84. blog/
  85. jobs/ [name='job_list_view']
  86. <int:id>/job [name='job_detail_view']
  87. <int:id>/city/jobs [name='job_list_view_city']
  88. <int:id>/department/jobs [name='job_list_view_department']
  89. tinymce/
  90. accounts/
  91. ^media\/(?P<path>.*)$

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