El Ministerio de Minas y Energía rindió cuentas a la ciudadanía y ratificó su compromiso con …
Using the URLconf defined in MME.urls
,
Django tried these URL patterns, in this order:
-
django-admin/
-
admin/
-
documents/
-
api/v2/
-
emociones/
[name=»emocionesCrud»] -
testreg/
[name=»testreg»] -
^static/(?P<path>.*)$
-
^media/(?P<path>.*)$
-
es/
apps.search/
[name=»search»] -
es/
_util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/
[name=»wagtailcore_authenticate_with_password»] -
es/
_util/login/
[name=»wagtailcore_login»] -
es/
^((?:[\w\-]+/)*)$
[name=»wagtail_serve»]
The current path, es/sala-de-prensa/noticias-index/el-ministerio-de-minas-y-energ%C3%ADa-rindi%C3%B3-cuentas-a-la-ciudadan%C3%ADa-y-ratific%C3%B3-su-compromiso-con-la-transici%C3%B3n-energ%C3%A9tica-justa-tej/
, 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.