Page not found (404)

No News matches the given query.
Request Method: GET
Request URL: http://redeatus.com.br/noticia/programa-bilingue/
Raised by: atus.views.news_page

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

  1. admin/
  2. admin/filebrowser/
  3. [name='home']
  4. sobre-nos/ [name='about']
  5. sobre-nos/<slug:slug>/ [name='about_detail']
  6. contato/ [name='contact']
  7. trabalhe-conosco/ [name='work_us']
  8. agendar-matricula/ [name='enrollment_schedule']
  9. noticias/ [name='news']
  10. noticia/<slug:slug>/ [name='news_page']

The current path, noticia/programa-bilingue/, 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.