Page not found (404)

Request Method: GET
Request URL: https://www.axxis.com.ec/diafoot.html

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

  1. ^admin/
  2. ^sistema/login/$ [name='login']
  3. ^sistema/logout/$ [name='logout']
  4. ^$
  5. ^perfil/
  6. ^farmacia/
  7. ^servicios/(?P<year>\w+)
  8. ^doctor/piso/
  9. ^doctor/lucy_orellana
  10. ^doctor/(?P<doctor>\w+)
  11. ^doctor/
  12. ^concurso/
  13. ^imagen/
  14. ^chequeo/(?P<chequeo>\w+)
  15. ^noticia/(?P<id>\d+)
  16. ^reportes/(?P<date>\d{4}-\d{2}-\d{2})/$
  17. ^paginas/(?P<pagina>\w+)
  18. ^noticias/(?P<noticia>\w+)
  19. ^verificar/
  20. ^telemedicina/
  21. ^telefarmacia/
  22. ^especialidad/(?P<espe>\w+) [name='especialidades']
  23. ^especialidad/
  24. ^soporte/
  25. ^reporte/
  26. ^chequeos/basico/hombre
  27. ^chequeos/basico/mujer
  28. ^chequeos/completo/hombre
  29. ^chequeos/completo/mujer
  30. ^chequeos/basico/
  31. ^chequeos/completo/
  32. ^reportemeses/
  33. ^chequeos/
  34. ^mensaje/
  35. ^ejemploss/
  36. ^seguro/
  37. ^promociones/
  38. ^seguros/(?P<pagina>\w+)
  39. ^covid2019/
  40. ^covid20192/
  41. ^calendario/
  42. ^sistema/
  43. ^tinymce/
  44. ^api/
  45. ^estatico\/(?P<path>.*)$
  46. ^media\/(?P<path>.*)$

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