Page not found (404)

Request Method: GET
Request URL: http://welfare.cusat.ac.in/download-pdf.php

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

  1. admin/
  2. [name='index']
  3. events/<str:event_name>/ [name='event_detail']
  4. <int:pk>/ [name='news_detail']
  5. department [name='department']
  6. director [name='director']
  7. program/current_program [name='current_program']
  8. program-detail/<int:pk>/ [name='program_detail']
  9. clubs/ [name='clubs']
  10. nss-units/ [name='nss_units']
  11. counselling/ [name='counselling']
  12. annual-reports/ [name='annual_reports']
  13. grace-marks/ [name='grace_marks']
  14. program/<int:program_id>/ [name='program_detail']
  15. program/ [name='program_list']
  16. about/contact-us [name='contact_us']
  17. about/essential-info [name='essential_info']
  18. about/feedback [name='feedback']
  19. disclosure/orders [name='show_orders']
  20. disclosure/anti-ragging [name='anti_ragging']
  21. scholarship/orders [name='student_aid_fund']
  22. academics/research [name='research_view']
  23. campus/union [name='union_view']
  24. facilities/health-center [name='health_centre_view']
  25. about/administration [name='administration_view']
  26. academics/courses [name='courses_view']
  27. campus/radio [name='radio_view']
  28. about/testimonial/ [name='add_testimonial']
  29. ckeditor5/
  30. ^static/(?P<path>.*)$
  31. ^media/(?P<path>.*)$
  32. ^static/(?P<path>.*)$
  33. ^media/(?P<path>.*)$

The current path, download-pdf.php, 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.