Page not found (404)

Request Method: GET
Request URL: https://chalbo.in/team.html

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

  1. admin/
  2. [name='index']
  3. bloglist [name='bloglist']
  4. oneWay [name='oneWay']
  5. twoWay [name='twoWay']
  6. airport [name='airport']
  7. site/login [name='dashboard-login']
  8. site/loginPost [name='post-login']
  9. site/session-check [name='session-check']
  10. site/one-call [name='one-call']
  11. site/two-call [name='two-call']
  12. site/airport-call [name='airport-call']
  13. site/oneway-crm-call [name='oneway-crm-call']
  14. site/twoway-crm-call [name='twoway-crm-call']
  15. site/airport-crm-call [name='airport-crm-call']
  16. site/agentBook-crm-call [name='agentBook-crm-call']
  17. site/appuser-crm-call [name='appuser-crm-call']
  18. site/airport-crm-site [name='airport-crm-site']
  19. site/agent-crm-site [name='agent-crm-site']
  20. site/appuser-crm-site [name='appuser-crm-site']
  21. site/oneway-crm-site [name='oneway-crm-site']
  22. site/twoway-crm-site [name='twoway-crm-site']
  23. site/dashboard [name='dashboard-oneway']
  24. site/twoWay [name='dashboard-twoway']
  25. site/airport [name='dashboard-airport']
  26. site/logout [name='site-logout']
  27. app/login [name='app-login']
  28. app/signup [name='app-signup']
  29. app/logout [name='app-logout']
  30. app/one-way-post [name='app-oneway']
  31. app/two-way-post [name='app-twoway']
  32. app/airport-post [name='app-airport']
  33. app/agent-post [name='app-agent']
  34. app/oneway-lists [name='app-oneway-lists']
  35. app/twoway-lists [name='app-twoway-lists']
  36. app/airport-lists [name='app-airport-lists']
  37. app/agent-lists [name='app-agent-lists']
  38. app/user-info [name='app-user-info']
  39. app/user-extra-info [name='app-user-extra-info']
  40. app/user-info/update [name='app-user-info-update']
  41. app/agent-comm/update/<int:pk> [name='app-agent-comm-update']
  42. app/trip-report [name='app-trip-report']
  43. app/agent-pdf [name='app-agent-pdf']
  44. site/one-call-single/<int:pk> [name='one-call-single']
  45. site/two-call-single/<int:pk> [name='two-call-single']
  46. site/airport-single/<int:pk> [name='airport-single']
  47. <slug:slug> [name='blog-details']
  48. ^static/(?P<path>.*)$

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