Page not found (404)

“/home/sitio/media_cdn/sitio_web-04_tZmJQpW.jpg” does not exist
Request Method: GET
Request URL: https://tecnologicosudamericano.edu.ec/media/sitio_web-04_tZmJQpW.jpg
Raised by: django.views.static.serve

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

  1. admin/
  2. noticias/ [name='post_list']
  3. noticias/<slug:slug>/ [name='post_detail']
  4. autoevaluacion/ [name='autoevaluacion_list']
  5. autoevaluacion/<slug:slug>/ [name='autoevaluacion_detail']
  6. noticias-exalumnos/ [name='news_list']
  7. noticias-exalumnos/<slug:slug>/ [name='news_detail']
  8. investigacion/
  9. investigacion/reglamentos-normativas [name='reglamentos_list']
  10. investigacion/reglamentos-normativas/<slug:slug>/ [name='reglamentos_detail']
  11. investigacion/lineas-investigacion [name='linea_list']
  12. investigacion/lineas-investigacion/<slug:slug>/ [name='linea_detail']
  13. investigacion/programas-investigacion [name='programa_list']
  14. investigacion/programas-investigacion/<slug:slug>/ [name='programa_detail']
  15. investigacion/proyecto-investigacion [name='proyecto_list']
  16. investigacion/proyecto-investigacion/<slug:slug>/ [name='proyecto_detail']
  17. investigacion/grupo-investigacion [name='grupo_list']
  18. investigacion/grupo-investigacion/<slug:slug>/ [name='grupo_detail']
  19. investigacion/estudiantes-semilleros [name='estudiante_list']
  20. investigacion/estudiantes-semilleros/<slug:slug>/ [name='estudiante_detail']
  21. investigacion/congreso-investigacion [name='indtec_list']
  22. investigacion/congreso-investigacion/<slug:slug>/ [name='indtec_detail']
  23. investigacion/simposio-inv-innovacion-absorcion [name='simposio_list']
  24. investigacion/simposio-inv-innovacion-absorcion/<slug:slug>/ [name='simposio_detail']
  25. investigacion/produccion-divulgacion-cientifica [name='produccion_list']
  26. investigacion/produccion-divulgacion-cientifica/<slug:slug>/ [name='produccion_detail']
  27. bolsa-empleo/ [name='bag_data']
  28. bolsa-empleo/ofertas/ [name='offer_list']
  29. bolsa-empleo/ofertas/<slug:slug>/ [name='offer_detail']
  30. bolsa-empleo/empresas-que-contratan-a-nuestros-graduados/ [name='logo_list']
  31. bolsa-empleo/necesitas-contratar-a-nuestros-tecnologos/ [name='contacto_list']
  32. vinculacion-con-la-sociedad/ [name='bonding_list']
  33. vinculacion-con-la-sociedad/<slug:slug>/ [name='bonding_detail']
  34. practicas-preprofesionales/ [name='practices_list']
  35. practicas-preprofesionales/<slug:slug>/ [name='practices_detail']
  36. revista-institucional/ [name='journal_list']
  37. pedi/ [name='pei_list']
  38. bienestar-estudiantil/
  39. bienestar-estudiantil/<slug:slug>/ [name='bienestar_detail']
  40. prospecto-academico/ [name='prospecto_list']
  41. modalidad-presencial/
  42. modalidad-semipresencial/
  43. modalidad-online/
  44. modalidad/<slug:slug>/ [name='career_detail']
  45. biblioteca/ [name='library_list']
  46. biblioteca/<slug:slug>/ [name='library_detail']
  47. pagina/<slug:slug>/ [name='page_detail']
  48. machala/
  49. ckeditor/
  50. ^static/(?P<path>.*)$
  51. ^media/(?P<path>.*)$

The current path, media/sitio_web-04_tZmJQpW.jpg, 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.