Page not found (404)

Request Method: GET
Request URL: https://cacej.jalisco.gob.mx/temas-de-interes/acciones-impulsadas-traves-de-la-regulacion-secundaria-para-los-gobiernos-locales

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

  1. admin/
  2. [name='home']
  3. consejo/ [name='home_consejo']
  4. dashboard/
  5. login/ [name='login']
  6. logout/ [name='logout']
  7. capacitaciones/ [name='capacitaciones_public']
  8. sesiones/ [name='sesiones_public']
  9. programas_de_trabajo/ [name='programas_de_trabajo_public']
  10. normatividad/ [name='normatividades_public']
  11. estructura/ [name='estructura_public']
  12. sevac/ [name='sevac_public']
  13. centro_de_contacto/ [name='centro_de_contacto_public']
  14. ^media/(?P<path>.*)$

The current path, temas-de-interes/acciones-impulsadas-traves-de-la-regulacion-secundaria-para-los-gobiernos-locales, 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.