Page not found (404)

Request Method: GET
Request URL: https://www.bharatsevaksamaj.org/dec_20_2014.html

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

  1. admin/
  2. [name='index']
  3. login/ [name='login']
  4. logout/ [name='logout']
  5. mission/ [name='mission']
  6. about/ [name='about']
  7. institute/registration/ [name='institute_registration']
  8. course/schools/<uuid>/<slug>/ [name='course_schools']
  9. courses/<uuid>/<slug>/ [name='courses']
  10. contact/ [name='contact']
  11. institutions/ [name='institutions']
  12. institutions/list/ [name='institutions_list']
  13. institutions/district_wise/<uuid>/ [name='institutions_district_wise']
  14. administration/ [name='administration']
  15. jss/ [name='jss']
  16. nrm/ [name='nrm']
  17. satbhavana/ [name='satbhavana']
  18. transformation_decade/ [name='transformation_decade']
  19. downloads/ [name='downloads']
  20. tenders/ [name='tenders']
  21. event/upcoming/ [name='event_upcoming']
  22. recent/event/ [name='recent_event']
  23. press_releases/ [name='press_releases']
  24. gallery/ [name='gallery']
  25. gallery/detail/<uuid>/<slug>/ [name='gallery_detail']
  26. student_cert/check/ [name='student_cert_check']
  27. ajax/districts/ [name='ajax_districts']
  28. ajax/center/request/ [name='ajax_center_request']
  29. ajax/schools/ [name='ajax_schools']
  30. ajax/course/schools/ [name='ajax_course_schools']
  31. ajax/edit/school/ [name='ajax_edit_school']
  32. ajax/courses/ [name='ajax_courses']
  33. ajax/terms/ [name='ajax_terms']
  34. siteadmin/
  35. center/
  36. staff/

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