Page not found (404)

Request Method: GET
Request URL: https://www.minet-tv.com/it/sendungen/mendret/mendret-0517/
Raised by: cms.views.details

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

  1. i18n/
  2. it/ ^admin/
  3. it/ ^rosetta/
  4. it/ ^sitemap\.xml$ [name='sitemaps']
  5. it/ ^select2/
  6. it/ ^ ^archivio/$
  7. it/ ^ ^trasmissione/(?P<year>\d{4})/$ [name='broadcasts_of_year']
  8. it/ ^ ^trasmissione/$
  9. it/ ^ ^cms_login/$ [name='cms_login']
  10. it/ ^ ^cms_wizard/
  11. it/ ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  12. it/ ^ ^$ [name='pages-root']
  13. ^media/(?P<path>.*)$
  14. ^static/(?P<path>.*)$
  15. i18n/
  16. it/ ^admin/
  17. it/ ^rosetta/
  18. it/ ^sitemap\.xml$ [name='sitemaps']
  19. it/ ^select2/
  20. it/ ^ ^archivio/$
  21. it/ ^ ^trasmissione/(?P<year>\d{4})/$ [name='broadcasts_of_year']
  22. it/ ^ ^trasmissione/$
  23. it/ ^ ^cms_login/$ [name='cms_login']
  24. it/ ^ ^cms_wizard/
  25. it/ ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  26. it/ ^ ^$ [name='pages-root']

The current path, /it/sendungen/mendret/mendret-0517/, 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.