Page not found (404)

Request Method: GET
Request URL: https://civilalliance.kz/%D0%9A%D0%B0%D0%B7%D0%B0%D1%85%D1%81%D1%82%D0%B0%D0%BD-%D0%B7%D0%B0%D1%89%D0%B8%D1%82%D0%B8%D0%BB-%D1%82%D1%80%D0%B5%D1%82%D0%B8%D0%B9-%D0%BD%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD/

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

  1. admin/
  2. [name='home-url']
  3. join/ [name='joingak_url']
  4. about/ [name='about_url']
  5. about_team/ [name='about_team_url']
  6. about_docs/ [name='about_docs_url']
  7. regions/ [name='regional_url']
  8. alliance/media/<int:regid>/ [name='regionalmedia_url']
  9. alliance/news/<int:regid>/ [name='regionalnews_url']
  10. region/<int:regid>/ [name='regionalalliance_url']
  11. region/doc/<int:regid>/ [name='regionalalliancedocs_url']
  12. adal-azamat/ [name='adalazamat_url']
  13. token/ [name='token_obtain_pair']
  14. token/refresh/ [name='token_refresh']
  15. news/
  16. media/
  17. resources/
  18. projects/
  19. forums/
  20. cabinet/
  21. i18n/
  22. i18n/setlang/ [name='set_language']
  23. ckeditor/
  24. ru/
  25. accounts/

The current path, Казахстан-защитил-третий-национальн/, 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.