Page not found (404)

Request Method: GET
Request URL: http://ecuciencia.utc.edu.ec/Ecuciencia/oai

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

  1. [name='index']
  2. inicio/ [name='inicio']
  3. login/ [name='login']
  4. logout/ [name='logout']
  5. update-perfil/ [name='update-perfil']
  6. new/ [name='new']
  7. search-universidad/ [name='search-universidad']
  8. ajax/nuevo-investigador/ [name='ajax_nuevo_investigador']
  9. admin/
  10. formacion-academica/
  11. investigador/
  12. permisos/
  13. libro/
  14. articulo-cientifico/
  15. base-datos/
  16. revista/
  17. idiomas/
  18. origenes/
  19. tipo-documento/
  20. certificacion/
  21. certificacionadmin/
  22. certificacionfechadescarga/
  23. password_reset/done/ [name='password_reset_done']
  24. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  25. password_reset/ [name='password_reset']
  26. reset/done/ [name='password_reset_complete']
  27. ^media/(?P<path>.*)$

The current path, Ecuciencia/oai, 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.