Page not found (404)

Request Method: GET
Request URL: http://khakas.altaica.ru/eaf_texts/eaf/%D0%9F%D1%80%D0%B8%D0%BC%D0%B5%D1%80%D1%8B_%D0%B8%D0%B7_%D0%93%D1%80%D0%B0%D0%BC%D0%BC%D0%B0%D1%82%D0%B8%D0%BA%D0%B8_%D1%85%D0%B0%D0%BA%D0%B0%D1%81%D1%81%D0%BA%D0%BE%D0%B3%D0%BE_%D1%8F%D0%B7%D1%8B%D0%BA%D0%B0._1975_%D0%B3.eaf

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

  1. ^admin/
  2. ^$ [name='home']
  3. ^advanced_filters/
  4. ^api/schema/$ [name='schema']
  5. ^api/schema/swagger-ui/ [name='swagger-ui']
  6. ^api/schema/redoc/ [name='redoc']
  7. ^api/sentence/$ [name='api_sentence']
  8. ^api/text/$ [name='api_text']
  9. ^corpus/ [name='corpus']
  10. ^dict/(?P<pk>\d+)/$ [name='dict_detail']
  11. ^persons/$ [name='persons']
  12. ^texts/(?P<pk>\d+)/$ [name='text_detail']
  13. ^texts/$ [name='texts']
  14. ^eaf/(?P<pk>\d+)/$ [name='eaf_detail']
  15. ^eaf_texts/$ [name='eaf']
  16. ^dialects/$ [name='audio_texts']

The current path, eaf_texts/eaf/Примеры_из_Грамматики_хакасского_языка._1975_г.eaf, 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.