Page not found (404)

Request Method: GET
Request URL: https://iitkalumni.org/wp-login.php?redirect_to=http%3A%2F%2Fiitkalumni.org%2Fpresident-desk%2F

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

  1. mitochondria/
  2. [name='index']
  3. benefits [name='benefits']
  4. team [name='team']
  5. board-of-director.html [name='bodh']
  6. board-of-director/ [name='bod']
  7. president/ [name='president']
  8. constitution/ [name='constitution']
  9. chapters/ [name='chapters']
  10. daa [name='daa']
  11. sda [name='sda']
  12. dsa [name='dsa']
  13. yaa [name='yaa']
  14. events-calendar [name='calendar']
  15. reunion [name='reunion']
  16. life-membership.html [name='membership']
  17. news [name='news']
  18. obituary [name='obituary']
  19. submitted.html [name='uploadImage']
  20. daa-awardees [name='daa_awardees']
  21. sda-awardees [name='sda_awardees']
  22. contact [name='contact']
  23. past-reunions [name='past_reunions']
  24. reunion/golden-jubilee-reunion-1969.html [name='reunion_1969']
  25. reunion/silver-jubilee-class-1995.html [name='reunion_1995']
  26. reunion/45-reunion-class-1975.html [name='reunion_1975']
  27. reunion/40-reunion-class-1979.html [name='reunion_1979']
  28. reunion/40-reunion-class-1980.html [name='reunion_1980']
  29. reunion/35-reunion-class-1985.html [name='reunion_1985']
  30. share-your-awards.html [name='shareawards']
  31. city-ambassador.html [name='cityambassador']
  32. alumni-life-membership-form.html [name='alumni_lifemembership']
  33. previous-bod.html [name='previous_bod']
  34. chapters/bangalore-chapter/ [name='bang_chap']
  35. chapters/mumbai-chapter/ [name='mumbai_chap']
  36. chapters/lucknow-chapter/ [name='lucknow_chap']
  37. chapters/outer-delhi-chapter/ [name='outerd_chap']
  38. chapters/delhi-chapter/ [name='delhi_chap']
  39. chapters/west-coast-chapter/ [name='west_coast']
  40. chapters/east-coast-chapter/ [name='east_coast']
  41. shyamendra_narain.html [name='shyamendra']
  42. reunion/25th-reunion-class-1996.html [name='class_1996']
  43. reunion/35th-reunion-class-1987.html [name='reunion1976']
  44. reunion/10th-reunion-class-2010.html [name='reunion2011']
  45. reunion/40th-reunion-class-1982.html [name='reunion1982']
  46. reunion/45th-reunion-link [name='fortyfifthreunion']
  47. reunion/35th-reunion-class-1986.html [name='thirtyfifthreunion']
  48. jobs [name='jobs']
  49. voter-list/ [name='voter-list']
  50. election/<str:year>/ [name='election']
  51. document/<str:doc_type>/<str:doc_id> [name='document']

The current path, wp-login.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.