Page not found (404)

Request Method: GET
Request URL: https://www.ruthenia.ru/texts/*

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

  1. ^$ [name='front']
  2. ^index\.html?$
  3. ^(?P<page>about|contacts|goodhumans|hronika\.about|personalia|projects|pushkin\.about|ruthenia10|subscribe|tartu|texts)\.html$
  4. ^web/index\.html$
  5. ^(?P<page>web/(america|europe|linkex|other|periodicals|russia|rusweb))\.html$
  6. ^anons\.html$ [name='anons_full']
  7. ^anonslist\.html$
  8. ^archiv\.html$ [name='archive']
  9. ^(document|anons)/([0-9]+)\.html [name='document']
  10. ^hronika\.html$ [name='chronicle']
  11. ^search\.html$ [name='search']
  12. ^admin/filebrowser/
  13. ^elfinder
  14. ^admin/
  15. ^admin_tools/

The current URL, texts/*, 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.