Page not found (404)

Request Method: GET
Request URL: http://eastpoleschool.edu.np/category/message/eventjoin.php?event_id=3

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. ^2016/09/29/बडा\-दशैं\-तथा\-दीपावली\-२०७३/feed/media/(?P<path>.*)$

The current path, category/message/eventjoin.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.