Page not found (404)

Request Method: GET
Request URL: https://semyana.com/home/

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']
  13. c/<str:cat_url>/ [name='cat_playlist']
  14. categories/ [name='categories']
  15. now-watching/ [name='now_watching_view']
  16. rss/ [name='rss_feed']
  17. elements/categories/ [name='load_categories']
  18. similar/<int:video_pk> [name='similar_videos']
  19. set-main-screenshot/<int:video_id>/<int:image_id>/ [name='set_main_screen']
  20. tv/ [name='tv']
  21. lucky/ [name='lucky']
  22. tags-cloud/ [name='tags_cloud']
  23. page/<str:page_name>.html [name='html_page_view']
  24. <int:video_pk>/<str:slug> [name='view_video']
  25. <int:video_pk>/ [name='view_video']
  26. search-playlists/ [name='playlists_list']
  27. t/<str:type_slug>/<str:tag_slug> [name='browse_special_tag']
  28. t/<str:type_slug>/ [name='browse_special_tag_type']
  29. get-video/<int:video_pk> [name='get_video']
  30. [name='home_page']
  31. api/
  32. baners/
  33. pornstars/
  34. user/
  35. js-storage/
  36. blog/
  37. ideas/
  38. admin/
  39. pages/

The current path, home/, 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.