Page not found (404)

Request Method: GET
Request URL: https://formsfillup.com/tag/graduate/

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

  1. blog
  2. admin/
  3. [name='home']
  4. login [name='login']
  5. doLogin [name='doLogin']
  6. signup [name='signup']
  7. logout [name='do_logout']
  8. myprofile [name='my_profile']
  9. profile/edit/<int:id> [name='profile_edit']
  10. hod/home [name='hod_home']
  11. hod/add/post [name='add_post']
  12. hod/applied/post [name='applied_post']
  13. hod/students/list [name='students_list']
  14. hod/students/edit/<int:id> [name='edit_student']
  15. hod/students/delete/<int:id> [name='delete_student']
  16. hod/students/add [name='add_student']
  17. hod/staff/list [name='staff_list']
  18. hod/staff/add [name='staff_add']
  19. staff/home [name='staff_home']
  20. student/home [name='student_home']
  21. student/view/post [name='view_post']
  22. student/view/post [name='view_post']
  23. student/apply/<int:id> [name='apply_now']
  24. student/apply/done [name='apply_done']
  25. student/personal/details/ [name='personal_details']
  26. student/educational/details [name='educational_details']
  27. student/upload/documents [name='upload_documents']
  28. student/complete/documents [name='complete_details']
  29. student/complete/details/<int:id> [name='user_complete_details']
  30. password_change/done/ [name='password_change_done']
  31. password_change/ [name='password_change']
  32. password_reset/done/ [name='password_reset_done']
  33. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  34. password_reset/ [name='password_reset']
  35. reset/done/ [name='password_reset_complete']
  36. apipath [name='postss']
  37. privacypolicy [name='privacy_policy']
  38. eci [name='eci']
  39. ^media/(?P<path>.*)$

The current path, tag/graduate/, 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.