Page not found (404)

Request Method: GET
Request URL: https://2014.zhascamp.kz/kk/news/9f837a07-91bb-4495-8c17-6a57f7e4b8ef/zhascamp.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/ ^$ [name='news_index']
  10. kk/ ^news/ ^(?P<pk>[\w-]+)/$ [name='news_detail']
  11. kk/ ^programs/
  12. kk/ ^participants/
  13. kk/ ^speakers/
  14. kk/ ^photoreports/
  15. kk/ ^partners/
  16. kk/ ^trainings/
  17. kk/ ^accelerators/
  18. kk/ ^reviews/

The current path, kk/news/9f837a07-91bb-4495-8c17-6a57f7e4b8ef/zhascamp.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.