Page not found (404)

No CustomDocument matches the given query.
Request Method: GET
Request URL: http://www.mosgorizbirkom.ru/documents/10279/21949043/%D0%A1%D0%BF%D0%B8%D1%81%D0%BE%D0%BA%20%D1%80%D0%B5%D0%B3%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D1%85%20%D0%BE%D1%82%D0%B4%D0%B5%D0%BB%D0%B5%D0%BD%D0%B8%D0%B9%20%D0%B8%D0%BC%D0%B5%D1%8E%D1%89%D0%B8%D1%85%20%D0%BF%D1%80%D0%B0%D0%B2%D0%BE%20%D0%BF%D1%80%D0%B8%D0%BD%D0%B8%D0%BC%D0%B0%D1%82%D1%8C%20%D1%83%D1%87%D0%B0%D1%81%D1%82%D0%B8%D0%B5%20%D0%B2%20%D0%B2%D1%8B%D0%B1%D0%BE%D1%80%D0%B0%D1%85.pdf/dfd8e72a-f10c-4818-85af-f60f2d64a864
Raised by: wagtail.documents.views.serve.serve

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

  1. cms/autocompletewithpk/search/
  2. cms/redirects/
  3. api/v1/
  4. admin/
  5. cms/autocomplete/
  6. cms/pages/<int:page_id>/edit/preview/ [name='preview_on_edit']
  7. cms/pages/add/election_archive/materialcompanypage/<int:parent_page_id>/ [name='add']
  8. cms/add/election_archive/materialcompanypage/<int:parent_page_id>/preview/ [name='preview_on_add']
  9. cms/
  10. documents/ ^(\d+)/(.*)$ [name='wagtaildocs_serve']

The current path, documents/10279/21949043/Список региональных отделений имеющих право принимать участие в выборах.pdf/dfd8e72a-f10c-4818-85af-f60f2d64a864, matched the last one.

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.