Page not found (404)

Request Method: GET
Request URL: http://eastpoleschool.edu.np/2016/09/29/shuvarambha-%E0%A4%B6%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%B5%E0%A4%A3-%E0%A4%86%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A4%BF%E0%A4%A8/nggallery/page/2/slideshow/2016/09/29/shuvarambha-%25E0%25A4%25B6%25E0%25A5%258D%25E0%25A4%25B0%25E0%25A4%25BE%25E0%25A4%25B5%25E0%25A4%25A3-%25E0%25A4%2586%25E0%25A4%25B8%25E0%25A5%258D%25E0%25A4%25B5%25E0%25A4%25BF%25E0%25A4%25A8/nggallery/page/2/slideshow

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

  1. admin/
  2. [name='index']
  3. about/ [name='about_view']
  4. facilities/ [name='facilities_page']
  5. principalpage/ [name='principalpage']
  6. chairmanmessage/ [name='chairmanmessage']
  7. montesori/ [name='montesori']
  8. imagegallery/ [name='imagegallery']
  9. objective/ [name='objective']
  10. feature/ [name='feature']
  11. contact/ [name='contact']
  12. blog/ [name='blog']
  13. download/ [name='download']
  14. staff_members/ [name='staff_list']
  15. newsevent/ [name='newsevent']
  16. admissionform/ [name='admissionform']
  17. videogallery/ [name='video_list']
  18. bod/ [name='bod_list']
  19. about/
  20. facilities/
  21. principalpage/
  22. chairmanmessage/
  23. montesori/
  24. imagegallery/
  25. objective/
  26. feature/
  27. contact/
  28. blog/
  29. download/
  30. staff_list/
  31. newsevent/
  32. admissionform/
  33. videogallery/
  34. bod/
  35. ^media/(?P<path>.*)$

The current path, 2016/09/29/shuvarambha-%E0%A4%B6%E0%A5%8D%E0%A4%B0%E0%A4%BE%E0%A4%B5%E0%A4%A3-%E0%A4%86%E0%A4%B8%E0%A5%8D%E0%A4%B5%E0%A4%BF%E0%A4%A8/nggallery/page/2/slideshow, 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.