Page not found (404)

Request Method: GET
Request URL: https://kazkenes.kz/ru/support/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. ru/ [name='indexview_url']
  27. ru/ polls/ [name='pollview_url']
  28. ru/ privacy/ [name='privacyview_url']
  29. ru/ support/ [name='supportview_url']
  30. ru/ about/ [name='aboutview_url']
  31. ru/ loaddbform/ [name='loadformview_url']
  32. ru/ talap/ [name='talapview_url']
  33. ru/ videos/ [name='educational_videos_coreapp_url']
  34. ru/ videos/<int:videoId> [name='educational_videos_details_coreapp_url']
  35. ru/ accounts/
  36. ru/ council/
  37. ru/ news/
  38. ru/ docs/
  39. ru/ stats/
  40. ru/ questions/
  41. ru/ cabinet/
  42. ru/ cases/

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