Page not found (404)

Request Method: GET
Request URL: http://shetlibrary.gov.kz/ru/selftest/list

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

  1. admin/
  2. ckeditor/
  3. i18n/
  4. ^media/(?P<path>.*)$
  5. ^static/(?P<path>.*)$
  6. ru/ [name='index']
  7. ru/ events/events/<int:num>/<int:year>/ [name='events']
  8. ru/ events/events/<slug:slug>/ [name='detail_event']
  9. ru/ about/headoffice/ [name='about_headoffice']
  10. ru/ about/structure/<int:id>/ [name='about_structure']
  11. ru/ about/history/ [name='about_history']
  12. ru/ about/veterans/ [name='about_veterans']
  13. ru/ about/models/<int:id>/ [name='about_models']
  14. ru/ about/library/<int:id>/ [name='about_library']
  15. ru/ about/employee/<slug:slug>/ [name='about_employees']
  16. ru/ locality/<int:num>/<int:id>/ [name='locality']
  17. ru/ catalogs/ownmenu/<slug:slug>/ [name='catalog_ownmenu']
  18. ru/ gallery/ [name='gallery']
  19. ru/ contacts/ [name='contacts']
  20. ru/ resources/fund/ [name='resources_fund']
  21. ru/ resources/online/ [name='resources_online']
  22. ru/ resources/editions/ [name='resources_editions']
  23. ru/ resources/newbooks/ [name='resources_newbooks']
  24. ru/ resources/guide/ [name='resources_guide']
  25. ru/ resources/list/ [name='resources_list']
  26. ru/ resources/kazlibrary/ [name='resources_kazlibrary']
  27. ru/ resources/kaztil/ [name='resources_kaztil']
  28. ru/ resources/symbol/ [name='resources_symbol']
  29. ru/ services/ [name='info_services']
  30. ru/ service/prolongation/ [name='service_prolongation']
  31. ru/ service/faq/ [name='service_faqs']
  32. ru/ articles/ [name='info_articles']
  33. ru/ kids/main/ [name='kids_main']
  34. ru/ kids/bookshelf/ [name='kids_bookshelf']
  35. ru/ kids/magazines/ [name='kids_magazines']
  36. ru/ kids/creation/ [name='kids_creation']
  37. ru/ kids/reading/ [name='kids_reading']
  38. ru/ kids/kidsworld/ [name='kids_world']
  39. ru/ accounts/

The current path, ru/selftest/list, 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.