Page not found (404)

Request Method: GET
Request URL: https://2014.zhascamp.kz/ru/news/7acf2cde-2eb0-4f88-a01b-7beba598b868/www.mmu-bs.com/

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/ ^$ [name='news_index']
  10. ru/ ^news/ ^(?P<pk>[\w-]+)/$ [name='news_detail']
  11. ru/ ^programs/
  12. ru/ ^participants/
  13. ru/ ^speakers/
  14. ru/ ^photoreports/
  15. ru/ ^partners/
  16. ru/ ^trainings/
  17. ru/ ^accelerators/
  18. ru/ ^reviews/

The current path, ru/news/7acf2cde-2eb0-4f88-a01b-7beba598b868/www.mmu-bs.com/, 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.