Page not found (404)

Request Method: GET
Request URL: https://vidhaanpublicschool.in/home/news_at_a_glance.php

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

  1. __debug__/
  2. admin/
  3. [name='home_new']
  4. home/ [name='home']
  5. integrated/ [name='integrated_home']
  6. about/ [name='about']
  7. vision-mission/ [name='vission_and_mission']
  8. principal_message/ [name='principal_message']
  9. director_message/ [name='director_message']
  10. chairman_message/ [name='chairman_message']
  11. blog_description/ [name='blog_description']
  12. job_application/ [name='job_application']
  13. school_curriculum/ [name='school_curriculum']
  14. holiday_homework/ [name='holiday_homework']
  15. assignment/ [name='assignment']
  16. nios/ [name='nios']
  17. birthday/<slug:id>/ [name='birthday']
  18. upload_birthday/ [name='upload_birthday']
  19. career_opportunities/ [name='career_opportunities']
  20. transfer_certificate/ [name='transfer_certificate']
  21. contact_us/ [name='contact_us']
  22. registration_form/ [name='registration_form']
  23. thank-you-page/ [name='thank_you_page']
  24. admission_process/ [name='admission_process']
  25. fee_detail/ [name='fee_detail']
  26. gallery/ [name='gallery']
  27. gallery-pics/<slug:id>/ [name='gallery_pics']
  28. path/<slug:slug>/ [name='multiple_pages']
  29. download/<slug:slug>/ [name='download_file']
  30. homework/<slug:id>/ [name='download_homework']
  31. blog/ [name='blog']
  32. blog/<str:slugs>/ [name='blogdesc']
  33. blog/tag/<str:tag>/ [name='blog_tag']
  34. froala_editor/
  35. ^media\/(?P<path>.*)$
  36. ^static\/(?P<path>.*)$

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