Page not found (404)

Request Method: GET
Request URL: https://www.gofacademy.in/team/

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

  1. __debug__/
  2. admin/
  3. [name='home']
  4. gof-enquiry/ [name='gof_enquiry']
  5. about-us/ [name='about-us']
  6. thank-you [name='thank_you']
  7. why-us/ [name='why-us']
  8. about-us/ [name='about-us']
  9. chairman-message/ [name='message']
  10. faq/ [name='faqs']
  11. iit-jee/ [name='iitjee']
  12. management/ [name='management']
  13. what-you-need/ [name='what_you_need']
  14. privacy-policy/ [name='privacy-policy']
  15. franchise/ [name='franchise']
  16. login/ [name='student-login']
  17. dashboard/ [name='back_dashboard']
  18. employee-login/ [name='back_login']
  19. profile/ [name='profile']
  20. back/logout/ [name='back_logout']
  21. student/dashboard/ [name='student_dashboard']
  22. student/logout/ [name='student_logout']
  23. student/register [name='student-register']
  24. otp-verify [name='otp_verify']
  25. register-now/ [name='register_now']
  26. gofast/ [name='gofast']
  27. iit-jee-coaching [name='jee_coaching_in_delhi']
  28. jee-coaching-in-dwarka [name='jee_coaching_in_dwarka']
  29. iit-coaching-in-kalu-sarai [name='jee_coaching_in_kalu_sarai']
  30. neet-coaching-institute-in-delhi [name='neet_coaching_institute_in_delhi']
  31. neet-coaching-institute-in-dwarka [name='neet_coaching_institute_in_dwarka']
  32. neet-coaching-classes-punjabi-bagh [name='neet_coaching_institute_pungabi_bagh']
  33. neet-coaching-in-janakpuri [name='neet_coaching_institute_janakpuri']
  34. foundation-coaching-institute-in-delhi [name='foundation_coaching_institute_in_delhi']
  35. foundation-coaching-institute-in-dwarka [name='foundation_coaching_institute_in_dwarka']
  36. 404/
  37. userprofile/
  38. course/
  39. contactform/
  40. instructor/
  41. student/
  42. attendence/
  43. cart/
  44. orders/
  45. payments/
  46. coupon/
  47. career/
  48. associates/
  49. exams/
  50. admission/
  51. hosts/
  52. microschedule/
  53. dailyplanner/
  54. enrollcourse/
  55. quiz/
  56. events/
  57. api/v1/
  58. ckeditor/
  59. enquiry/
  60. country/
  61. school/
  62. ^media\/(?P<path>.*)$

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