Page not found (404)

Request Method: GET
Request URL: http://www.minenergia.gov.co/es/sala-de-prensa/noticias-index/sector-minero-energ%2525C3%2525A9tico-gener%2525C3%2525B3-ingresos-por-m%2525C3%2525A1s-de-14-billones-y-cre%2525C3%2525B3-m%2525C3%2525A1s-de-2000-empleos-durante-2020/

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

  1. django-admin/
  2. admin/
  3. documents/
  4. api/v2/
  5. emociones/ [name='emocionesCrud']
  6. testreg/ [name='testreg']
  7. ^static/(?P<path>.*)$
  8. ^media/(?P<path>.*)$
  9. es/ apps.search/ [name='search']
  10. es/ _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  11. es/ _util/login/ [name='wagtailcore_login']
  12. es/ ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, es/sala-de-prensa/noticias-index/sector-minero-energ%25C3%25A9tico-gener%25C3%25B3-ingresos-por-m%25C3%25A1s-de-14-billones-y-cre%25C3%25B3-m%25C3%25A1s-de-2000-empleos-durante-2020/, 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.