Page not found (404)

Request Method: GET
Request URL: http://roboschool-rsreu.ru/news/view/8

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

  1. [name='index']
  2. index [name='index']
  3. news/ [name='news']
  4. news/details/<int:id> [name='news_details']
  5. about/ [name='about']
  6. contacts/ [name='contacts']
  7. courses/ [name='courses']
  8. admin/

The current path, news/view/8, didn’t match any of these.

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.