Page not found (404)

Request Method: GET
Request URL: http://khakas.altaica.ru/eaf_texts/eaf/troshkin_107.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/troshkin_107.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.