Page not found (404)

Request Method: GET
Request URL: https://civilalliance.kz/%D0%9F%D0%A0%D0%90%D0%99%D0%9C%D0%95%D0%A0%D0%98%D0%97-2020/

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, ПРАЙМЕРИЗ-2020/, 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.