Page not found (404)

Request Method: GET
Request URL: https://semyana.club/cat/Underwear%2520and%2520Stockings/?p=1
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/Underwear%20and%20Stockings/, 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.