Page not found (404)

Request Method: GET
Request URL: https://www.tvnmedia.com/splash-version-movil

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

  1. [name='landing']
  2. contacto/ [name='contacto']
  3. contacto/validate/ [name='contactovalidate']
  4. new-home/ [name='newhome']
  5. blog/
  6. preventa/
  7. mediakit/
  8. tarifario/
  9. casos-de-exito/
  10. auth/
  11. app/
  12. reports/
  13. admin/
  14. tinymce/

The current path, splash-version-movil, 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.