Page not found (404)

Request Method: GET
Request URL: http://amexcomp.mx/sections/section/analisis-de-senales-y-reconocimiento-de-patrones/index.html

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

  1. [name='home']
  2. convocatoria/ [name='convocatoria']
  3. premio_convocatoria/ [name='premio_convocatoria']
  4. estatutos/ [name='estatutos']
  5. ceremonia/ [name='ceremonia']
  6. ceremonia_de_formacion/ [name='ceremonia_de_formacion']
  7. candidatos_comision_membresia/ [name='candidatos_comision_membresia']
  8. comision_membresia/ [name='comision_membresia']
  9. comision_premio/ [name='comision_premio']
  10. consejo_directivo/ [name='consejo_directivo']
  11. candidatos_comision_premios/ [name='candidatos_comision_premios']
  12. reunion_2022/ [name='reunion_2022']
  13. reunion_2023/ [name='reunion_2023']
  14. premio/ [name='premio']
  15. test/ [name='test']
  16. ckeditor5/
  17. favicon.ico
  18. admin/
  19. accounts/
  20. amexcomp/
  21. emails/
  22. members/
  23. memberships/
  24. pages/
  25. payments/
  26. publications/
  27. refunds/
  28. sections/ list-sections/ [name='list_sections']
  29. sections/ create-section/ [name='create_section']
  30. sections/ update-section/<slug:slug>/ [name='update_section']
  31. sections/ delete-section/<slug:slug>/ [name='delete_section']
  32. sections/ section/<slug:slug>/ [name='section']
  33. faqs/
  34. albums/
  35. awards/
  36. ^media/(?P<path>.*)$

The current path, sections/section/analisis-de-senales-y-reconocimiento-de-patrones/index.html, 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.