Page not found (404)

Request Method: GET
Request URL: http://ledyahcollege.ru/archive/1/

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

  1. ^redactor/
  2. ^admin/
  3. ^login/$
  4. ^logout/$
  5. ^ ^image-manager/list$ [name='admin-manager-list']
  6. ^ ^image-manager/delete$ [name='admin-manager-delete']
  7. ^ ^api/
  8. ^ ^staff/
  9. ^ ^smi/
  10. ^ ^photo/
  11. ^ ^news/$
  12. ^ ^history/$
  13. ^ ^awards-college/$
  14. ^ ^awards-students/$
  15. ^ ^our-pride/$
  16. ^ ^panorama/$
  17. ^ ^graduates/$
  18. ^ ^(?P<page>\w+)/$
  19. ^ ^$
  20. ^media/(?P<path>.*)$
  21. ^static/(?P<path>.*)$

The current path, archive/1/, 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.