Page not found (404)

Request Method: GET
Request URL: https://zhascamp.kz/programs/6ba867cf-e0b5-4ef7-8a3b-111259d842a7/Www.prostodom.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/

The current path, programs/6ba867cf-e0b5-4ef7-8a3b-111259d842a7/Www.prostodom.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.