Page not found (404)

Request Method: GET
Request URL: https://semyana.com/cat/%D0%96%D0%B5%D1%81%D1%82%D0%BA%D0%B8%D0%B9%20%D1%81%D0%B5%D0%BA%D1%81/
Raised by: video.views.cat

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

  1. search/ [name='search']
  2. adv-search/ [name='adv_search']
  3. new/ [name='new']
  4. best/ [name='best']
  5. best/<str:period>/ [name='best']
  6. feed/<int:video_pk>.xml [name='xml_feed']
  7. <int:video_pk>/json/ [name='video_info']
  8. embed-video/<int:video_pk> [name='embed_video']
  9. embed/<int:video_pk> [name='embed_video']
  10. get_related_videos/<int:video_pk>/ [name='get_related_videos']
  11. / [name='home_page']
  12. cat/<path:cat_name>/ [name='cat']

The current path, cat/Жесткий секс/, matched the last one.

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.