Page not found (404)

Request Method: GET
Request URL: https://semyana.com/best/?p=9
Raised by: video.views.best

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']

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