Page not found (404)

Request Method: GET
Request URL: https://www.creceecuador.com/oportunidades-de-inversion

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

  1. admin/
  2. solicitar/
  3. solicitudes/
  4. inversionista/
  5. transferencia/
  6. registro/
  7. solicitante/
  8. invertir/
  9. invertir/detalle/
  10. calculadora/
  11. sri/
  12. faq/
  13. perfil_verificado/
  14. nosotros/
  15. anunciar-solicitud/
  16. aplicar-inversionista/
  17. terminos-legales/
  18. privacidad-proteccion-datos/
  19. manual-solicitante/
  20. manual-inversionista/
  21. api/token/ [name='token_obtain_pair']
  22. api/token/refresh/ [name='token_refresh']
  23. ^ckeditor/

The current path, oportunidades-de-inversion, 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.