Page not found (404)

Request Method: GET
Request URL: https://fic.uni.edu.pe/es/announcement/004-20181

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

  1. i18n/
  2. es/ admin/
  3. api/
  4. [name='index']
  5. courses/ciclo-<int:cycle>/ [name='course_by_cycle']
  6. courses/electivos/ [name='electives_by_department']
  7. course/<slug:code>/ [name='course_detail']
  8. departments/ [name='department_list']
  9. department/<slug:acronym>/ [name='department_detail']
  10. teacher/<int:pk>/ [name='teacher_detail']
  11. cruce-de-horarios/ [name='cruce_horarios']
  12. deanery/ [name='deanery']
  13. ^compartir-horario/.* [name='share_schedule']
  14. newsletter/<slug:newsletter_type>/<slug:code>/ [name='newsletter_detail']
  15. announcement/<slug:code>/ [name='announcement_detail']
  16. ^media\/(?P<path>.*)$
  17. summernote/
  18. ^media\/(?P<path>.*)$

The current path, es/announcement/004-20181, 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.