Page not found (404)

Request Method: GET
Request URL: https://capec.economia.ucr.ac.cr/programas/8
Raised by: portada.views.detalles_programa

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

  1. ^admin/doc/
  2. ^admin/
  3. ^alumni/
  4. ^administrativos/
  5. ^profesores/
  6. ^estudiantes/
  7. ^contabilidad/
  8. ^ ^$ [name='portada_index']
  9. ^ ^sobre-nosotros$ [name='portada_sobre_nosotros']
  10. ^ ^contacto$ [name='portada_contacto']
  11. ^ ^preguntas-frecuentas$ [name='portada_faq']
  12. ^ ^programas/(?P<programa_id>[0-9]+)$ [name='portada_detalles_programa']

The current path, programas/8, matched the last one.

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.