Page not found (404)

Request Method: GET
Request URL: https://www.arpenta.com.ar/cot_tasas.asp

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

  1. media/<path>
  2. ^static\/(?P<path>.*)$
  3. jet/
  4. jet/dashboard/
  5. admin/
  6. impersonate/
  7. [name='index']
  8. empezar/ [name='start']
  9. servicios/ [name='service']
  10. servicios_empresas/ [name='business_service']
  11. nuevas_oportunidades/ [name='nuevas_oportunidades']
  12. quienes_somos/ [name='about_us']
  13. login/ [name='login']
  14. logout/ [name='logout']
  15. password/reset/ [name='password_reset']
  16. password/reset/done/ [name='password_reset_done']
  17. password/reset/confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  18. password/reset/complete/ [name='password_reset_complete']
  19. password/reset/force/ [name='password_reset_force']
  20. api/
  21. faq/
  22. activos_disponibles/ [name='activos']
  23. abri-tu-cuenta/ [name='open_account']
  24. onboarding/ [name='onboarding']
  25. contacto/ [name='contacto']
  26. test-del-inversor/ [name='investor_test']
  27. perfil/<pk>/ [name='result']
  28. fondos/ [name='fci']
  29. fund/load_fund/ [name='load_fund']
  30. fund/import_price_history/ [name='import']
  31. performance/ [name='performance']
  32. benchmark/import_benchmark_history/ [name='import']
  33. research/ [name='research-list']
  34. portal/statements [name='statements']
  35. portal/researchs [name='researchs']
  36. portal/profile [name='my_profile']
  37. portal/notifications [name='notifications']
  38. portal/notifications/<int:pk>/ [name='notification-detail']
  39. portal/instructions/ [name='instructions']
  40. portal/regulaciones/ [name='regulations']
  41. portfolio/ [name='portfolio']
  42. api/v1/token/
  43. api/v1/
  44. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  45. robots.txt [name='robots']
  46. private/<folder>/<filename>
  47. private/docs/<filename>

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