Page not found (404)

Request Method: GET
Request URL: http://www.adinex.ru/about/news/%25ca%25ee%25ed%25ea%25f3%25f0%25f1%2520%25ab%25cb%25f3%25f7%25f8%25e8%25e9%2520%25e1%25f3%25f5%25e3%25e0%25eb%25f2%25e5%25f0%2520%25d0%25ee%25f1%25f1%25e8%25e8%25a0%2597%25202018%25bb/

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

  1. django-admin/
  2. admin/
  3. documents/
  4. search/ [name='search']
  5. ^static/(?P<path>.*)$
  6. ^media/(?P<path>.*)$
  7. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  8. _util/login/ [name='wagtailcore_login']
  9. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, about/news/%ca%ee%ed%ea%f3%f0%f1%20%ab%cb%f3%f7%f8%e8%e9%20%e1%f3%f5%e3%e0%eb%f2%e5%f0%20%d0%ee%f1%f1%e8%e8%a0%97%202018%bb/, 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.