Page not found (404)

Request Method: GET
Request URL: http://www.chadaha.com/video/this-guy-from-cebu-is-desperate-for-a-kiss/

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

  1. admin/
  2. [name='home']
  3. about-us/ [name='about_us']
  4. our-team/ [name='our_team']
  5. our-team/<int:pk> [name='our_team_single']
  6. donation/ [name='all_donation']
  7. donation/<int:pk>/ [name='single_donation']
  8. gallery/ [name='gallery']
  9. ^static/(?P<path>.*)$
  10. ^media/(?P<path>.*)$

The current path, video/this-guy-from-cebu-is-desperate-for-a-kiss/, 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.