Page not found (404)

MediaKit Item does not exist
Request Method: GET
Request URL: https://tvnmedia.com/mediakit/produccion-nacional/subliminal-en-set-branding-awareness/
Raised by: pcmediakit.views.MediaKitItem

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/ <slug:slug>/ [name='MediaKitList']
  8. mediakit/ <slug:category>/<slug:slug>/ [name='MediaKitItem']

The current path, mediakit/produccion-nacional/subliminal-en-set-branding-awareness/, 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.