Page not found (404)

Request Method: GET
Request URL: https://2017.zhascamp.kz/ru/accelerators/trainers/www.kstu.kz/

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

  1. ^$ [name='homepage']
  2. ^admin/
  3. ^redactor/
  4. ^summernote/editor/(?P<id>.+)/ [name='summernote_editor']
  5. ^summernote/upload_attachment [name='summernote_upload_attachment']
  6. ^media/uploads/(?P<path>.*)$
  7. ru/ ^$ [name='homepage']
  8. ru/ ^pages/
  9. ru/ ^news/
  10. ru/ ^programs/
  11. ru/ ^participants/
  12. ru/ ^speakers/
  13. ru/ ^photoreports/
  14. ru/ ^partners/
  15. ru/ ^trainings/
  16. ru/ ^accelerators/ ^$ [name='accelerators_index']
  17. ru/ ^accelerators/ ^projects/$ [name='accelerators_projects_index']
  18. ru/ ^accelerators/ ^projects/(?P<id>[\w-]+)/$ [name='accelerators_projects_detail']
  19. ru/ ^accelerators/ ^mentors/$ [name='accelerators_mentors_index']
  20. ru/ ^accelerators/ ^mentors/(?P<id>[\w-]+)/$ [name='accelerators_mentors_detail']
  21. ru/ ^accelerators/ ^trainers/$ [name='accelerators_trainers_index']
  22. ru/ ^accelerators/ ^trainers/(?P<id>[\w-]+)/$ [name='accelerators_trainers_detail']
  23. ru/ ^reviews/

The current path, ru/accelerators/trainers/www.kstu.kz/, 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.