Page not found (404)

Request Method: GET
Request URL: http://adinex.ru/about/news/%25d1%25e4%25e0%25e2%25e0%25e9%2520%25ee%25f2%25f7%25e5%25f2%25ed%25ee%25f1%25f2%25fc%2520%25e8%2520%25f3%25ef%25f0%25e0%25e2%25eb%25ff%25e9%2520%25e1%25e8%25e7%25ed%25e5%25f1%25ee%25ec%2520%25f7%25e5%25f0%25e5%25e7%2520%25c8%25ed%25f2%25e5%25f0%25ed%25e5%25f2%2520%25f1%2520%25f1%25e5%25f0%25e2%25e8%25f1%25ee%25ec%25201cfresh.com%2520(%25ab1%25d1:%25cf%25f0%25e5%25e4%25ef%25f0%25e8%25ff%25f2%25e8%25e5%25208%2520%25f7%25e5%25f0%25e5%25e7%2520%25c8%25ed%25f2%25e5%25f0%25ed%25e5%25f2%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/%d1%e4%e0%e2%e0%e9%20%ee%f2%f7%e5%f2%ed%ee%f1%f2%fc%20%e8%20%f3%ef%f0%e0%e2%eb%ff%e9%20%e1%e8%e7%ed%e5%f1%ee%ec%20%f7%e5%f0%e5%e7%20%c8%ed%f2%e5%f0%ed%e5%f2%20%f1%20%f1%e5%f0%e2%e8%f1%ee%ec%201cfresh.com%20(%ab1%d1:%cf%f0%e5%e4%ef%f0%e8%ff%f2%e8%e5%208%20%f7%e5%f0%e5%e7%20%c8%ed%f2%e5%f0%ed%e5%f2%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.