Page not found (404)

No Video matches the given query.
Request Method: GET
Request URL: http://minhasplantas.com.br/tv/organico/series-pancs-jatoba-e-jatobazeiro/
Raised by: tv.views.entry

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

  1. plantas/
  2. radio/
  3. tv/ [name='index']
  4. tv/ <cat>/ [name='cat']
  5. tv/ <cat>/<slug>/ [name='entry']

The current path, tv/organico/series-pancs-jatoba-e-jatobazeiro/, 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.