Page not found (404)

Request Method: GET
Request URL: https://nonstoptv.tv/portfolio/studio_universal.html

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

  1. admin/
  2. [name='home']
  3. proveedores/ [name='providers']
  4. about/ [name='non-stop-world']
  5. contents/<slug:slug> [name='content-detail']
  6. contents/ [name='content']
  7. studios-tech-prod/ [name='studios-equipment']
  8. creative-post/ [name='post']
  9. vfx-virtual-prod/ [name='vfx']
  10. dubbing-subs/ [name='dubbing-subs']
  11. ckeditor/
  12. ^media\/(?P<path>.*)$

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