Page not found (404)

Request Method: GET
Request URL: https://www.compucopias.com.mx/quienes-somos/

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

  1. [name='inicio']
  2. registro/evento/maestros/ [name='registro']
  3. Capturar_puntos/ [name='Capturar_puntos']
  4. Canje/Premio/ [name='Capturar_premio']
  5. Captura/Producto/ [name='Capturar_prod']
  6. registro/usuarioPromo/ [name='registroRepresentante']
  7. Registrarse/ [name='Registro_escuela']
  8. Panel/ [name='Panel_us']
  9. confirmar/puntos/<int:pk>/ [name='confirmar_puntos']
  10. admincco/
  11. login/ [name='inicio']
  12. salir/ [name='salir']
  13. ^media\/(?P<path>.*)$

The current path, quienes-somos/, 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.