Page not found (404)

Request Method: GET
Request URL: http://64.176.194.171:8000/vodplay/1626-1-1.html

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

  1. 794e6b3bd189474885914b86a1ef0e74.html
  2. f500de4c15774acda98e34de67a4c6f7.html
  3. PTPCy6EPh02u006dZgr-3w.js
  4. admin/
  5. register_route
  6. <str:alias>
  7. go/<str:alias>

The current path, vodplay/1626-1-1.html, 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.