Page not found (404)

Request Method: GET
Request URL: http://amexcomp.mx/index.php?r=site/page&view=comision2_ganadores

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/
  29. faqs/
  30. albums/
  31. awards/
  32. ^media/(?P<path>.*)$

The current path, index.php, 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.