Page not found (404)

Request Method: GET
Request URL: http://www.iitu.kz/news/show/id/310?lang=ru

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

  1. admin/
  2. news/ article/<int:article_id>/ [name='article']
  3. news/ [name='index']
  4. members/
  5. contests/
  6. main/
  7. schedule/
  8. gyms/
  9. courses/
  10. secrets/
  11. [name='main']
  12. page/<int:page>/ [name='index_page']
  13. ^media\/(?P<path>.*)$

The current path, news/show/id/310, 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.