Page not found (404)

Request Method: GET
Request URL: https://aapathshala.com/live_chat/?room=university

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

  1. [name='home']
  2. courses/ [name='all_courses']
  3. registration/ [name='registration']
  4. createaccount/ [name='createaccount']
  5. college/ [name='collegelist']
  6. registerconfirm/ [name='registerconfirm']
  7. login/ [name='login']
  8. logout/ [name='logout']
  9. library/ [name='library']
  10. admission-info/ [name='admissioninfo']
  11. personal-care/ [name='personalcare']
  12. join-us/ [name='join_us']
  13. search-drive [name='search_drive']
  14. list-g-files [name='list_g_files']
  15. dynamic-g-files [name='dynamic_g_files']
  16. take-book-order [name='take_book_order']
  17. forgot-pass/ [name='forgotpassword']
  18. verifyotp/ [name='verifyotp']
  19. resetpassword/ [name='resetpassword']
  20. forgotroll/ [name='forgotroll']
  21. test/ [name='test']
  22. profile/ [name='profile']
  23. profile/update [name='profileupdate']
  24. profile/change_pro_pic [name='profilepicupdate']
  25. course/<str:slug> [name='coursepage']
  26. checkout/<str:slug> [name='checkout']
  27. get-gift-details/ [name='get_gift_details']
  28. my-courses/ [name='mycourses']
  29. remove-course/ [name='removecourse']
  30. export/students [name='exportstudents']
  31. export/ascourse/<int:id> [name='export_as_course']
  32. ^media/(?P<path>.*)$
  33. ^static/(?P<path>.*)$
  34. barta/
  35. adinfo/
  36. admin/
  37. secret/aapadminaap/
  38. tinymce/
  39. care/ [name='live_chat']
  40. api/public_chat/
  41. api/exam/
  42. api/exam_app/
  43. api/course/
  44. submit_answer/<pk> [name='submit_answer']
  45. exam/<pk> [name='exam']
  46. exam/<pk>/answer_sheet [name='exam_submit']
  47. generate_result [name='generate_result']
  48. top_result/<pk> [name='top']
  49. question_bank_admin [name='question_bank_admin']
  50. qb [name='qb']
  51. qbs [name='qbs']
  52. qb/<pk> [name='question_bank_details']
  53. exam [name='question_bank_exam']
  54. exams [name='question_bank_exams']
  55. exam_performance/<pk> [name='exam_performance']
  56. exam_performances/<pk> [name='exam_performances']
  57. all_exams [name='all_submited_exam']
  58. my_performance [name='my_performance']
  59. create_practice_exam/admin [name='create_practice_exam']
  60. create_live_exam/admin [name='create_live_exam']
  61. practice_exam/<pk> [name='practice_exam']
  62. live_exam/<pk> [name='live_exam']
  63. create_private_qb_link/admin [name='create_private_link']
  64. qb_private/<pk> [name='questionbank_private']
  65. eval_cq/<pk>/admin [name='eval_cq']
  66. update_filter/admin [name='update_filter']
  67. test_login [name='test_login_api']
  68. test_login_api [name='test_login']
  69. robots.txt [name='robotstext']
  70. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  71. pdf [name='redirect_pdf']
  72. ^static/(?P<path>.*)$
  73. ^media/(?P<path>.*)$

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