Page not found (404)

Request Method: GET
Request URL: http://www.tvhub.in/watch/tv5/bjp-next-step-in-maharashtra-politics--tv5-news/nR08fx5ErNY/

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

  1. admin/
  2. api/
  3. watch/<slug:slug>.html [name='Channel View']
  4. news/<slug:slug>.html
  5. page/coronavirus-status.html [name='special_view']
  6. page/<slug:slug>.html [name='Page View']
  7. */tv/<slug:slug> [name='Language']
  8. <slug:slug>/
  9. google761c04d3b7842908.html [name='Google Webmaster']
  10. Mahimeta_12f1ef12f129aa6.txt [name='Mahimeta']
  11. ads.txt
  12. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  13. ^static/(?P<path>.*)$

The current path, watch/tv5/bjp-next-step-in-maharashtra-politics--tv5-news/nR08fx5ErNY/, 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.