Page not found (404)

Request Method: GET
Request URL: http://webprov.monaca.com.ve/SelComprador.aspx

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

  1. [name='inicio']
  2. login [name='login']
  3. principal/ [name='entrada']
  4. del/ [name='del']
  5. registro/ [name='registrar']
  6. activado/<str:usuario> [name='activado']
  7. contacto/ [name='contacto_info']
  8. restablecer_password/ [name='contrasena']
  9. quejas/ [name='quejas']
  10. retencionIva/ [name='retIva']
  11. retencionIva/mostrar [name='mostrarIVA']
  12. retencionIslr/ [name='retIslr']
  13. retencionIslr/mostrar [name='mostrarISLR']
  14. retencionImptos/ [name='retImcpls']
  15. retencionImptos/mostrar [name='mostrarIM']
  16. retencionIslr_Anual/ [name='retIslrAnual']
  17. retencionIslr_Anual/mostrar [name='mostrarISLRAnual']
  18. facturas_Pendientes/ [name='factPend']
  19. facturas_Pendientes/mostrar [name='mostrarFactPend']
  20. facturas_Pagadas/ [name='factPag']
  21. facturas_Pagadas/mostrar [name='mostrarFactPag']
  22. validar_pregunta/ [name='pregunta_seguridad']
  23. modificar_credenciales/ [name='modificar_credencial']
  24. modificar_cred_usuario_interno/ [name='modificar_credencial_usu_int']
  25. proveedores/<int:ini>/<int:finish>/ [name='proveedores']
  26. usuarios_internos/ [name='usuarios_internos']
  27. indice_impuestos/ [name='indice_impuestos']
  28. modificar_contactos/ [name='lista_contacto']
  29. admin/

The current path, SelComprador.aspx, 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.