Page not found (404)

Request Method: GET
Request URL: https://itstena.edu.ec/font-awesome.min.css

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

  1. [name='index']
  2. contacto/ [name='contacto']
  3. gestion_operaciones_turisticas/ [name='got']
  4. desarrollo_software/ [name='ds']
  5. administracion/ [name='adm']
  6. desarrollo_infantil_integral/ [name='dii']
  7. seguridad_orden_publico/ [name='scop']
  8. mision_vision/ [name='mv']
  9. vinculacion_sociedad/ [name='vs']
  10. practicas_preprofesionales/ [name='pp']
  11. resena_historica/ [name='re']
  12. autoridades/ [name='auto']
  13. organigrama/ [name='org']
  14. coordinacion_investigacion/ [name='cinv']
  15. rendicion/ [name='rend']
  16. directorio/ [name='direc']
  17. generar_firma/ [name='firma']
  18. admin/
  19. ^media\/(?P<path>.*)$

The current path, font-awesome.min.css, 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.