Page not found (404)

Request Method: GET
Request URL: https://sinprfpi.com.br/noticias/reestruturacao-ja
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/reestruturacao-ja, 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.