Page not found (404)

Request Method: GET
Request URL: http://sdo-rt.ru/posts?page=11

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

  1. admin/
  2. [name='index']
  3. about [name='about']
  4. projects [name='projects']
  5. news [name='news']
  6. documents [name='documents']
  7. gallery [name='gallery']
  8. organization [name='organizations']
  9. contacts [name='contacts']
  10. login [name='login']
  11. addnews [name='addnews']
  12. news/<int:id> [name='single_news']
  13. zayvka [name='zayvka']
  14. events [name='events']
  15. eventt [name='eventt']
  16. event/<int:id> [name='event']
  17. event_notification [name='event_notification']
  18. project/<int:id> [name='single_project']
  19. tinymce/
  20. ^media\/(?P<path>.*)$

The current path, posts, 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.