Page not found (404)

No landing page main found matching the query
Request Method: GET
Request URL: http://ibctv13.com/watch/bet_to_serve
Raised by: ibctv13.views.LandingPageDetail

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

  1. demo/
  2. admin/
  3. login
  4. loginibc [name='loginibc']
  5. about
  6. ibclive
  7. ibc12live
  8. privacy
  9. departments [name='ibctv13_departments']
  10. departments/<slug:slug> [name='ibctv13_department_detail']
  11. department_blog/<slug:slug> [name='ibctv13_departmentblog_detail']
  12. tvstations [name='ibctv13_tvstations']
  13. tvstations/<slug:slug> [name='ibctv13_tvstation_detail']
  14. tvstation_blog/<slug:slug> [name='ibctv13_tvstationblog_detail']
  15. home_app [name='appibctv13_home']
  16. aboutus_app [name='appibctv13_about']
  17. blog/ [name='blog_home']
  18. blog_add/ [name='blog_add']
  19. blog_update/<slug:slug> [name='blog_update']
  20. blog/<slug:slug>/ [name='blog_detail']
  21. mygallery [name='mygallery_home']
  22. mygallery_add/ [name='mygallery_add']
  23. mygallery_update/<slug:slug> [name='mygallery_update']
  24. mygallery/<slug:slug>/ [name='mygallery_detail']
  25. social/ [name='social_list']
  26. social/members/ [name='members_list']
  27. social/subscribers/ [name='subscribers_list']
  28. social/profiles/subscriber_add/ [name='subscriber_add']
  29. social/profiles/member_add/ [name='member_add']
  30. social/profiles/subscriber_update/<slug:slug> [name='subscriber_update']
  31. social/profiles/subscriber_update/<slug:slug> [name='member_update']
  32. social/profiles/subscriber/<slug:slug>/ [name='subscriber_detail']
  33. social/profiles/member/<slug:slug>/ [name='member_detail']
  34. chat/ [name='chat_home']
  35. chat/room/<str:room>/ [name='chat_room']
  36. chat/checkchatroom/ [name='checkchatroom']
  37. chat/sendchat [name='send_chat']
  38. getMessages/<str:room>/ [name='getMessages']
  39. [name='landingpage_main']
  40. watch/<slug:slug> [name='landingpage_detail']

The current path, watch/bet_to_serve, matched the last one.

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.