Page not found (404)

Request Method: GET
Request URL: https://sinprfpi.com.br/noticias/sao-92-anos-de-milhares-de-vidas-salvas-e-de-combate-a-criminalidade
Raised by: news.views.PostageDetailView

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

  1. jet/
  2. [name='home']
  3. hotel-de-transito/
  4. noticias/ <slug:slug> [name='postage_detail']

The current path, noticias/sao-92-anos-de-milhares-de-vidas-salvas-e-de-combate-a-criminalidade, 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.