Page not found (404)

Request Method: GET
Request URL: https://aapathshala.com/adinfo/1J1WUz7Bb6NPAw3WfJTgsxYIuHXLkIK4H

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/ [name='check_eligibility']
  36. adinfo/ old-admission-information/ [name='old_admission_information']
  37. adinfo/ show_details/ [name='show_details']
  38. adinfo/ sort/ [name='sort_student_profile_pic']
  39. adinfo/ get-admission-details/ [name='get_admission_details']
  40. adinfo/ ^media/(?P<path>.*)$
  41. adinfo/ ^static/(?P<path>.*)$
  42. admin/
  43. secret/aapadminaap/
  44. tinymce/
  45. care/ [name='live_chat']
  46. api/public_chat/
  47. api/exam/
  48. api/exam_app/
  49. api/course/
  50. submit_answer/<pk> [name='submit_answer']
  51. exam/<pk> [name='exam']
  52. exam/<pk>/answer_sheet [name='exam_submit']
  53. generate_result [name='generate_result']
  54. top_result/<pk> [name='top']
  55. question_bank_admin [name='question_bank_admin']
  56. qb [name='qb']
  57. qbs [name='qbs']
  58. qb/<pk> [name='question_bank_details']
  59. exam [name='question_bank_exam']
  60. exams [name='question_bank_exams']
  61. exam_performance/<pk> [name='exam_performance']
  62. exam_performances/<pk> [name='exam_performances']
  63. all_exams [name='all_submited_exam']
  64. my_performance [name='my_performance']
  65. create_practice_exam/admin [name='create_practice_exam']
  66. create_live_exam/admin [name='create_live_exam']
  67. practice_exam/<pk> [name='practice_exam']
  68. live_exam/<pk> [name='live_exam']
  69. create_private_qb_link/admin [name='create_private_link']
  70. qb_private/<pk> [name='questionbank_private']
  71. eval_cq/<pk>/admin [name='eval_cq']
  72. update_filter/admin [name='update_filter']
  73. test_login [name='test_login_api']
  74. test_login_api [name='test_login']
  75. robots.txt [name='robotstext']
  76. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  77. pdf [name='redirect_pdf']
  78. ^static/(?P<path>.*)$
  79. ^media/(?P<path>.*)$

The current path, adinfo/1J1WUz7Bb6NPAw3WfJTgsxYIuHXLkIK4H, 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.