Page not found (404)

No News matches the given query.
Request Method: GET
Request URL: https://fnpeti.org.br/noticias/2020/06/04/confira-programacao-da-campanha-contra-o-trabalho-infantil-no-brasil/
Raised by: news.views.entry

Using the URLconf defined in fnpeti.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>/ [name='entry']

The current path, noticias/2020/06/04/confira-programacao-da-campanha-contra-o-trabalho-infantil-no-brasil/, 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.