Page not found (404)

No News matches the given query.
Request Method: GET
Request URL: https://www.ooo-skb.ru/post/8/
Raised by: main.views.get_news

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

  1. superuserskb/
  2. [name='home']
  3. post/<int:news_id>/ [name='news']

The current path, post/8/, 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.