Page not found (404)

Request Method: GET
Request URL: https://2017.zhascamp.kz/kk/photoreports/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. kk/ ^$ [name='homepage']
  8. kk/ ^pages/
  9. kk/ ^news/
  10. kk/ ^programs/
  11. kk/ ^participants/
  12. kk/ ^speakers/
  13. kk/ ^photoreports/ ^$ [name='photoreports_index']
  14. kk/ ^photoreports/ ^(?P<pk>[\w-]+)/$ [name='photoreports_gallery']
  15. kk/ ^partners/
  16. kk/ ^trainings/
  17. kk/ ^accelerators/
  18. kk/ ^reviews/

The current path, kk/photoreports/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.