Page not found (404)

Request Method: GET
Request URL: http://cmercindia.org/home/course_single.html

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

  1. admin/
  2. home/ [name='home']
  3. enrollment_status/ [name='enrollment_status']
  4. Results/ [name='check_result']
  5. Notice/All/ [name='Notice_list']
  6. notice/<int:pk>/ [name='detailed_notice']
  7. student_registration/ [name='student_form']
  8. all_courses_list/ [name='all_courses']
  9. about_us/ [name='about_us']
  10. contact_us/ [name='contact_us']
  11. registration_success/ [name='r_success']
  12. affiliations/ [name='affiliatoins']
  13. gallery/ [name='gallery']
  14. print_admit_card/ [name='print_admit_card']
  15. registration_status/ [name='registration_status']
  16. ^media\/(?P<path>.*)$

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