Page not found (404)

No Video matches the given query.
Request Method: GET
Request URL: https://semanadeacaomundial.org/2021/videos/novo-fundeb-vitoria-historica-e-lei-de-regulamentacao
Raised by: sam.views.videos_entry

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

  1. <int:year>/ [name='year']
  2. <int:year>/o-que-defendemos/ [name='standingfor']
  3. <int:year>/sua-historia-na-sam/ [name='story']
  4. <int:year>/sua-historia-na-sam/<slug:slug> [name='story_entry']
  5. <int:year>/noticias/ [name='news']
  6. <int:year>/noticias/<int:month>/<int:day>/<slug:slug>/ [name='news_entry']
  7. <int:year>/conteudo-acessivel/ [name='accessiblecontent']
  8. <int:year>/conteudo-acessivel/<slug:slug>/ [name='accessiblecontent_entry']
  9. <int:year>/materiais/ [name='materials']
  10. <int:year>/materiais/<slug:slug> [name='materials_entry']
  11. <int:year>/videos/ [name='videos']
  12. <int:year>/videos/<slug:slug> [name='videos_entry']

The current path, 2021/videos/novo-fundeb-vitoria-historica-e-lei-de-regulamentacao, 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.