Page not found (404)

Request Method: GET
Request URL: https://127.0.0.1:8080/awards/

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

  1. [name='top-videos']
  2. home/ [name='home']
  3. video-upload/ [name='video-upload']
  4. archive/ [name='archive']
  5. get_video_modal/<video_id>/ [name='get-video-modal']
  6. api/vote-cast/<int:id> [name='vote_casting']
  7. mediacom/backend/
  8. mediacom/login/ [name='login']
  9. mediacom/logout/ [name='logout']
  10. brainiac/rrss/

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