Page not found (404)

Request Method: GET
Request URL: http://grupowimax.com/actualizar

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

  1. ^$ [name='home']
  2. ^contactenos$ [name='contactenos']
  3. ^descargas$ [name='descargas']
  4. ^noticias/
  5. ^tutoriales/
  6. ^info_version/(?P<args>\w{0,10})$
  7. ^facturacion_electronica$
  8. ^tarifas_conexus$
  9. ^control/([a-z]+)/((?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?)$
  10. ^desactivar$ [name='desactivar']
  11. ^desactivar/1$
  12. ^mail/$
  13. ^version.7z/$
  14. ^static/grupowimax/images/logor.png$
  15. ^/$
  16. ^controlctr/(?P<path>.*)$
  17. ^registrarse$ [name='registrarse']
  18. ^controlV2
  19. ^admin/
  20. ^reportarPago
  21. ^usuario/menu/$ [name='menu']
  22. ^usuario/perfil/$ [name='perfil']
  23. ^usuario/misproductos/$ [name='misproductos']
  24. ^usuario/iniciarsesion/$ [name='login']
  25. ^usuario/cerrarsesion/$ [name='logout']
  26. ^usuario/cambiarpassword/$ [name='password_change']
  27. ^usuario/cambiarpassword/terminado/$ [name='password_change_done']
  28. ^usuario/reestablecercuenta/$ [name='password_reset']
  29. ^usuario/reestablecercuenta/enviado/$ [name='password_reset_done']
  30. ^usuario/reestablecercuenta/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>.+)/$ [name='password_reset_confirm']
  31. ^usuario/reestablecercuenta/terminado/$ [name='password_reset_complete']
  32. ^estaticos/(?P<path>.*)$

The current URL, actualizar, 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.