Page not found (404)

Request Method: GET
Request URL: http://pathfinderedu.in/category-overview

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

  1. ^admin/
  2. ^$ [name='home']
  3. ^testimonial/$ [name='testimonial']
  4. ^team/physics/$ [name='team_physics']
  5. ^team/chemistry/$ [name='team_chemisrty']
  6. ^team/biology/$ [name='team_biology']
  7. ^aboutus/$ [name='aboutus']
  8. ^contact/$ [name='contact']
  9. ^whychooseus/$ [name='whychooseus']
  10. ^faq/engineering/$ [name='faq_engineering']
  11. ^faq/medical/$ [name='faq_medical']
  12. ^send/message/$ [name='send_message']
  13. ^login/$ [name='login']
  14. ^logout/$ [name='logout']
  15. ^login/check$ [name='login_check']
  16. ^admindash/$ [name='admin_dash']
  17. ^admindash/student/$ [name='admin_student']
  18. ^admindash/student/add/$ [name='admin_student_add']
  19. ^admindash/student/(?P<student_id>[0-9]+)/$ [name='admin_student_edit']
  20. ^delete/student/(?P<student_id>[0-9]+)/$ [name='list_delete_student']
  21. ^add/student/$ [name='add_student']
  22. ^edit/student/(?P<student_id>[0-9]+)/$ [name='edit_student']
  23. ^admindash/student/(?P<student_id>[0-9]+)/changepassword/$ [name='admin_student_changepassword']
  24. ^(?P<student_id>[0-9]+)/changepassword/$ [name='student_changepassword']
  25. ^admindash/branch/$ [name='admin_branch']
  26. ^admindash/branch/add/$ [name='admin_branch_add']
  27. ^admindash/branch/(?P<branch_id>[0-9]+)/$ [name='admin_branch_edit']
  28. ^add/branch/$ [name='add_branch']
  29. ^edit/branch/(?P<branch_id>[0-9]+)/$ [name='edit_branch']
  30. ^admindash/standard/$ [name='admin_standard']
  31. ^admindash/standard/add/$ [name='admin_standard_add']
  32. ^admindash/standard/(?P<standard_id>[0-9]+)/$ [name='admin_standard_edit']
  33. ^admindash/board/$ [name='admin_board']
  34. ^admindash/board/add/$ [name='admin_board_add']
  35. ^admindash/board/(?P<board_id>[0-9]+)/$ [name='admin_board_edit']
  36. ^admindash/batch/$ [name='admin_batch']
  37. ^admindash/batch/add/$ [name='admin_batch_add']
  38. ^admindash/batch/(?P<batch_id>[0-9]+)/$ [name='admin_batch_edit']
  39. ^add/batch/$ [name='add_batch']
  40. ^edit/batch/(?P<batch_id>[0-9]+)/$ [name='edit_batch']
  41. ^edit/activation/$ [name='edit_activation']
  42. ^admindash/batch/(?P<batch_id>[0-9]+)/students/$ [name='admin_batch_students']
  43. ^admindash/batch/(?P<batch_id>[0-9]+)/students/report/(?P<student_id>[0-9]+)/$ [name='admin_batch_students']
  44. ^admindash/batch/(?P<batch_id>[0-9]+)/students/report/(?P<student_id>[0-9]+)/generate/$ [name='admin_batch_students_generate']
  45. ^admindash/subject/$ [name='admin_subject']
  46. ^admindash/subject/add/$ [name='admin_subject_add']
  47. ^admindash/subject/(?P<subject_id>[0-9]+)/$ [name='admin_subject_edit']
  48. ^add/subject/$ [name='add_subject']
  49. ^edit/subject/(?P<subject_id>[0-9]+)/$ [name='edit_subject']
  50. ^admindash/subject/(?P<subject_id>[0-9]+)/chapters/$ [name='admin_subject_chapters']
  51. ^admindash/subject/(?P<subject_id>[0-9]+)/chapters/add/$ [name='admin_chapter_add']
  52. ^add/chapter/(?P<subject_id>[0-9]+)/$ [name='add_chapter']
  53. ^admindash/subject/(?P<subject_id>[0-9]+)/chapters/(?P<chapter_id>[0-9]+)/$ [name='admin_subject_chapters_edit']
  54. ^edit/subject/(?P<subject_id>[0-9]+)/chapter/(?P<chapter_id>[0-9]+)/$ [name='edit_chapter']
  55. ^admindash/subject/(?P<subject_id>[0-9]+)/chapters/(?P<chapter_id>[0-9]+)/questions/$ [name='admin_subject_chapters_questions']
  56. ^admindash/subject/(?P<subject_id>[0-9]+)/chapters/(?P<chapter_id>[0-9]+)/questions/add/$ [name='admin_question_add']
  57. ^admindash/subject/(?P<subject_id>[0-9]+)/chapters/(?P<chapter_id>[0-9]+)/questions/(?P<question_id>[0-9]+)/$ [name='admin_question_edit']
  58. ^add/question/subject/(?P<subject_id>[0-9]+)/chapter/(?P<chapter_id>[0-9]+)/$ [name='add_question']
  59. ^edit/question/subject/(?P<subject_id>[0-9]+)/chapter/(?P<chapter_id>[0-9]+)/question/(?P<question_id>[0-9]+)/$ [name='edit_question']
  60. ^admindash/subject/(?P<subject_id>[0-9]+)/chapters/(?P<chapter_id>[0-9]+)/questions/(?P<question_id>[0-9]+)/answers/$ [name='admin_subject_chapters_questions']
  61. ^admindash/bug/$ [name='admin_bug']
  62. ^admindash/bug/subject/(?P<subject_id>[0-9]+)/$ [name='admin_bug_subject']
  63. ^admindash/bug/question/(?P<question_id>[0-9]+)/$ [name='admin_bug_question']
  64. ^admindash/notes/$ [name='admin_notes']
  65. ^admindash/notes/add/$ [name='admin_notes_add']
  66. ^admindash/notes/(?P<notes_id>[0-9]+)/$ [name='admin_notes_edit']
  67. ^add/notes/$ [name='add_notes']
  68. ^edit/notes/(?P<notes_id>[0-9]+)/$ [name='edit_notes']
  69. ^admindash/attendance/$ [name='admin_attendance']
  70. ^admindash/attendance/batch/(?P<batch_id>[0-9]+)/$ [name='admin_attendance_batch']
  71. ^admindash/attendance/batch/(?P<batch_id>[0-9]+)/date/(?P<date>[^\s]+)/$ [name='admin_attendance_batch_date']
  72. ^admindash/attendance/batch/(?P<batch_id>[0-9]+)/add/$ [name='admin_attendance_batch_add']
  73. ^admindash/attendance/batch/(?P<batch_id>[0-9]+)/add/form/$ [name='admin_attendance_batch_add_form']
  74. ^add_attendance/$ [name='add_attendance']
  75. ^admindash/offlinetest/$ [name='admin_offlinetest']
  76. ^admindash/offlinetest/subject/(?P<subject_id>[0-9]+)/batch/(?P<batch_id>[0-9]+)/$ [name='admin_offlinetest_batch']
  77. ^admindash/offlinetest/subject/(?P<subject_id>[0-9]+)/batch/(?P<batch_id>[0-9]+)/add/$ [name='admin_offlinetest_batch_add']
  78. ^admindash/offlinetest/subject/(?P<subject_id>[0-9]+)/batch/(?P<batch_id>[0-9]+)/edit/(?P<test_id>[0-9]+)$ [name='admin_offlinetest_edit']
  79. ^add/offlinetest/subject/(?P<subject_id>[0-9]+)/batch/(?P<batch_id>[0-9]+)/$ [name='add_offlinetest']
  80. ^edit/offlinetest/subject/(?P<subject_id>[0-9]+)/batch/(?P<batch_id>[0-9]+)/test/(?P<test_id>[0-9]+)/$ [name='edit_offlinetest']
  81. ^admindash/offlinetest/subject/(?P<subject_id>[0-9]+)/batch/(?P<batch_id>[0-9]+)/test/(?P<test_id>[0-9]+)/$ [name='admin_offlinetest_batch_test']
  82. ^add_marks_obtained/$ [name='add_marks_obtained']
  83. ^send_result/subject/(?P<subject_id>[0-9]+)/batch/(?P<batch_id>[0-9]+)/test/(?P<test_id>[0-9]+)$ [name='send_result']
  84. ^admindash/photos/$ [name='admin_photos']
  85. ^admindash/photos/add/$ [name='admin_photos_add']
  86. ^add/photos/$ [name='add_photos']
  87. ^delete/photo/(?P<photo_id>[0-9]+)$ [name='admin_delete_photo']
  88. ^admindash/cms/home/$ [name='admin_cms_home']
  89. ^admindash/cms/testimonials/$ [name='admin_cms_testimonial']
  90. ^admindash/cms/team/$ [name='admin_cms_team']
  91. ^admindash/cms/whychooseus/$ [name='admin_cms_whychooseus']
  92. ^admindash/cms/logo/$ [name='admin_cms_logo']
  93. ^admindash/cms/whychooseus/add/$ [name='admin_whychooseus_add']
  94. ^add/whychooseus/$ [name='add_whychooseus']
  95. ^admindash/cms/whychooseus/(?P<whychooseus_id>[0-9]+)/$ [name='admin_cms_whychooseus']
  96. ^edit/whychooseus/(?P<whychooseus_id>[0-9]+)/$ [name='edit_whychooseus']
  97. ^admindash/cms/edit/home/slider/$ [name='edit_home_slider']
  98. ^admindash/cms/edit/home/aboutus/$ [name='edit_home_aboutus']
  99. ^admindash/cms/edit/team/$ [name='edit_team']
  100. ^admindash/cms/testimonials/add/$ [name='admin_testimonial_add']
  101. ^admindash/cms/testimonials/(?P<testimonial_id>[0-9]+)/$ [name='admin_testimonial_add']
  102. ^add/testimonial/$ [name='add_testimonial']
  103. ^edit/testimonial/(?P<testimonial_id>[0-9]+)/$ [name='edit_testimonial']
  104. ^edit/quote/$ [name='edit_home_quote']
  105. ^edit/howwework/$ [name='edit_home_howwework']
  106. ^edit/logo/$ [name='edit_logo']
  107. user/(?P<username>[\w|\W]+)$ [name='student_profile']
  108. ^changepassword/$ [name='changepass']
  109. selecttest/(?P<username>[\w|\W]+)$ [name='select_test']
  110. ^get_chapters/$ [name='get_chapters']
  111. ^instructions/(?P<username>[\w|\W]+)$ [name='instructions']
  112. ^test/(?P<username>[\w|\W]+)$ [name='test']
  113. ^get_seconds/$ [name='get_seconds']
  114. ^set_answer/$ [name='set_answer']
  115. ^test_status/(?P<username>[\w|\W]+)$ [name='test_status']
  116. ^test_result/(?P<username>[\w|\W]+)/test/(?P<test_id>[0-9]+)$ [name='test_result']
  117. ^reviewanswer/$ [name='review_answer']
  118. mocktest/(?P<username>[\w|\W]+)/(?P<subject>[\w|\W]+)$ [name='mock_test']
  119. ^get_mock_seconds/$ [name='get_mock_seconds']
  120. ^set_mock_answer/$ [name='set_mock_answer']
  121. ^mock_test_status/(?P<username>[\w|\W]+)$ [name='mock_test_status']
  122. ^reviewmockanswer/$ [name='review_mock_answer']
  123. ^mock_test_result/(?P<username>[\w|\W]+)/(?P<mock_test_id>[0-9]+)/$ [name='mock_test_result']
  124. ^empty/questions/$ [name='empty_questions']
  125. ^graph/$ [name='graphs']
  126. ^progress/$ [name='progress']
  127. ^report/(?P<question_id>[0-9]+)/$ [name='question_report']
  128. ^media\/(?P<path>.*)$
  129. ^static\/(?P<path>.*)$

The current URL, category-overview, 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.