Page not found (404)

Request Method: GET
Request URL: https://www.goldeneye.edu.np/management-team

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

  1. admin/
  2. index/ [name='home_page']
  3. [name='home_page']
  4. about/ [name='about']
  5. team/ [name='team']
  6. price/ [name='price']
  7. contact/ [name='contact']
  8. services/ [name='course2']
  9. faq/ [name='faq']
  10. google509ac1021dca925d.html/ [name='google']
  11. notification/ [name='get_notification_data']
  12. blog/
  13. student/
  14. ^static/(?P<path>.*)$
  15. media/<path:path> [name='media']

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