Page not found (404)

Request Method: GET
Request URL: https://kazkenes.kz/kk/privacy/local-council.html

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/
  13. docs/
  14. stats/
  15. questions/
  16. cabinet/
  17. cases/
  18. ckeditor/
  19. api-auth/
  20. auth/
  21. auth/
  22. auth/
  23. i18n/
  24. search/
  25. accounts/
  26. kk/ [name='indexview_url']
  27. kk/ polls/ [name='pollview_url']
  28. kk/ privacy/ [name='privacyview_url']
  29. kk/ support/ [name='supportview_url']
  30. kk/ about/ [name='aboutview_url']
  31. kk/ loaddbform/ [name='loadformview_url']
  32. kk/ talap/ [name='talapview_url']
  33. kk/ videos/ [name='educational_videos_coreapp_url']
  34. kk/ videos/<int:videoId> [name='educational_videos_details_coreapp_url']
  35. kk/ accounts/
  36. kk/ council/
  37. kk/ news/
  38. kk/ docs/
  39. kk/ stats/
  40. kk/ questions/
  41. kk/ cabinet/
  42. kk/ cases/

The current path, kk/privacy/local-council.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.