Page not found (404)

No News matches the given query.
Request Method: GET
Request URL: https://campanha.org.br/noticias/2019/10/28/mobilizacao-para-o-fundeb-politicos-do-acre/
Raised by: news.views.entry

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

  1. noticias/ [name='index']
  2. noticias/ <int:year>/ [name='year']
  3. noticias/ <int:year>/<int:month>/ [name='month']
  4. noticias/ <int:year>/<int:month>/<int:day>/ [name='day']
  5. noticias/ <int:year>/<int:month>/<int:day>/<slug:slug>/ [name='entry']

The current path, noticias/2019/10/28/mobilizacao-para-o-fundeb-politicos-do-acre/, 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.