Page not found (404)

Request Method: GET
Request URL: https://deti-travel.ru/articles/%25D0%25B1%25D1%2583%25D0%25B4%25D1%2583%25D1%2582-%25D0%25BB%25D0%25B8-%25D1%2580%25D0%25B0%25D0%25B1%25D0%25BE%25D1%2582%25D0%25B0%25D1%2582%25D1%258C-%25D0%25BB%25D0%25B0%25D0%25B3%25D0%25B5%25D1%2580%25D1%258F-%25D0%25BB%25D0%25B5%25D1%2582%25D0%25BE%25D0%25BC-2020-%25D0%25B3%25D0%25BE%25D0%25B4%25D0%25B0/

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

  1. ^django-admin/
  2. ^martor/
  3. ^admin/
  4. ^documents/
  5. ^api/
  6. ^api/forms/(?P<form>[\w-]+)/
  7. oauth/yandex/return$
  8. oauth/google/return$
  9. ^media/\.thumb/
  10. ^telegram-bot-webhook/
  11. ^r/(?P<path>[\w\.\-/]*)$
  12. ^region/(?P<path>[\w\.\-/]*)$
  13. ^st/(?P<path>[\w\.\-/]*)$
  14. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  15. _util/login/ [name='wagtailcore_login']
  16. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']
  17. ^([\w\.\-/]*)$ [name='wagtail_serve_alt']
  18. ^static/(?P<path>.*)$
  19. ^media/(?P<path>.*)$

The current path, articles/%D0%B1%D1%83%D0%B4%D1%83%D1%82-%D0%BB%D0%B8-%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D0%B0%D1%82%D1%8C-%D0%BB%D0%B0%D0%B3%D0%B5%D1%80%D1%8F-%D0%BB%D0%B5%D1%82%D0%BE%D0%BC-2020-%D0%B3%D0%BE%D0%B4%D0%B0/, 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.