Page not found (404)

Request Method: GET
Request URL: http://shetlibrary.gov.kz/kk/news/485.html

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

The current path, kk/news/485.html, 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.