Page not found (404)

Request Method: GET
Request URL: https://www.kazkenes.kz/news/

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

  1. admin/
  2. [name='indexview_url']
  3. polls/ [name='pollview_url']
  4. privacy/ [name='privacyview_url']
  5. support/ [name='supportview_url']
  6. about/ [name='aboutview_url']
  7. loaddbform/ [name='loadformview_url']
  8. talap/ [name='talapview_url']
  9. videos/ [name='educational_videos_coreapp_url']
  10. videos/<int:videoId> [name='educational_videos_details_coreapp_url']
  11. council/
  12. news/ main/ [name='mainnewsview_url']
  13. news/ main/external/ [name='mainexternalnewsview_url']
  14. news/ main/filter/<int:year> [name='mainnewsyearview_url']
  15. news/ internal/ [name='internalnewsview_url']
  16. news/ internal/<int:newsid> [name='internalnewsdetailview_url']
  17. news/ external/<int:newsid> [name='externalnewsdetailview_url']
  18. news/ video/ [name='videonewsview_url']
  19. news/ news/api/
  20. news/ news/api1/
  21. docs/
  22. stats/
  23. questions/
  24. cabinet/
  25. cases/
  26. ckeditor/
  27. api-auth/
  28. auth/
  29. auth/
  30. auth/
  31. i18n/
  32. search/
  33. accounts/
  34. ru/

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