SMS (Mensajeria)

Requisitos para enviar mensajes

Para enviar notificación el cliente debe tener un telefono celular con el formato nacional, solo numero y sin codigo de pais. Ej: 9998887777. Tambíen la opción Enviar avisos SMS. Esto se configura desde la información adicional del cliente.

Requisitos SMS - WispHub

Cuando se generan facturas automaticamente por zona o cliente, se enviara recordatorio de pago si tiene activada esta opción:
Requisitos SMS zona - WispHub

Esto se configura en la zona.

Nota

Solo editar esta opción desde Facturación, Si el cliente tiene su fecha de corte diferente a la zona.

CRMInbox

Se ha añadido una nueva opción para mensajería de texto vía Whatsapp, en esta sección podrás colocar los datos de la API de Whatsapp de tu cuenta de CRMInbox. Puedes crear tu cuenta siguiendo este link.

La aplicación le permite enviar mensajes de Whatsapp a múltiples números telefónicos, esto al escanear un Código QR
dentro del sistema en el apartado de Dispositivos.

Para implementarlo en WispHub es necesario seguir los siguientes pasos:

1. Acceder al apartado Ajustes > SMS y seleccionar la opcion de Whatsapp Generico

2. Llene el formulario con los datos obtenidos de CRMInbox, de la siguiente forma:

1 URL Gateway: La URL a la que se le enviará la petición HTTP. En CRMInbox es algo parecido a esto (pero dependera de la configuración de tu empresa):

https://wifiplus.crminbox.io/api/devices/1/messages/ 

2 Parámetros ( Payload): Los parámetros necesarios para enviar el mensaje, en algunas plataformas puede encontrar estos datos con el nombre de Payload. Agrega lo siguiente en el formulario modificar el valor que tiene por default por:

to={destinatario}&message={mensaje}

3 Método: Como se estan realizando peticiones, este debería de ser el método POST por defecto. Revise la documentación de su plataforma y verifique que concuerde y cambie de ser necesario.

4 Token de autorización: Es la llave de autorización que le fue otorgada, la necesita para poder realizar la petición. En el caso de CRMInbox es entregada al realizar una conversacion con Soporte Técnico para que se la entreguen.
Nota: Antes de agregar el token agregar lo siguiente Api-Key 

5 Content/type: Utilice lo siguiente:

  • application/json

6 Código de País: Eliga el correspondiente.

7 Límite de caracteres: 1000

Ejemplo de Integración

 

Pasarelas disponibles para mensajeria Whatsapp

Whatsapp version 1

Si tienes cuenta en Wiivo puedes encontrar tus datos de conexión aquí. O en el apartado que dice Documentacion (Docs) y luego dirijase a la opción que diga "Enviar Mensaje" ( Send Messages to a phone number).
Guia Wiivo: https://www.wiivo.net
Contacto para soporte: +573173345005

Pueden aparecer así:

De los datos del Payload nos interesan las variables con las que reemplazaremos por el numero del cliente y el mensaje a mandar, en este caso se llaman phone y message. Esto puede variar en otras plataformas.

1 URL Gateway: https://api.wiivo.net/v1/messages

2 Parámetros ( Payload): Colocamos los parametros juntos separados por una & y colocamos las variables de Wisphub.

Actualmente puede usar 3 variables:

  • {destinatario}
  • {mensaje}
  • {token}

El payload con wiivo quedaría así:

phone={destinatario}&message={mensaje}

3 Método: POST

4 Token de autorización: 68****************************************************

5 Content/type: application/json

6 Código de País: +52

7 Límite de caracteres: 160

Finalmente el formulario quedaría así:

Atención

Algunas plataformas le pedirán incluir la variable {token} en el payload, como es el caso de UltraMSG.

Ingresar a: https://ultramsg.com/es/

Para la creacion del Token se debe de crear primeramente una instancia, una vez generada esta se mostrara como el punto 3.

Una vez creada la instancia proseguimos a gestionarla, se nos desplegara la siguiente imagen, en donde nos pedira sincronizar nuestro whatsapp a la plataforma.

 

 

Pida Ayuda

Puede solicitar ayuda de integración por el chat de pasarelas de SMS.

 

Whatsapp version 2

Ejemplo de integración con "Ultramsg"

El siguiente ejemplo consiste en como llenar el formulario para integrar la plataforma. Este formulario fue llenado conforme a la documentación de la plataforma en Octubre del 2023.

Datos usados en este ejemplo:

1 URL Gateway: https://api.ultramsg.com/<instancia_id>/messages/chat
Reemplaza "<instancia_id>" por el id de tu instancia que asigno ultramsg.

2 Método: POST

3 Headers: 

{
  "Content-Type":"application/x-www-form-urlencoded"
}

4 Data:

{
  "body":"{mensaje}",
  "to":"{destinatario}",
  "token": "reemplaza-este-texto-por-tu-token"
}

 

5 Parametros extra:

{
  "verify":true
}

 

El siguiente ejemplo consiste en como llenar el formulario para integrar la plataforma. Este formulario fue llenado conforme a la documentación de la plataforma en Octubre del 2023.

Datos usados en este ejemplo:

1 URL Gateway: https://automatizadovip.com/api/whatsapp/send

2 Método: POST

3 Headers: 

{
  "Content-Type":"application/json",
  "Api-key":"reemplaza-este-texto-por-tu-api-key"
}

4 Data:

{
  "contact":[
    {
      "message":"{mensaje}",
      "number":"{destinatario}"
    }
  ]
}

 

5 Parametros extra:

{
  "verify":true
}

 

 

 

 

Datos usados en este ejemplo:

1 URL Gateway: https://automatizadovip.com/api/whatsapp/send

2 Método: POST

3 Headers: 

4 Data:

{
 "appkey":"tuappkey",
"authkey":"tuauthkey",
"message":"{mensaje}",
"to":"{destinatario}"
}

5 Parametros extra

Si tiene alguna pregunta o necesita asistencia adicional, no dude en ponerse en contacto con nuestro equipo de soporte a traves del chat en linea.

Pasarelas disponibles para mensajeria SMS

Para usar nexmo se necesita comprar saldo desde su pagina, no es necesario tener un smartphone para enviar los mensajes. Seguir estos pasos para la configuración:

1Registrarse en nexmo

2Obtener Api Key y Secret, ingresar aqui.

Api Keys Nexmo Wisphub

3Ingresar a https://wisphub.net/sms/nexmo/ y completar los datos:

Nexmo Wisphub

Nota

Puede que Nexmo no envie los mensajes al momento. Aveces demora entre 1 a 5 minutos

4Seguir las instrucciones del paso 5 para enviar mensajes.

Información

Hablame.co a actualizado su versión de API para mandar mensajes SMS. Si ya cuenta con datos de Hablame.co registrados en Wisphub puede seguir mandando mensajes con normalidad esto no afectara el envió de sus mensajes. Solo si esta interesado en cambiar su versión de Hablame.co visite el siguiente enlace Hablame.co -Version 2

Para usar Hablame.co se necesita comprar saldo desde su pagina, no es necesario tener un smartphone para enviar los mensajes. Seguir estos pasos para la configuración:

1Ir al siguiente link www.hablame.co/sms/ y seguir los siguientes pasos:

  • 1: Dar clic en Abrir mi cuenta.
  • 2: Llenar el formulario.
  • 3: Seguir los pasos que indica la pagina.

2Obtener accesos de la API

Debes iniciar sesión con tu cuenta en https://ecare.hablame.co/ y despues ir en la a la sección Mensajes de texto - SMS.:

Despues ir a la sección Integreción API.

Agregar la IP

 

3Ingresar a https://wisphub.net/sms/hablame/ y completar los datos:

Una vez recibido los datos del API por correo, copiar y pegar en el siguiente formulario:

4Recargar saldo

Para recargar saldo unicamente tienes que ir al panel de Hablame.co y dar Clic en la sección de recargar saldo.

5Para saber si sus mensajes están siendo enviados ir a la sección de Reportes y despues dar clic en SMS enviados y ahi le mostrara el historial de sus mensaje

Información

Tome en cuenta la siguiente información en caso de enviar mensajes y estos no lleguen a su destinatario. Para mas información consulte Hablame.co

6Seguir las instrucciones del paso 5 para enviar mensajes.

Hablame.co Versión 2

Para esta nueva versión basta con tener una cuenta de Hablame.co, en caso de que sea un usuario nuevo necesitara crear una pero si ya usabas servicios de esta plataforma puedes seguir usando tu usuario y tus paquetes en la segunda versión. Ver mas detalles en el siguiente enlace https://www.hablame.co/ .

1Completar o Actualizar información del formulario de Hablame.co

Si no tienes cuenta en Hablame.co puedes consultar como crear una al inicio de este articulo, en caso de ya estar registrado en Hablame.co basta con hacer lo siguiente.

Si ya tenias información registrada tendrás que agregar solo los campos en rojo. En caso contrario tendrás que completar por completo el formulario, para dudas de como conseguir esos datos puedes consultarlo en la información al inicio de este articulo.

Nuevos datos para la version 2:

  1. Versión del API: Selecciona entre la versión 1 o la versión 2 para enviar mensajes SMS.
  2. Token: Dato generado al crear tu cuenta y puedes consultarlo en el panel de Hablame.co
  3. Configurar notificación:  Opción para verificar si el mensaje llego al celular del receptor, esto genera un costo extra al mensaje por parte de Hablame.co.

Es importarte verificar los datos que ponemos en la activación como el token

1En la pagina de Hablame nos vamos a inicio y entras en la parte de Ver información para desarrollador.

2Nos dará la información para la configuración de la pasarela y debemos de darle click en la imagen del sobre, esto para que llegue a su correo el número de token que irá en Wisphub.

Saldrá un mensaje como a continuación:

En la pagina de hablame en el apartado de SMS debemos dar click.

En la parte de configuración debemos de tener habilitado la opción de Envio habilitado desde IP dinámica ya que de no ser así nos saldrá un error al momento de enviar un mensaje.

Nota

Si usaras la segunda versión tendrás que usar el nuevo panel de Hablame.co; https://ecare2.hablame.co/ , ahí podrás consultar tus datos como ID Cliente, Clave API y Token. Para dudas de donde ver esos datos , consulte https://ecare2.hablame.co/desarrolladores/

Con estos pasos podrás mandar mensajes con la segunda versión de Hablame.co en:

  1. Lista de Clientes
  2. Lista de Facturas
  3. Tareas Periódicas (Para Zona y Cliente)
  4. Acciones Masivas

Para usar la plataforma SMS Masivos se necesita comprar crédito desde la misma, no es necesario tener un Smartphone para enviar los mensajes.

Seguir estos pasos para la configuración:

1Registrarse en SMS Masivos

Para registrarse en SMS Masivos es muy fácil, únicamente tienes que ir al link SMS Masivos y completar el formulario.

2Obtener API Key para enviar mensajes SMS.

Para obtener la API Key se debe ingresar al link https://app.smsmasivos.com.mx/api. Seleccione el apartado de Intregraciones.

Podrá generar una nueva API Key dando click al botón verde

3Ingresar a https://wisphub.net/sms/sms-masivos/ y completar los datos:

Una vez haya generado su API Key debe llenar el siguiente formulario:

4Comprar Crédito

Para comprar crédito en SMS Masivos hay que ir al link https://app.smsmasivos.com.mx/outbound e ingresar la cantidad de créditos que se desee comprar.

Nota

La cantidad mínima para comprar es de 1000 Mensajes.

5Para saber más a detalle acerca de tus mensajes ir a la sección de Reportes https://app.smsmasivos.com.mx/reportes

En esta sección podrás saber si tus mensajes fueron enviados correctamente y si ocurrió algún fallo.

6Seguir las instrucciones del paso 6 para enviar mensajes.

Importante

Sms Masivos solo permite 160 caracteres para el envio de sms 

Para usar la plataforma SMS Masivos se necesita comprar crédito desde la misma, no es necesario tener un Smartphone para enviar mensajes.

¿Que es SMS Masivos.Ar?

Es una plataforma Web autoadministrable para el envío y recepción de Mensajes de Texto, una solución ideal para empresas, instituciones y profesionales que deseen utilizar un nuevo e innovador canal de comunicación con sus clientes, empleados y proveedores.

 

¿En que países operan?

Argentina, Brasil, Chile, Colombia, Ecuador, El Salvador, Guatemala, México, Perú y Uruguay.

¿Cuanto cuesta su servicio?

Todos los precios son en dolares estadounidenses que van desde los 5 dolares dependiendo del país. Para mayor información ir al siguiente link http://www.smsmasivosweb.com/internacional/

¿Cuanto tiempo dura el servicio?

La vigencia de los paquetes es de 90 días.

¿Como contrato SMS Masivos.Ar?

Para poder crear una cuenta es necesario que mande un correo a [email protected] e indicando para que país necesitas el servicio o de igual forma marcar a uno de los números que proporciona la pagina en el siguiente link https://www.smsmasivos.com.ar/#CONTACTO.

Nota

Es importante que tenga en cuenta que solo puede enviar mensaje al país de donde haya contratado el servicio.

Una vez que tenga su usuario y contraseña puede entrar a Wisphub y seguir los siguientes pasos.

1Ingrese a https://wisphub.net/sms/sms-masivos-ar/ y completar los datos.

2Para saber que mensajes se han enviado exitosamente puede ir a http://servicio.smsmasivos.com.ar/ver_sms.asp y verlo en la sección de Listado de mensajes enviados.

3Para saber que mensajes no se pudieron saber por alguna razón puede ir a http://servicio.smsmasivos.com.ar/ver_sms_enviados_errores.asp y verlo en la sección de Últimos errores de mis envíos.

4Seguir las instrucciones del siguiente link https://wisphub.net/documentacion/articulo/enviar-sms-33/ para enviar mensajes.

Para usar la plataforma Envíos SMS se necesita comprar crédito desde la misma, no es necesario tener un Smartphone para enviar mensajes.

¿Que es Envíos SMS?

Es una plataforma Web para el envío de Mensajes, una solución ideal para empresas, instituciones y profesionales que deseen utilizar un nuevo e innovador canal de comunicación con sus clientes, empleados y proveedores.

¿En que países operan?

Argentina, Bolivia, Brasil, Chile, Colombia, Costa Rica, Cuba, Ecuador, El Salvador, Guatemala, Honduras, México, Nicaragua, Panamá, Paraguay, Perú, Puerto Rico, República Dominicana, Uruguay, USA (Estados Unidos) y Venezuela.

Nota

Cada país cuenta con características distintas favor de verificarlas en el siguiente link https://tecsid.com/precios_sms

¿Cuanto cuesta su servicio?

Todos los precios son en dolares estadounidenses que van desde lo 16 dolares. Para mas información puede ir al siguiente link http://www.enviossms.com/precios.htm

¿Como contrato Envíos SMS?

Para contratar el servicio debe seguir los siguientes pasos

1Ir al siguiente link http://www.enviossms.com/precios.htm, después ir hasta la sección de Algunos Planes pre-armados de EnvíosSMS, seleccione el plan que mas le ayude.

 

2 Una vez que haya elegido su plan, lo reenviara a un formulario donde debe poner sus datos para contratar el servicio.

Una vez se haya completado el pago, se le enviara un mensaje a su correo electrónico donde se le otorgara su usuario y contraseña.

Nota

Para ver su panel de control de su cuenta entre a http://virtual.enviossms.com/login/?callback=http%3A%2F%2Fvirtual.enviossms.com%2Fsettings%2Froundabout%3F e ingrese su usuario y contraseña

3 Ingrese a https://wisphub.net/sms/envios-sms/ e ingrese los datos que se le pide.

Nota

Si pone el código el México, solo podrá enviar mensajes a numero de México, de igual forma funciona con los otros países.

4 Si quiere ver un reporte de sus mensajes ha enviado ya sea exitosos o rechazados, puede ir al siguiente link http://virtual.enviossms.com/analyze/dashboard/

4Seguir las instrucciones del siguiente link https://wisphub.net/documentacion/articulo/enviar-sms-33/ para enviar mensajes.

 

¿Cuales son los paquetes de envíos de mensajes y sus precios?

Puede obtener mas información aqui: https://www.pbxhosting.com.mx/billing/cart.php?gid=14

Puede crear una cuenta dentro de la plataforma de PBX Hosting. Esta puede crearse llenando el siguiente  formulario: https://www.pbxhosting.com.mx/sms.php

Una vez llenen el registro ahí, el equipo de ventas de PBX Hosting los contactará para ayudarte en la activación de su cuenta para envíos SMS.

Pasos para la Integración - API v1

1Ingrese al formulario en el apartado de Mensajes:

2 Llene el formulario de integracion de su cuenta de la siguiente forma:

1.- Url Gateway: https://api.portaldesms.com/?
2.- Parámetros: username=user&password=pass&number={destinatario}&message={mensaje}

En el punto 2 debe sustituir el valor de "user" por el usuario de la plataforma de PBX Hosting y en el valor de "pass" la contraseña. No modifique el valor de "destinatario" o el de "mensaje".

3.- Método: Seleccione "GET"
4.- Limite de Carácteres: 160
5.- Codigo de País: El respectivo

NOTA: Deshabilitamos: Usar https y habilitamos el Usar codigo de pais.

Al guardar los datos de la pasarela, puede probar enviando un mensaje personalizado a un cliente desde la lista de clientes.

El resultado del envió del mensaje puede ser visto en la plataforma. Acceda a su cuenta en https://admin.portaldesms.com/dashboard. De click en "Enviar" y luego en "Mostrar Detalle SMS"

Podrá visualizar el estado de envio de cada mensaje.

Pasos para la Integración - API v2

1Ingrese al formulario en el apartado de Mensajes:

2 Llene el formulario de integración de su cuenta de la siguiente forma:

1.- Url Gateway: https://v2.administradorsms.com/api/v1/sms/
2.- Parámetros: message={mensaje}&numbers=[{destinatario}]
3.- Método: Seleccione "POST"
4.- Usar HTTPS: SI
5.- Token de Autorización: Token 12345
6.- Usar Codigo de País: No
7.- Limite de Carácteres: 160

Sustituya el "12345" por el token de su cuenta. Al guardar los datos de la pasarela, puede probar enviando un mensaje personalizado a un cliente desde la lista de clientes.

El resultado del envió del mensaje puede ser visto en la plataforma. Acceda a su cuenta en https://admin.portaldesms.com/dashboard. De click en "Enviar" y luego en "Mostrar Detalle SMS"

Podrá visualizar el estado de envio de cada mensaje.

 

¿Cuales son los paquetes de envíos de mensajes y sus precios?

Puede obtener mas información aqui: https://sms.1980tic.com/settings/accounts/pricing

Contacto

Si eres de algún otro país distinto al de Colombia y deseas trabajar con la plataforma contacte con Sandra Ricon +57 318 3801332 y comenta que eres cliente de WispHub para que te apoye con el precio de tu país.

Puede crear una cuenta dentro de la plataforma de 1980tic. Tendria que contactar con el sitio   para mas información: https://docs.1980tic.us/comenzando/inicio-rapido
Para iniciar sesón en tu cuenta necesitas ingresar aqui: https://sms.1980tic.com/login/

Pasos para la Integración

2 - Llene el formulario de integración de su cuenta de la siguiente forma:

1.- Url Gateway: http://api.messaging-service.com/sms/1/text/single
2.- Parámetros: to={destinatario}&text={mensaje}
No modifique el valor de "destinatario" y el de "mensaje".

3.- Método: Seleccione "POST"

4-Importante en "Token de Autorización"

  • 4.1 El usuario y la contraseña se combinan en una cadena de esta forma: usuario:contraseña .
  • 4.2 La cadena resultante se codifica en Base64, lo puede realizar aqui:https://www.convertstring.com/es/EncodeDecode/Base64Encode

  • 4.3 El método de autorización y un espacio, así: "Basic ", se colocan antes de la cadena codificada.

5.- Limite de Carácteres: 160
6.- Codigo de País: El respectivo

Quedando de esta forma como ejemplo


 

Al guardar los datos de la pasarela, puede probar enviando un mensaje personalizado a un cliente desde la lista de clientes.

Requisitos para enviar mensajes

Para enviar notificación el cliente debe tener un telefono celular con el formato nacional, solo numero y sin codigo de pais. Ej: 9998887777. Tambíen la opción Enviar avisos SMS. Esto se configura desde la información adicional del cliente.

Requisitos SMS - WispHub

Cuando se generan facturas automaticamente por zona o cliente, se enviara recordatorio de pago si tiene activada esta opción:
Requisitos SMS zona - WispHub

Esto se configura en la zona.

Nota

Solo editar esta opción desde Facturación, Si el cliente tiene su fecha de corte diferente a la zona.

CRMInbox

Se ha añadido una nueva opción para mensajería de texto vía Whatsapp, en esta sección podrás colocar los datos de la API de Whatsapp de tu cuenta de CRMInbox. Puedes crear tu cuenta siguiendo este link.

La aplicación le permite enviar mensajes de Whatsapp a múltiples números telefónicos, esto al escanear un Código QR
dentro del sistema en el apartado de Dispositivos.

Para implementarlo en WispHub es necesario seguir los siguientes pasos:

1. Acceder al apartado Ajustes > SMS y seleccionar la opcion de Whatsapp Generico

2. Llene el formulario con los datos obtenidos de CRMInbox, de la siguiente forma:

1 URL Gateway: La URL a la que se le enviará la petición HTTP. En CRMInbox es algo parecido a esto (pero dependera de la configuración de tu empresa):

https://wifiplus.crminbox.io/api/devices/1/messages/ 

2 Parámetros ( Payload): Los parámetros necesarios para enviar el mensaje, en algunas plataformas puede encontrar estos datos con el nombre de Payload. Agrega lo siguiente en el formulario modificar el valor que tiene por default por:

to={destinatario}&message={mensaje}

3 Método: Como se estan realizando peticiones, este debería de ser el método POST por defecto. Revise la documentación de su plataforma y verifique que concuerde y cambie de ser necesario.

4 Token de autorización: Es la llave de autorización que le fue otorgada, la necesita para poder realizar la petición. En el caso de CRMInbox es entregada al realizar una conversacion con Soporte Técnico para que se la entreguen.
Nota: Antes de agregar el token agregar lo siguiente Api-Key 

5 Content/type: Utilice lo siguiente:

  • application/json

6 Código de País: Eliga el correspondiente.

7 Límite de caracteres: 1000

Ejemplo de Integración

 

Pasarelas disponibles para mensajeria Whatsapp

Whatsapp version 1

Si tienes cuenta en Wiivo puedes encontrar tus datos de conexión aquí. O en el apartado que dice Documentacion (Docs) y luego dirijase a la opción que diga "Enviar Mensaje" ( Send Messages to a phone number).
Guia Wiivo: https://www.wiivo.net
Contacto para soporte: +573173345005

Pueden aparecer así:

De los datos del Payload nos interesan las variables con las que reemplazaremos por el numero del cliente y el mensaje a mandar, en este caso se llaman phone y message. Esto puede variar en otras plataformas.

1 URL Gateway: https://api.wiivo.net/v1/messages

2 Parámetros ( Payload): Colocamos los parametros juntos separados por una & y colocamos las variables de Wisphub.

Actualmente puede usar 3 variables:

  • {destinatario}
  • {mensaje}
  • {token}

El payload con wiivo quedaría así:

phone={destinatario}&message={mensaje}

3 Método: POST

4 Token de autorización: 68****************************************************

5 Content/type: application/json

6 Código de País: +52

7 Límite de caracteres: 160

Finalmente el formulario quedaría así:

Atención

Algunas plataformas le pedirán incluir la variable {token} en el payload, como es el caso de UltraMSG.

Ingresar a: https://ultramsg.com/es/

Para la creacion del Token se debe de crear primeramente una instancia, una vez generada esta se mostrara como el punto 3.

Una vez creada la instancia proseguimos a gestionarla, se nos desplegara la siguiente imagen, en donde nos pedira sincronizar nuestro whatsapp a la plataforma.

 

 

Pida Ayuda

Puede solicitar ayuda de integración por el chat de pasarelas de SMS.

 

Whatsapp version 2

Ejemplo de integración con "Ultramsg"

El siguiente ejemplo consiste en como llenar el formulario para integrar la plataforma. Este formulario fue llenado conforme a la documentación de la plataforma en Octubre del 2023.

Datos usados en este ejemplo:

1 URL Gateway: https://api.ultramsg.com/<instancia_id>/messages/chat
Reemplaza "<instancia_id>" por el id de tu instancia que asigno ultramsg.

2 Método: POST

3 Headers: 

{
  "Content-Type":"application/x-www-form-urlencoded"
}

4 Data:

{
  "body":"{mensaje}",
  "to":"{destinatario}",
  "token": "reemplaza-este-texto-por-tu-token"
}

 

5 Parametros extra:

{
  "verify":true
}

 

El siguiente ejemplo consiste en como llenar el formulario para integrar la plataforma. Este formulario fue llenado conforme a la documentación de la plataforma en Octubre del 2023.

Datos usados en este ejemplo:

1 URL Gateway: https://automatizadovip.com/api/whatsapp/send

2 Método: POST

3 Headers: 

{
  "Content-Type":"application/json",
  "Api-key":"reemplaza-este-texto-por-tu-api-key"
}

4 Data:

{
  "contact":[
    {
      "message":"{mensaje}",
      "number":"{destinatario}"
    }
  ]
}

 

5 Parametros extra:

{
  "verify":true
}

 

 

 

 

Datos usados en este ejemplo:

1 URL Gateway: https://automatizadovip.com/api/whatsapp/send

2 Método: POST

3 Headers: 

4 Data:

{
 "appkey":"tuappkey",
"authkey":"tuauthkey",
"message":"{mensaje}",
"to":"{destinatario}"
}

5 Parametros extra

Si tiene alguna pregunta o necesita asistencia adicional, no dude en ponerse en contacto con nuestro equipo de soporte a traves del chat en linea.

Pasarelas disponibles para mensajeria SMS

Para usar nexmo se necesita comprar saldo desde su pagina, no es necesario tener un smartphone para enviar los mensajes. Seguir estos pasos para la configuración:

1Registrarse en nexmo

2Obtener Api Key y Secret, ingresar aqui.

Api Keys Nexmo Wisphub

3Ingresar a https://wisphub.net/sms/nexmo/ y completar los datos:

Nexmo Wisphub

Nota

Puede que Nexmo no envie los mensajes al momento. Aveces demora entre 1 a 5 minutos

4Seguir las instrucciones del paso 5 para enviar mensajes.

Información

Hablame.co a actualizado su versión de API para mandar mensajes SMS. Si ya cuenta con datos de Hablame.co registrados en Wisphub puede seguir mandando mensajes con normalidad esto no afectara el envió de sus mensajes. Solo si esta interesado en cambiar su versión de Hablame.co visite el siguiente enlace Hablame.co -Version 2

Para usar Hablame.co se necesita comprar saldo desde su pagina, no es necesario tener un smartphone para enviar los mensajes. Seguir estos pasos para la configuración:

1Ir al siguiente link www.hablame.co/sms/ y seguir los siguientes pasos:

  • 1: Dar clic en Abrir mi cuenta.
  • 2: Llenar el formulario.
  • 3: Seguir los pasos que indica la pagina.

2Obtener accesos de la API

Debes iniciar sesión con tu cuenta en https://ecare.hablame.co/ y despues ir en la a la sección Mensajes de texto - SMS.:

Despues ir a la sección Integreción API.

Agregar la IP

 

3Ingresar a https://wisphub.net/sms/hablame/ y completar los datos:

Una vez recibido los datos del API por correo, copiar y pegar en el siguiente formulario:

4Recargar saldo

Para recargar saldo unicamente tienes que ir al panel de Hablame.co y dar Clic en la sección de recargar saldo.

5Para saber si sus mensajes están siendo enviados ir a la sección de Reportes y despues dar clic en SMS enviados y ahi le mostrara el historial de sus mensaje

Información

Tome en cuenta la siguiente información en caso de enviar mensajes y estos no lleguen a su destinatario. Para mas información consulte Hablame.co

6Seguir las instrucciones del paso 5 para enviar mensajes.

Hablame.co Versión 2

Para esta nueva versión basta con tener una cuenta de Hablame.co, en caso de que sea un usuario nuevo necesitara crear una pero si ya usabas servicios de esta plataforma puedes seguir usando tu usuario y tus paquetes en la segunda versión. Ver mas detalles en el siguiente enlace https://www.hablame.co/ .

1Completar o Actualizar información del formulario de Hablame.co

Si no tienes cuenta en Hablame.co puedes consultar como crear una al inicio de este articulo, en caso de ya estar registrado en Hablame.co basta con hacer lo siguiente.

Si ya tenias información registrada tendrás que agregar solo los campos en rojo. En caso contrario tendrás que completar por completo el formulario, para dudas de como conseguir esos datos puedes consultarlo en la información al inicio de este articulo.

Nuevos datos para la version 2:

  1. Versión del API: Selecciona entre la versión 1 o la versión 2 para enviar mensajes SMS.
  2. Token: Dato generado al crear tu cuenta y puedes consultarlo en el panel de Hablame.co
  3. Configurar notificación:  Opción para verificar si el mensaje llego al celular del receptor, esto genera un costo extra al mensaje por parte de Hablame.co.

Es importarte verificar los datos que ponemos en la activación como el token

1En la pagina de Hablame nos vamos a inicio y entras en la parte de Ver información para desarrollador.

2Nos dará la información para la configuración de la pasarela y debemos de darle click en la imagen del sobre, esto para que llegue a su correo el número de token que irá en Wisphub.

Saldrá un mensaje como a continuación:

En la pagina de hablame en el apartado de SMS debemos dar click.

En la parte de configuración debemos de tener habilitado la opción de Envio habilitado desde IP dinámica ya que de no ser así nos saldrá un error al momento de enviar un mensaje.

Nota

Si usaras la segunda versión tendrás que usar el nuevo panel de Hablame.co; https://ecare2.hablame.co/ , ahí podrás consultar tus datos como ID Cliente, Clave API y Token. Para dudas de donde ver esos datos , consulte https://ecare2.hablame.co/desarrolladores/

Con estos pasos podrás mandar mensajes con la segunda versión de Hablame.co en:

  1. Lista de Clientes
  2. Lista de Facturas
  3. Tareas Periódicas (Para Zona y Cliente)
  4. Acciones Masivas

Para usar la plataforma SMS Masivos se necesita comprar crédito desde la misma, no es necesario tener un Smartphone para enviar los mensajes.

Seguir estos pasos para la configuración:

1Registrarse en SMS Masivos

Para registrarse en SMS Masivos es muy fácil, únicamente tienes que ir al link SMS Masivos y completar el formulario.

2Obtener API Key para enviar mensajes SMS.

Para obtener la API Key se debe ingresar al link https://app.smsmasivos.com.mx/api. Seleccione el apartado de Intregraciones.

Podrá generar una nueva API Key dando click al botón verde

3Ingresar a https://wisphub.net/sms/sms-masivos/ y completar los datos:

Una vez haya generado su API Key debe llenar el siguiente formulario:

4Comprar Crédito

Para comprar crédito en SMS Masivos hay que ir al link https://app.smsmasivos.com.mx/outbound e ingresar la cantidad de créditos que se desee comprar.

Nota

La cantidad mínima para comprar es de 1000 Mensajes.

5Para saber más a detalle acerca de tus mensajes ir a la sección de Reportes https://app.smsmasivos.com.mx/reportes

En esta sección podrás saber si tus mensajes fueron enviados correctamente y si ocurrió algún fallo.

6Seguir las instrucciones del paso 6 para enviar mensajes.

Importante

Sms Masivos solo permite 160 caracteres para el envio de sms 

Para usar la plataforma SMS Masivos se necesita comprar crédito desde la misma, no es necesario tener un Smartphone para enviar mensajes.

¿Que es SMS Masivos.Ar?

Es una plataforma Web autoadministrable para el envío y recepción de Mensajes de Texto, una solución ideal para empresas, instituciones y profesionales que deseen utilizar un nuevo e innovador canal de comunicación con sus clientes, empleados y proveedores.

 

¿En que países operan?

Argentina, Brasil, Chile, Colombia, Ecuador, El Salvador, Guatemala, México, Perú y Uruguay.

¿Cuanto cuesta su servicio?

Todos los precios son en dolares estadounidenses que van desde los 5 dolares dependiendo del país. Para mayor información ir al siguiente link http://www.smsmasivosweb.com/internacional/

¿Cuanto tiempo dura el servicio?

La vigencia de los paquetes es de 90 días.

¿Como contrato SMS Masivos.Ar?

Para poder crear una cuenta es necesario que mande un correo a [email protected] e indicando para que país necesitas el servicio o de igual forma marcar a uno de los números que proporciona la pagina en el siguiente link https://www.smsmasivos.com.ar/#CONTACTO.

Nota

Es importante que tenga en cuenta que solo puede enviar mensaje al país de donde haya contratado el servicio.

Una vez que tenga su usuario y contraseña puede entrar a Wisphub y seguir los siguientes pasos.

1Ingrese a https://wisphub.net/sms/sms-masivos-ar/ y completar los datos.

2Para saber que mensajes se han enviado exitosamente puede ir a http://servicio.smsmasivos.com.ar/ver_sms.asp y verlo en la sección de Listado de mensajes enviados.

3Para saber que mensajes no se pudieron saber por alguna razón puede ir a http://servicio.smsmasivos.com.ar/ver_sms_enviados_errores.asp y verlo en la sección de Últimos errores de mis envíos.

4Seguir las instrucciones del siguiente link https://wisphub.net/documentacion/articulo/enviar-sms-33/ para enviar mensajes.

Para usar la plataforma Envíos SMS se necesita comprar crédito desde la misma, no es necesario tener un Smartphone para enviar mensajes.

¿Que es Envíos SMS?

Es una plataforma Web para el envío de Mensajes, una solución ideal para empresas, instituciones y profesionales que deseen utilizar un nuevo e innovador canal de comunicación con sus clientes, empleados y proveedores.

¿En que países operan?

Argentina, Bolivia, Brasil, Chile, Colombia, Costa Rica, Cuba, Ecuador, El Salvador, Guatemala, Honduras, México, Nicaragua, Panamá, Paraguay, Perú, Puerto Rico, República Dominicana, Uruguay, USA (Estados Unidos) y Venezuela.

Nota

Cada país cuenta con características distintas favor de verificarlas en el siguiente link https://tecsid.com/precios_sms

¿Cuanto cuesta su servicio?

Todos los precios son en dolares estadounidenses que van desde lo 16 dolares. Para mas información puede ir al siguiente link http://www.enviossms.com/precios.htm

¿Como contrato Envíos SMS?

Para contratar el servicio debe seguir los siguientes pasos

1Ir al siguiente link http://www.enviossms.com/precios.htm, después ir hasta la sección de Algunos Planes pre-armados de EnvíosSMS, seleccione el plan que mas le ayude.

 

2 Una vez que haya elegido su plan, lo reenviara a un formulario donde debe poner sus datos para contratar el servicio.

Una vez se haya completado el pago, se le enviara un mensaje a su correo electrónico donde se le otorgara su usuario y contraseña.

Nota

Para ver su panel de control de su cuenta entre a http://virtual.enviossms.com/login/?callback=http%3A%2F%2Fvirtual.enviossms.com%2Fsettings%2Froundabout%3F e ingrese su usuario y contraseña

3 Ingrese a https://wisphub.net/sms/envios-sms/ e ingrese los datos que se le pide.

Nota

Si pone el código el México, solo podrá enviar mensajes a numero de México, de igual forma funciona con los otros países.

4 Si quiere ver un reporte de sus mensajes ha enviado ya sea exitosos o rechazados, puede ir al siguiente link http://virtual.enviossms.com/analyze/dashboard/

4Seguir las instrucciones del siguiente link https://wisphub.net/documentacion/articulo/enviar-sms-33/ para enviar mensajes.

 

¿Cuales son los paquetes de envíos de mensajes y sus precios?

Puede obtener mas información aqui: https://www.pbxhosting.com.mx/billing/cart.php?gid=14

Puede crear una cuenta dentro de la plataforma de PBX Hosting. Esta puede crearse llenando el siguiente  formulario: https://www.pbxhosting.com.mx/sms.php

Una vez llenen el registro ahí, el equipo de ventas de PBX Hosting los contactará para ayudarte en la activación de su cuenta para envíos SMS.

Pasos para la Integración - API v1

1Ingrese al formulario en el apartado de Mensajes:

2 Llene el formulario de integracion de su cuenta de la siguiente forma:

1.- Url Gateway: https://api.portaldesms.com/?
2.- Parámetros: username=user&password=pass&number={destinatario}&message={mensaje}

En el punto 2 debe sustituir el valor de "user" por el usuario de la plataforma de PBX Hosting y en el valor de "pass" la contraseña. No modifique el valor de "destinatario" o el de "mensaje".

3.- Método: Seleccione "GET"
4.- Limite de Carácteres: 160
5.- Codigo de País: El respectivo

NOTA: Deshabilitamos: Usar https y habilitamos el Usar codigo de pais.

Al guardar los datos de la pasarela, puede probar enviando un mensaje personalizado a un cliente desde la lista de clientes.

El resultado del envió del mensaje puede ser visto en la plataforma. Acceda a su cuenta en https://admin.portaldesms.com/dashboard. De click en "Enviar" y luego en "Mostrar Detalle SMS"

Podrá visualizar el estado de envio de cada mensaje.

Pasos para la Integración - API v2

1Ingrese al formulario en el apartado de Mensajes:

2 Llene el formulario de integración de su cuenta de la siguiente forma:

1.- Url Gateway: https://v2.administradorsms.com/api/v1/sms/
2.- Parámetros: message={mensaje}&numbers=[{destinatario}]
3.- Método: Seleccione "POST"
4.- Usar HTTPS: SI
5.- Token de Autorización: Token 12345
6.- Usar Codigo de País: No
7.- Limite de Carácteres: 160

Sustituya el "12345" por el token de su cuenta. Al guardar los datos de la pasarela, puede probar enviando un mensaje personalizado a un cliente desde la lista de clientes.

El resultado del envió del mensaje puede ser visto en la plataforma. Acceda a su cuenta en https://admin.portaldesms.com/dashboard. De click en "Enviar" y luego en "Mostrar Detalle SMS"

Podrá visualizar el estado de envio de cada mensaje.

 

¿Cuales son los paquetes de envíos de mensajes y sus precios?

Puede obtener mas información aqui: https://sms.1980tic.com/settings/accounts/pricing

Contacto

Si eres de algún otro país distinto al de Colombia y deseas trabajar con la plataforma contacte con Sandra Ricon +57 318 3801332 y comenta que eres cliente de WispHub para que te apoye con el precio de tu país.

Puede crear una cuenta dentro de la plataforma de 1980tic. Tendria que contactar con el sitio   para mas información: https://docs.1980tic.us/comenzando/inicio-rapido
Para iniciar sesón en tu cuenta necesitas ingresar aqui: https://sms.1980tic.com/login/

Pasos para la Integración

2 - Llene el formulario de integración de su cuenta de la siguiente forma:

1.- Url Gateway: http://api.messaging-service.com/sms/1/text/single
2.- Parámetros: to={destinatario}&text={mensaje}
No modifique el valor de "destinatario" y el de "mensaje".

3.- Método: Seleccione "POST"

4-Importante en "Token de Autorización"

  • 4.1 El usuario y la contraseña se combinan en una cadena de esta forma: usuario:contraseña .
  • 4.2 La cadena resultante se codifica en Base64, lo puede realizar aqui:https://www.convertstring.com/es/EncodeDecode/Base64Encode

  • 4.3 El método de autorización y un espacio, así: "Basic ", se colocan antes de la cadena codificada.

5.- Limite de Carácteres: 160
6.- Codigo de País: El respectivo

Quedando de esta forma como ejemplo


 

Al guardar los datos de la pasarela, puede probar enviando un mensaje personalizado a un cliente desde la lista de clientes.

1 Debe crear una cuenta dentro de la plataforma.

2 Llene el formulario de la siguiente forma:

1.- Url Gateway: https://masivos.colombiared.com.co/Api/get/send.php?
2.- Parámetros: username=user&password=pass&to={destinatario}&text={mensaje}&from=Wisphub&coding=0&dlr-mask=8

En el punto 2 debe sustituir el valor de "user" por el usuario de la plataforma de WAUSMS y en el valor de "pass" la contraseña. No modifique el valor de "destinatario" o el de "mensaje".

3.- Método: Seleccione "GET"
4.- Content Type: Si la pasarela lo especifica puede agregar es esta seccion el tipo de contenido que espera recibir, por ejemplo: application/json. De lo contrario dejar este campo vacio
5.- Codigo de País: +57

6.- Limite de Carácteres: 160

 

3 Agregue las siguientes IP

  • IP: 107.170.219.187 Subred: /32
  • IP: 192.241.222.19 Subred: /32
  • IP: 192.241.197.180 Subred: /32
  • IP: 198.199.100.231 Subred: /32
  • IP: 142.93.13.171 Subred: /32

Al guardar los datos de la pasarela, puede probar enviando un mensaje personalizado a un cliente desde la lista de clientes.

1 Debe crear una cuenta dentro de la plataforma. Esta puede crearse llenando el siguiente formulario

2 Genere una contraseña para enviar mensajes. Puede hacerlo desde https://dashboard.wausms.com/Users/resetApiPasswordForm

3 Permite el envío de mensajes desde las IP's de Wisphub. Ingrese a https://dashboard.wausms.com/Documentacion/type/http y agregue:

  • IP: 107.170.219.187 Subred: /32
  • IP: 192.241.222.19 Subred: /32
  • IP: 192.241.197.180 Subred: /32
  • IP: 198.199.100.231 Subred: /32
  • IP: 142.93.13.171 Subred: /32

5 Llene el formulario de la siguiente forma:

1.- Url Gateway: https://dashboard.wausms.com/Api/get/send.php?
2.- Parámetros: username=user&password=pass&to={destinatario}&text={mensaje}&from=Wisphub&coding=0&dlr-mask=8

En el punto 2 debe sustituir el valor de "user" por el usuario de la plataforma de WAUSMS y en el valor de "pass" la contraseña que se generó en el punto 2. No modifique el valor de "destinatario" o el de "mensaje".

3.- Método: Seleccione "GET"
4.- Content Type: Si la pasarela lo especifica puede agregar es esta seccion el tipo de contenido que espera recibir, por ejemplo: application/json. De lo contrario dejar este campo vacio
5.- Codigo de País: El respectivo

6.- Limite de Carácteres: 160

 

Al guardar los datos de la pasarela, puede probar enviando un mensaje personalizado a un cliente desde la lista de clientes.

 

El resultado del envió del mensaje puede ser visto en la plataforma. Acceda a su cuenta en https://dashboard.wausms.com/Stats/Globales/SMS.


15 de Noviembre de 2023 a las 17:33 - Visitas: 2942

«

Versiones

Package Nombre Versi贸n
Django 1.10.4
Python 2.7.9
allauth Allauth 0.28.0.final.0
debug_toolbar Debug Toolbar 1.6
django_celery_beat Periodic Tasks 1.1.1..
django_celery_monitor Celery Monitor 1.1.2..
django_celery_results Celery Results 1.0.4..
django_filters Django_Filters 1.1.0
django_mysql MySQL extensions 2.4.1
gunicorn Gunicorn 19.6.0
nocaptcha_recaptcha Nocaptcha_Recaptcha 0.0.19
notifications Notifications 1.4.0
rest_framework Django REST framework 3.8.2
rest_framework_api_key Rest_Framework_Api_Key 0.0.3
storages Storages 1.6.6

Tiempo

Uso de recursos

Recurso Valor
Tiempo en CPU de usuario 1212.000 mseg
Tiempo en CPU del sistema 32.000 mseg
Tiempo total de CPU 1244.000 mseg
Tiempo transcurrido 1302.314 mseg
Cambios de contexto 10 voluntario, 137 involuntario

Distribuci贸n de tiempos de navegador

Timing attribute L铆nea de tiempo Milisegundos desde inicio de la navegaci贸n (+longitud)

Configuraciones en Ahkin.settings

Configuraci贸n Valor
ABSOLUTE_URL_OVERRIDES {}
ACCOUNT_AUTHENTICATION_METHOD 'username_email'
ACCOUNT_EMAIL_REQUIRED True
ACCOUNT_EMAIL_VERIFICATION 'none'
ACCOUNT_FORMS {'login': 'wisp_usuario.forms.NewLoginForm'}
ACCOUNT_ID_PAYU '637014'
ACCOUNT_ID_PAYU_COL '683594'
ACCOUNT_ID_PAYU_PERU '683591'
ACCOUNT_SIGNUP_FORM_CLASS 'wisp_usuario.forms.NewSignupForm'
ACCOUNT_SIGNUP_PASSWORD_ENTER_TWICE u'********************'
ACCOUNT_USERNAME_REQUIRED False
ADMINS [('Fernando', '[email protected]'), ('Raymundo', '[email protected]'), ('Roger', '[email protected]'), ('Daniel', '[email protected]')]
AHKIN_BEAT_HABILITADO True
ALLOWED_HOSTS ['*']
API_KEAP u'********************'
API_KEY u'********************'
API_KEY_FIREBASE u'********************'
API_KEY_PAYU u'********************'
API_NAME u'********************'
APPEND_SLASH True
AUTHENTICATION_BACKENDS ('django.contrib.auth.backends.ModelBackend', 'allauth.account.auth_backends.AuthenticationBackend')
AUTHORIZED_COMPANIES [1, 3486]
AUTHORIZED_USERS []
AUTH_PASSWORD_VALIDATORS u'********************'
AUTH_USER_MODEL u'auth.User'
AWS_ACCESS_KEY_ID u'********************'
AWS_ACCESS_KEY_ID_A u'********************'
AWS_LOCATION 'static'
AWS_S3_CUSTOM_DOMAIN 'wisphub.net'
AWS_S3_OBJECT_PARAMETERS {'CacheControl': 'max-age=86400'}
AWS_SECRET_ACCESS_KEY u'********************'
AWS_SECRET_ACCESS_KEY_A u'********************'
AWS_STORAGE_BUCKET_NAME 'wisphub-media'
BASE_DIR '/var/waps/sitios/ahkin'
BD_DEFAULT 'default'
BD_LOTES {'A': 'default'}
BD_REPLICA 'replica1'
BOTON_PAGO_SIRO 'https://siropagos.bancoroela.com.ar/'
CACHES {'default': {'BACKEND': 'django_redis.cache.RedisCache', 'LOCATION': 'redis://127.0.0.1:6363/1', 'OPTIONS': {'CLIENT_CLASS': 'django_redis.client.DefaultClient', 'PASSWORD': u'********************'}}, 'lote_2': {'BACKEND': 'django_redis.cache.RedisCache', 'LOCATION': 'redis://138.197.68.80:6363/1', 'OPTIONS': {'CLIENT_CLASS': 'django_redis.client.DefaultClient'}}, 'lote_3': {'BACKEND': 'django_redis.cache.RedisCache', 'LOCATION': 'redis://127.0.0.1:6363/1', 'OPTIONS': {'CLIENT_CLASS': 'django_redis.client.DefaultClient', 'PASSWORD': u'********************'}}, 'server_principal': {'BACKEND': 'django_redis.cache.RedisCache', 'LOCATION': 'redis://127.0.0.1:6363/1', 'OPTIONS': {'CLIENT_CLASS': 'django_redis.client.DefaultClient', 'PASSWORD': u'********************'}}}
CACHE_MIDDLEWARE_ALIAS u'default'
CACHE_MIDDLEWARE_KEY_PREFIX u'********************'
CACHE_MIDDLEWARE_SECONDS 600
CELERY_ACCEPT_CONTENT ['json']
CELERY_BEAT_SCHEDULER 'django_celery_beat.schedulers:DatabaseScheduler'
CELERY_BROKER_URL 'redis://:d4672bd5671c647e5c1bee9c059309ac4455ad08@localhost:6363'
CELERY_RESULT_BACKEND 'django-db'
CELERY_TASK_RESULT_EXPIRES 604800
CELERY_TASK_SERIALIZER 'json'
CELERY_TIMEZONE 'America/Cancun'
CKEDITOR_CONFIGS {'comentarios': {'toolbar': [{'items': ['Bold', 'Italic', 'Underline'], 'name': 'basicstyles'}, {'items': ['Format'], 'name': 'styles'}, {'items': ['TextColor', 'BGColor'], 'name': 'colors'}, {'items': ['NumberedList', 'BulletedList'], 'name': 'paragraph'}, {'items': ['Link', 'Unlink', 'Anchor'], 'name': 'links'}, {'items': ['Preview', 'Maximize'], 'name': 'yourcustomtools'}, {'items': ['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo'], 'name': 'clipboard'}], 'width': '100%'}, 'contrato': {'allowedContent': True, 'extraPlugins': 'uploadimage', 'filebrowserBrowseUrl': '', 'height': '920', 'removePlugins': 'stylesheetparser', 'toolbar': [{'items': ['Source', '-', 'Preview', 'Print', '-'], 'name': 'document'}, {'items': ['Bold', 'Italic', 'Underline'], 'name': 'basicstyles'}, {'items': ['Format'], 'name': 'styles'}, {'items': ['TextColor', 'BGColor'], 'name': 'colors'}, {'items': ['Image'], 'name': 'insert'}, {'items': ['NumberedList', 'BulletedList'], 'name': 'paragraph'}, {'items': ['Link', 'Unlink', 'Anchor'], 'name': 'links'}, {'items': ['Preview', 'Maximize'], 'name': 'yourcustomtools'}, {'items': ['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo'], 'name': 'clipboard'}], 'width': '100%'}, 'default': {'allowedContent': True, 'autoParagraph': False, 'basicEntities': False, 'entities': False, 'entities_greek ': False, 'entities_latin': False, 'filebrowserBrowseUrl': '', 'fullPage': True, 'height': '420', 'removePlugins': 'stylesheetparser', 'toolbar': 'full', 'width': '100%'}, 'documentacion': {'allowedContent': True, 'extraPlugins': 'uploadimage', 'filebrowserBrowseUrl': '', 'height': '420', 'removePlugins': 'stylesheetparser', 'toolbar': 'full', 'width': '100%'}, 'ticket': {'allowedContent': True, 'extraPlugins': 'uploadimage,checklistTemplatesResidencial', 'filebrowserBrowseUrl': '', 'height': '150px', 'toolbar': [{'items': ['Bold', 'Italic', 'Underline'], 'name': 'basicstyles'}, {'items': ['Format'], 'name': 'styles'}, {'items': ['TextColor', 'BGColor'], 'name': 'colors'}, {'items': ['Image', 'DynamicTemplates'], 'name': 'insert'}, {'items': ['NumberedList', 'BulletedList'], 'name': 'paragraph'}, {'items': ['Link', 'Unlink', 'Anchor'], 'name': 'links'}, {'items': ['Preview', 'Maximize'], 'name': 'yourcustomtools'}, {'items': ['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo'], 'name': 'clipboard'}], 'width': '100%'}, 'ticket_admin': {'allowedContent': True, 'extraPlugins': 'htmlwriter,checklistTemplates,uploadimage', 'filebrowserBrowseUrl': '', 'height': '150px', 'removePlugins': 'stylesheetparser', 'toolbar': [{'items': ['Bold', 'Italic', 'Underline', 'Strike'], 'name': 'basicstyles'}, {'items': ['Format'], 'name': 'styles'}, {'items': ['TextColor', 'BGColor'], 'name': 'colors'}, {'items': ['Image', 'Link', 'Unlink', 'Table', 'ChecklistBasic', 'ChecklistMaintenance', 'ChecklistDiagnostic', 'InternalNotes', 'CustomChecklist', 'DynamicTemplates'], 'name': 'insert'}, {'items': ['NumberedList', 'BulletedList', 'Outdent', 'Indent'], 'name': 'paragraph'}, {'items': ['Source'], 'name': 'html'}, {'items': ['Preview', 'Maximize'], 'name': 'yourcustomtools'}, {'items': ['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo'], 'name': 'clipboard'}], 'width': '100%'}, 'ticket_checklist': {'allowedContent': True, 'extraPlugins': 'uploadimage', 'filebrowserBrowseUrl': '', 'height': '250px', 'removePlugins': 'stylesheetparser', 'toolbar': [{'items': ['Source'], 'name': 'html'}, {'items': ['Bold', 'Italic', 'Underline', 'Strike'], 'name': 'basicstyles'}, {'items': ['Format'], 'name': 'styles'}, {'items': ['TextColor', 'BGColor'], 'name': 'colors'}, {'items': ['Image', 'Link', 'Unlink', 'Checkbox', 'ChecklistBasic', 'ChecklistMaintenance', 'ChecklistDiagnostic', 'InternalNotes', 'CustomChecklist', 'DynamicTemplates'], 'name': 'insert'}, {'items': ['NumberedList'], 'name': 'paragraph'}, {'items': ['Preview', 'Maximize'], 'name': 'yourcustomtools'}, {'items': ['Undo', 'Redo'], 'name': 'clipboard'}], 'width': '100%'}}
CKEDITOR_IMAGE_BACKEND 'pillow'
CKEDITOR_RESTRICT_BY_USER True
CKEDITOR_UPLOAD_PATH 'uploadsCKEditor/'
CLIENTE_SENTRY 'https://02540cd26e6443748cbc0b4dae03471d:[email protected]/1236816'
CONEXION_IPS_TS 'ips'
CONEXION_TIMESCALE_DEFAULT 'default'
CONSULTA_PAGOS_SIRO 'https://apisiro.bancoroela.com.ar/'
CREATE_SUBDOMAINS False
CRONJOBS [('5 1-11 * * *', 'wisp_empresa.tasks.clear_celery_task_results', [9000], {}, '>> /var/log/clear_celery_task_results.log 2>&1')]
CSRF_COOKIE_AGE 31449600
CSRF_COOKIE_DOMAIN None
CSRF_COOKIE_HTTPONLY False
CSRF_COOKIE_NAME u'csrftoken'
CSRF_COOKIE_PATH u'/'
CSRF_COOKIE_SECURE False
CSRF_FAILURE_VIEW u'django.views.csrf.csrf_failure'
CSRF_HEADER_NAME u'HTTP_X_CSRFTOKEN'
CSRF_TRUSTED_ORIGINS []
DASHBOARD_MONITOR_ENDPOINT 'https://admin.djangobase.net/monitor/webhook/'
DATABASES {'default': {'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_MAX_AGE': 0, 'ENGINE': 'django.db.backends.mysql', 'HOST': '127.0.0.1', 'NAME': 'bdahkin', 'OPTIONS': {}, 'PASSWORD': u'********************', 'PORT': '', 'TEST': {'CHARSET': None, 'COLLATION': None, 'MIRROR': None, 'NAME': None}, 'TIME_ZONE': None, 'USER': 'ahkin'}, 'replica1': {'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_MAX_AGE': 0, 'ENGINE': 'django.db.backends.mysql', 'HOST': '127.0.0.1', 'NAME': 'bdahkin', 'OPTIONS': {}, 'PASSWORD': u'********************', 'PORT': '', 'TEST': {'CHARSET': None, 'COLLATION': None, 'MIRROR': None, 'NAME': None}, 'TIME_ZONE': None, 'USER': 'ahkin'}}
DATABASES_TIMESCALE {'default': {'DBNAME': 'trafico_wisphub', 'HOST': '165.227.180.0', 'PASSWORD': u'********************', 'USER': 'ahkin_trafico'}}
DATABASE_ROUTERS []
DATA_UPLOAD_MAX_MEMORY_SIZE 2621440
DATA_UPLOAD_MAX_NUMBER_FIELDS 1024
DATETIME_FORMAT u'N j, Y, P'
DATETIME_INPUT_FORMATS [u'%Y-%m-%d %H:%M:%S', u'%Y-%m-%d %H:%M:%S.%f', u'%Y-%m-%d %H:%M', u'%Y-%m-%d', u'%m/%d/%Y %H:%M:%S', u'%m/%d/%Y %H:%M:%S.%f', u'%m/%d/%Y %H:%M', u'%m/%d/%Y', u'%m/%d/%y %H:%M:%S', u'%m/%d/%y %H:%M:%S.%f', u'%m/%d/%y %H:%M', u'%m/%d/%y']
DATE_FORMAT u'N j, Y'
DATE_INPUT_FORMATS [u'%Y-%m-%d', u'%m/%d/%Y', u'%m/%d/%y', u'%b %d %Y', u'%b %d, %Y', u'%d %b %Y', u'%d %b, %Y', u'%B %d %Y', u'%B %d, %Y', u'%d %B %Y', u'%d %B, %Y']
DB_DEFAULT_KEY u'********************'
DB_REPLICA_KEY u'********************'
DEBUG True
DEBUG_PROPAGATE_EXCEPTIONS False
DEBUG_TOOLBAR_CONFIG {'INTERCEPT_REDIRECTS': False}
DEBUG_TOOLBAR_PANELS ['debug_toolbar.panels.versions.VersionsPanel', 'debug_toolbar.panels.timer.TimerPanel', 'debug_toolbar.panels.settings.SettingsPanel', 'debug_toolbar.panels.headers.HeadersPanel', 'debug_toolbar.panels.request.RequestPanel', 'debug_toolbar.panels.sql.SQLPanel', 'debug_toolbar.panels.staticfiles.StaticFilesPanel', 'debug_toolbar.panels.templates.TemplatesPanel', 'debug_toolbar.panels.cache.CachePanel', 'debug_toolbar.panels.signals.SignalsPanel', 'debug_toolbar.panels.logging.LoggingPanel', 'debug_toolbar.panels.redirects.RedirectsPanel']
DECIMAL_SEPARATOR u'.'
DEFAULT_CHARSET u'utf-8'
DEFAULT_CONTENT_TYPE u'text/html'
DEFAULT_EXCEPTION_REPORTER_FILTER u'django.views.debug.SafeExceptionReporterFilter'
DEFAULT_FILE_STORAGE 'wisp_cliente.storage_backends.MediaStorage'
DEFAULT_FROM_EMAIL '[email protected]'
DEFAULT_INDEX_TABLESPACE u''
DEFAULT_TABLESPACE u''
DISALLOWED_USER_AGENTS []
DJANGO_MYSQL_REWRITE_QUERIES True
DJANGO_NOTIFICATIONS_CONFIG {'USE_JSONFIELD': True}
DOMINIO_FICHAS_HOTSPOT 'https://fichas.wisphub.net'
ELASTICSEARCH_HOST '172.27.160.5:9200'
ELASTICSEARCH_PASSWORD u'********************'
ELASTICSEARCH_USER 'ahkin'
EMAIL_BACKEND 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_CONTACTO '[email protected]'
EMAIL_HOST 'email-smtp.us-east-1.amazonaws.com'
EMAIL_HOST_PASSWORD u'********************'
EMAIL_HOST_USER 'AKIA5YIMLR4VAQRHV7YD'
EMAIL_PORT 587
EMAIL_SSL_CERTFILE None
EMAIL_SSL_KEYFILE u'********************'
EMAIL_SUBJECT_PREFIX u'[Django] '
EMAIL_TIMEOUT None
EMAIL_USE_SSL False
EMAIL_USE_TLS True
ENABLE_LOGS_ELASTICSEARCH_VERSION False
ENABLE_LOGS_MYSQL8_VERSION False
ENABLE_SENTRY False
ENDPOINT_AFIP 'https://servicios1.afip.gov.ar/wsfev1/service.asmx?WSDL'
ENDPOINT_AFIP_LOGIN 'https://wsaa.afip.gov.ar/ws/services/LoginCms?wsdl'
ENDPOINT_BANCOS_SYPAGO 'https://pruebas.app.sypago.net:8086/api/v1/banks'
ENDPOINT_BASE_SYPAGO 'https://pruebas.app.sypago.net:8086'
ENDPOINT_CONFIRMAR_OTP 'https://pruebas.app.sypago.net:8086/api/v1/transaction/otp'
ENDPOINT_EBANX 'https://sandbox.ebanxpay.com/ws/'
ENDPOINT_FLOW 'https://sandbox.flow.cl/api'
ENDPOINT_OPENPAY 'https://sandbox-api.openpay.mx'
ENDPOINT_RESOLVE_IP ''
ENDPOINT_SANDBOX_WEBPAY_API u'********************'
ENDPOINT_SIRO 'https://apisesion.bancoroela.com.ar/'
ENDPOINT_SOLICITAR_OTP 'https://pruebas.app.sypago.net:8086/api/v1/request/otp'
ENDPOINT_STRIPE 'https://stripe.wisphub.net'
ENDPOINT_WEBPAY 'https://webpay.wisphub.net'
ENDPOINT_WEBPAY_API u'********************'
END_POINT_INFLUX_2 ''
ENVIAR_TAREAS_NO_EJECUTADAS True
FACTURAS_CHUNK 4000
FERNET_SECRET_KEY u'********************'
FILE_CHARSET u'utf-8'
FILE_UPLOAD_DIRECTORY_PERMISSIONS None
FILE_UPLOAD_HANDLERS [u'django.core.files.uploadhandler.MemoryFileUploadHandler', u'django.core.files.uploadhandler.TemporaryFileUploadHandler']
FILE_UPLOAD_MAX_MEMORY_SIZE 2621440
FILE_UPLOAD_PERMISSIONS None
FILE_UPLOAD_TEMP_DIR None
FINKOK {'AUTH': {'PASS': u'********************', 'USER': 'pedro'}, 'RESELLER': {'PASS': u'********************', 'USER': 'pedro'}, 'WS': 'http://demo-facturacion.finkok.com/servicios/soap/{}.wsdl'}
FIRST_DAY_OF_WEEK 0
FIXTURE_DIRS []
FORCE_SCRIPT_NAME None
FORMAS_PAGO_SAT []
FORMAT_MODULE_PATH None
FROM_EMAIL 'Notificaciones Wisphub <[email protected]>'
HEADERS_INFLUX_2 {}
ID_CLIENT_SENDPULSE ''
ID_EMPRESA_WISPHUB 3486
ID_EMPRESA_WISPHUB_PAYU 3486
IGNORABLE_404_URLS []
INSTALLED_APPS ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.sites', 'django.contrib.humanize', 'wisp', 'wisp_usuario', 'wisp_factura', 'wisp_ticket', 'wisp_docs', 'wisp_empresa', 'wisp_cliente', 'wisp_fichas', 'wisp_sistema', 'wisp_celery', 'wisp_finanzas', 'wisp_almacen', 'wisp_registro', 'wisp_facturacion', 'wisp_ajustes', 'wisp_olt', 'allauth', 'allauth.account', 'widget_tweaks', 'stdimage', 'gunicorn', 'django_celery_beat', 'django_celery_results', 'ckeditor', 'ckeditor_uploader', 'django_countries', 'multiselectfield', 'django_celery_monitor', 'storages', 'openpay', 'django_crontab', 'nocaptcha_recaptcha', 'notifications', 'django_mysql', 'rest_framework', 'rest_framework_api_key', 'django_filters', 'martor', 'debug_toolbar']
INTERFAZ_VPN 'ovpn'
INTERNAL_IPS ('127.0.0.1',)
IPS_SERVERS_CORTE ['192.241.222.19', '107.170.255.167', 'servers-corte.wisphub.net']
IPS_SERVERS_WISPHUB ['192.241.222.19', '169.254.0.0/16']
IPS_WISPHUB []
IP_INFLUX2 ''
IP_INFLUXDB 'adminolttest.com'
KEY_AUTHORIZATION_AHKIN_STRIPE u'********************'
KEY_AUTHORIZATION_AHKIN_WEBPAY u'********************'
KUSHKI_AMBIENTE '1'
LANGUAGES [(u'af', u'Afrikaans'), (u'ar', u'Arabic'), (u'ast', u'Asturian'), (u'az', u'Azerbaijani'), (u'bg', u'Bulgarian'), (u'be', u'Belarusian'), (u'bn', u'Bengali'), (u'br', u'Breton'), (u'bs', u'Bosnian'), (u'ca', u'Catalan'), (u'cs', u'Czech'), (u'cy', u'Welsh'), (u'da', u'Danish'), (u'de', u'German'), (u'dsb', u'Lower Sorbian'), (u'el', u'Greek'), (u'en', u'English'), (u'en-au', u'Australian English'), (u'en-gb', u'British English'), (u'eo', u'Esperanto'), (u'es', u'Spanish'), (u'es-ar', u'Argentinian Spanish'), (u'es-co', u'Colombian Spanish'), (u'es-mx', u'Mexican Spanish'), (u'es-ni', u'Nicaraguan Spanish'), (u'es-ve', u'Venezuelan Spanish'), (u'et', u'Estonian'), (u'eu', u'Basque'), (u'fa', u'Persian'), (u'fi', u'Finnish'), (u'fr', u'French'), (u'fy', u'Frisian'), (u'ga', u'Irish'), (u'gd', u'Scottish Gaelic'), (u'gl', u'Galician'), (u'he', u'Hebrew'), (u'hi', u'Hindi'), (u'hr', u'Croatian'), (u'hsb', u'Upper Sorbian'), (u'hu', u'Hungarian'), (u'ia', u'Interlingua'), (u'id', u'Indonesian'), (u'io', u'Ido'), (u'is', u'Icelandic'), (u'it', u'Italian'), (u'ja', u'Japanese'), (u'ka', u'Georgian'), (u'kk', u'Kazakh'), (u'km', u'Khmer'), (u'kn', u'Kannada'), (u'ko', u'Korean'), (u'lb', u'Luxembourgish'), (u'lt', u'Lithuanian'), (u'lv', u'Latvian'), (u'mk', u'Macedonian'), (u'ml', u'Malayalam'), (u'mn', u'Mongolian'), (u'mr', u'Marathi'), (u'my', u'Burmese'), (u'nb', u'Norwegian Bokm\xe5l'), (u'ne', u'Nepali'), (u'nl', u'Dutch'), (u'nn', u'Norwegian Nynorsk'), (u'os', u'Ossetic'), (u'pa', u'Punjabi'), (u'pl', u'Polish'), (u'pt', u'Portuguese'), (u'pt-br', u'Brazilian Portuguese'), (u'ro', u'Romanian'), (u'ru', u'Russian'), (u'sk', u'Slovak'), (u'sl', u'Slovenian'), (u'sq', u'Albanian'), (u'sr', u'Serbian'), (u'sr-latn', u'Serbian Latin'), (u'sv', u'Swedish'), (u'sw', u'Swahili'), (u'ta', u'Tamil'), (u'te', u'Telugu'), (u'th', u'Thai'), (u'tr', u'Turkish'), (u'tt', u'Tatar'), (u'udm', u'Udmurt'), (u'uk', u'Ukrainian'), (u'ur', u'Urdu'), (u'vi', u'Vietnamese'), (u'zh-hans', u'Simplified Chinese'), (u'zh-hant', u'Traditional Chinese')]
LANGUAGES_BIDI [u'he', u'ar', u'fa', u'ur']
LANGUAGE_CODE 'es-mx'
LANGUAGE_COOKIE_AGE None
LANGUAGE_COOKIE_DOMAIN None
LANGUAGE_COOKIE_NAME u'django_language'
LANGUAGE_COOKIE_PATH u'/'
LIST_EMAILS [{'from': 'Notificaciones Wisphub <[email protected]>', 'host': 'smtp.gmail.com', 'pass': 'hizktsmwdjwwmjgk', 'port': 587, 'use_ssl': False, 'use_tls': True, 'user': '[email protected]'}]
LOCALE_PATHS []
LOCAL_DOMAIN 'nyc.wisphub.net'
LOGGING {'disable_existing_loggers': False, 'filters': {'require_debug_false': {'()': 'django.utils.log.RequireDebugFalse'}}, 'handlers': {'file': {'class': 'logging.FileHandler', 'filename': '/var/waps/sitios/ahkin/.logs/django/views.log', 'level': 'DEBUG'}}, 'loggers': {'django.db.backends': {'handlers': ['file'], 'level': 'DEBUG'}}, 'version': 1}
LOGGING_CONFIG u'logging.config.dictConfig'
LOGIN_REDIRECT_URL '/panel/'
LOGIN_URL u'/accounts/login/'
LOGOUT_REDIRECT_URL None
LOTE_ACTUAL 'A'
LOTE_A_KEY u'********************'
LOTE_B_KEY u'********************'
LOTE_CREATE 'A'
LOTE_C_KEY u'********************'
LOTE_PRINCIPAL 'A'
MANAGERS []
MEDIAFILES_LOCATION 'media'
MEDIA_ROOT 'https://wisphub.net/media/'
MEDIA_URL 'https://wisphub.net/media/'
MERCHANT_ID '634618'
MESSAGE_STORAGE u'django.contrib.messages.storage.fallback.FallbackStorage'
MESSAGE_TAGS {10: 'alert-info', 20: 'alert-info', 25: 'alert-success', 30: 'alert-warning', 35: 'alert-warning-wisphub', 40: 'alert-danger'}
MIDDLEWARE ['django.middleware.security.SecurityMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware', 'Ahkin.middleware.BloqueoEmpresasMiddleware', 'async_messages.middleware.AsyncMiddleware', 'debug_toolbar.middleware.DebugToolbarMiddleware', 'Ahkin.middleware.NonHtmlDebugToolbarMiddleware']
MIDDLEWARE_CLASSES [u'django.middleware.common.CommonMiddleware', u'django.middleware.csrf.CsrfViewMiddleware']
MIGRATION_MODULES {}
MONITOR_IGNORED_TASKS ['wisp_empresa.tasks.create_log_empresa_task', 'wisp_empresa.tasks.bulk_create_log_empresa_task']
MONTH_DAY_FORMAT u'F j'
MULTIPLES_WORKES ['baja_prioridad']
NAME_ANSWER '167.172.246.245'
NAME_DOMAIN 'wisphub.io'
NAME_TOKEN u'********************'
NAME_TOKEN_WISPHUB u'********************'
NAME_USER 'reinh4rdt'
NAME_USER_WISPHUB 'oortega'
NORECAPTCHA_SECRET_KEY u'********************'
NORECAPTCHA_SITE_KEY u'********************'
NOTIFICACIONES_EMAILS ['[email protected]', '[email protected]']
NOTIFICATIONS_NOTIFICATION_MODEL 'notifications.Notification'
NUEVO_SERVIDOR_SRI True
NUMBER_GROUPING 0
ORGANIZATION_INFLUX2 ''
PASARELA_PAGOS_LIBRES ['openpay', 'ahkinpagos']
PASSWORD_HASHERS u'********************'
PASSWORD_RESET_TIMEOUT_DAYS u'********************'
PASS_INFLUX u'********************'
PASS_INFLUX2 u'********************'
PAYPAL_ENDPOINT 'https://www.paypal.com/cgi-bin/webscr'
PAYPAL_IPN_ENDPOINT 'https://ipnpb.paypal.com/cgi-bin/webscr'
PAYU_ENDPOINT 'https://gateway.payulatam.com/ppp-web-gateway'
PORTAL_CLIENTE 'portalinternet.io'
PORT_INFLUX 8086
PREPEND_WWW False
PRICE_INCREASE_DATE '2024-04-16'
PRUEBAS_EPAYCO True
PUBLIC_KEY_EBANX u'********************'
PUBLIC_KEY_STRIPE u'********************'
QUEUES_WORKERS ['mikrotik', 'clientes', 'morosos']
RANGOS_VPN_WISPHUB {1: {'dominio_vpn_servidor': 'vpn1.wisphub.net', 'ip_vpn_red': '192.168.32.0/19', 'ip_vpn_servidor': '192.168.63.0/24', 'vpc_servers': '172.29.224.0/24'}}
RAVEN_CONFIG {'environment': 'staging'}
REDIS_DB 1
REPLY_TO ['[email protected]', '[email protected]', '[email protected]']
REST_FRAMEWORK {'DEFAULT_AUTHENTICATION_CLASSES': [], 'DEFAULT_FILTER_BACKENDS': ('django_filters.rest_framework.DjangoFilterBackend',), 'DEFAULT_PAGINATION_CLASS': 'wisp_usuario.api.permissions.WHLimitOffsetPagination', 'DEFAULT_PARSER_CLASSES': ('rest_framework.parsers.JSONParser', 'rest_framework.parsers.MultiPartParser'), 'DEFAULT_PERMISSION_CLASSES': ['wisp_usuario.api.permissions.HasAPIKey'], 'DEFAULT_RENDERER_CLASSES': ('rest_framework.renderers.JSONRenderer',), 'DEFAULT_THROTTLE_CLASSES': ['wisp_empresa.api.utils.LoggingScopedRateThrottle'], 'PAGE_SIZE': 300}
RFC_EMPRESA_EXTRANJERA 'XEXX010101000'
ROOT_URLCONF 'Ahkin.urls'
SECRET_KEY u'********************'
SECRET_KEY_EBANX u'********************'
SECRET_KEY_SENDPULSE u'********************'
SECRET_KEY_STRIPE u'********************'
SECURE_BROWSER_XSS_FILTER False
SECURE_CONTENT_TYPE_NOSNIFF False
SECURE_HSTS_INCLUDE_SUBDOMAINS False
SECURE_HSTS_SECONDS 0
SECURE_PROXY_SSL_HEADER None
SECURE_REDIRECT_EXEMPT []
SECURE_SSL_HOST None
SECURE_SSL_REDIRECT False
SENDPULSE_ACTIVO False
SERVER_BAJA_PRIORIDAD 'nyc2.wisphub.net'
SERVER_CACHE_LOTE_B 'lote_2'
SERVER_CACHE_LOTE_C 'lote_3'
SERVER_CACHE_PRINCIPAL 'server_principal'
SERVER_EMAIL 'Notificaciones Wisphub <[email protected]>'
SERVIDOR1_CORTE '192.241.222.19'
SERVIDOR2_CORTE '107.170.255.167'
SESSION_CACHE_ALIAS u'default'
SESSION_COOKIE_AGE 1209600
SESSION_COOKIE_DOMAIN None
SESSION_COOKIE_HTTPONLY True
SESSION_COOKIE_NAME u'sessionid'
SESSION_COOKIE_PATH u'/'
SESSION_COOKIE_SECURE False
SESSION_ENGINE u'django.contrib.sessions.backends.db'
SESSION_EXPIRE_AT_BROWSER_CLOSE False
SESSION_FILE_PATH None
SESSION_SAVE_EVERY_REQUEST False
SESSION_SERIALIZER u'django.contrib.sessions.serializers.JSONSerializer'
SETTINGS_MODULE u'Ahkin.settings'
SHORT_DATETIME_FORMAT u'm/d/Y P'
SHORT_DATE_FORMAT u'm/d/Y'
SIGNING_BACKEND u'django.core.signing.TimestampSigner'
SILENCED_SYSTEM_CHECKS []
SITE_ID 1
SNID_FINKOK 'SN09960849'
SRI_AMBIENTE '1'
SRI_URLS ['http://192.241.214.48:8080/']
STATICFILES_DIRS ('/var/waps/sitios/ahkin/static',)
STATICFILES_FINDERS ('django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder')
STATICFILES_STORAGE 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
STATIC_ROOT '/var/waps/sitios/estaticos_sitios/ahkin_estaticos'
STATIC_URL '/static/'
STP_URL 'https://stp.wisphub.net'
SUBDOMINIO_MIRECAUDO 'https://api.mirecaudo.com/'
TEMPLATES [{'APP_DIRS': True, 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': ['/var/waps/sitios/ahkin/templates'], 'OPTIONS': {'context_processors': ['django.template.context_processors.debug', 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages', 'django.template.context_processors.request', 'Ahkin.context_processors.datos_globales']}}]
TEST_NON_SERIALIZED_APPS []
TEST_RUNNER u'django.test.runner.DiscoverRunner'
THOUSAND_SEPARATOR u','
TIME_FORMAT u'P'
TIME_INPUT_FORMATS [u'%H:%M:%S', u'%H:%M:%S.%f', u'%H:%M']
TIME_ZONE 'America/Cancun'
TOKEN_INFLUX2 u'********************'
TOKEN_USER_JENKINS u'********************'
URL_AHKIN_BANXICO 'https://bdm.wisphub.net/api'
URL_API_DOC u'********************'
URL_FIRMA_FINKOK 'https://manifiesto.cfdiquadrum.com.mx:8008/servicios/soap/firmar.wsdl'
URL_JENKINS ''
URL_LOTES {'A': 'nyc.wisphub.net'}
URL_SHORTENER 'http://ahkinshortener.io/shorten/'
USER_INFLUX 'admin'
USER_JENKIS ''
USE_ETAGS False
USE_I18N True
USE_L10N True
USE_THOUSAND_SEPARATOR False
USE_TZ True
USE_X_FORWARDED_HOST False
USE_X_FORWARDED_PORT False
VPN1 1
VPN_ACTIVA 1
VPN_CON_POLITICA_RUTEO []
WARNING_WISPHUB 35
WEBHOOK_AHKIN_BANXICO_SECRET_KEY u'********************'
WHATSAPP_API_KEY u'********************'
WHATSAPP_GROUP_ID '[email protected]'
WHATSAPP_URL 'https://wisphub.crminbox.io/api/devices/8/messages/'
WORKERS ['mikrotik@worker', 'clientes@worker', 'morosos@worker', 'facturas_user_s14@worker', 'facturas_zona_s14@worker']
WORKERS_RESPALDO_S7 ['facturas_user_s14@worker', 'facturas_zona_s14@worker']
WSGI_APPLICATION 'Ahkin.wsgi.application'
X_FRAME_OPTIONS u'SAMEORIGIN'
YEAR_MONTH_FORMAT u'F Y'

Encabezados

Encabezados de peticiones

Clave Valor
Accept */*
Accept-Encoding gzip, br
Cdn-Loop cloudflare; loops=1
Cf-Connecting-Ip 216.73.216.185
Cf-Ipcountry US
Cf-Ray 97d137e8ff2c6c1b-EWR
Cf-Visitor {"scheme":"https"}
Connection close
Cookie => see Request panel
Host nyc.wisphub.net
Referer https://nyc.wisphub.net/documentacion/articulo/smsv2-461
User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
X-Forwarded-For 216.73.216.185, 172.70.230.90
X-Forwarded-Proto https
X-Real-Ip 172.70.230.90

Encabezados de respuesta

Clave Valor
Content-Type text/html; charset=utf-8

Entorno WSGI

Ya que el entorno WSGI hereda el entorno del servidor, solo un subconjunto significativo es mostrado m谩s abajo.

Clave Valor
PATH_INFO /documentacion/articulo/smsv2-461/
QUERY_STRING
REMOTE_ADDR 127.0.0.1
REQUEST_METHOD GET
SCRIPT_NAME
SERVER_NAME 127.0.0.1
SERVER_PORT 8889
SERVER_PROTOCOL HTTP/1.0
SERVER_SOFTWARE gunicorn/19.6.0

Petici贸n

Informaci贸n de Vista

Funci贸n vista Argumentos Argumentos por palabra clave Nombre de direcci贸n URL
wisp_docs.views.ver_post_articulo (u'smsv2', u'461') {} ver_post_articulo

Cookies

Variable Valor
'csrftoken' 'zqqa1NzYfbt9qH7HLhZr2ZuHN3uCYOCpig0bwAq09P9tducyvpdx3445H1mNCFiZ'

Sin datos de sesi贸n

Sin datos GET

Sin datos POST

SQL queries from 1 connection

  •   default 117.19 ms (6 consultas )
  Query L铆nea de tiempo Tiempo (ms) Acci贸n
  +
1.45832443243%
1.71

Conexi贸n: default

/var/waps/entornos/ahkin/bin/gunicorn in <module>(11)
  sys.exit(run())
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py in run(74)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/app/base.py in run(192)
  super(Application, self).run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in run(189)
  self.manage_workers()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in manage_workers(524)
  self.spawn_workers()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in spawn_workers(590)
  self.spawn_worker()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in spawn_worker(557)
  worker.init_process()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/base.py in init_process(132)
  self.run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in run(124)
  self.run_for_one(timeout)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in run_for_one(68)
  self.accept(listener)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in accept(30)
  self.handle(listener, client, addr)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in handle(135)
  self.handle_request(listener, req, client, addr)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in handle_request(176)
  respiter = self.wsgi(environ, resp.start_response)
/var/waps/sitios/ahkin/wisp_docs/views.py in ver_post_articulo(132)
  post = PostArticle.objects.get(url_seo=slug, id=id)
  +
UPDATE `wisp_docs_postarticle` SET `titulo` = 'SMS (Mensajeria)', `resumen` = '', `noticia` = '<style type=\"text/css\">.center {\r\n display: block;\r\n margin: 0 auto;\r\n }\r\n\r\n .markdown {\r\n color: #00C492;\r\n }\r\n\r\n a.btnwhite {\r\n color: white !important;\r\n }\r\n</style>\r\n<h2 id=\"requisitos-mensajes\">Requisitos para enviar mensajes</h2>\r\n\r\n<p>Para enviar notificaci&oacute;n el <strong>cliente</strong> debe tener un<strong> telefono celular </strong>con el formato nacional, solo numero y sin codigo de pais. Ej: <strong>9998887777. </strong>Tamb&iacute;en la opci&oacute;n <strong>Enviar avisos SMS. </strong>Esto se configura desde la <strong>informaci&oacute;n adicional del cliente.</strong></p>\r\n\r\n<p><img alt=\"Requisitos SMS - WispHub\" src=\"/media/uploadsCKEditor/ahkinpya/2017/08/24/requisitos-sms.png\" /></p>\r\n\r\n<p>Cuando se generan facturas automaticamente por<strong> zona o cliente</strong>, se enviara recordatorio de pago si tiene activada esta opci&oacute;n:<br />\r\n<img alt=\"Requisitos SMS zona - WispHub\" src=\"/media/uploadsCKEditor/ahkinpya/2017/08/24/requisitos-sms-2-wisphub.png\" /></p>\r\n\r\n<p>Esto se configura en la zona.</p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Nota</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Solo editar esta opci&oacute;n desde Facturaci&oacute;n, Si el cliente tiene su fecha de corte diferente a la zona.</div>\r\n</div>\r\n\r\n<h2 id=\"crm-inbox\">CRMInbox</h2>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2023/10/14/crminbox.png\" /></p>\r\n\r\n<p>Se ha a&ntilde;adido una nueva opci&oacute;n para mensajer&iacute;a de texto v&iacute;a <strong>Whatsapp</strong>, en esta secci&oacute;n podr&aacute;s colocar los datos de la API de Whatsapp de tu cuenta de <strong>CRMInbox</strong>. Puedes crear tu cuenta siguiendo este<a href=\"https://crminbox.io/\" target=\"_blank\"> link.</a></p>\r\n\r\n<p>La aplicaci&oacute;n le permite enviar mensajes de Whatsapp a m&uacute;ltiples n&uacute;meros telef&oacute;nicos, esto al escanear un C&oacute;digo QR<br />\r\ndentro del sistema en el apartado de Dispositivos.</p>\r\n\r\n<p>Para implementarlo en WispHub es necesario seguir los siguientes pasos:</p>\r\n\r\n<p>1. Acceder al apartado <strong>Ajustes &gt; SMS&nbsp;</strong>y seleccionar la opcion de&nbsp;<strong>Whatsapp Generico</strong></p>\r\n\r\n<p><a href=\"https://wisphub.net/media/uploadsCKEditor/manuel%40wisphub/2022/05/30/ksnip_20220530-095432.png\" target=\"_blank\"><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/daniel%40wisphub/2023/12/14/crm_inbox_Uf1TDmO.png\" /></a></p>\r\n\r\n<p>2. Llene el formulario con los datos obtenidos de CRMInbox, de la siguiente forma:</p>\r\n\r\n<p><a href=\"https://wisphub.net/media/uploadsCKEditor/manuel%40wisphub/2022/05/30/ksnip_20220530-114347.png\" target=\"_blank\"><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/daniel%40wisphub/2023/12/08/crminbox_form.png\" /></a></p>\r\n\r\n<p><strong>1 URL Gateway:</strong> La URL a la que se le enviar&aacute; la petici&oacute;n HTTP. En <strong>CRMInbox</strong>&nbsp;es algo parecido a esto (pero dependera de la configuraci&oacute;n de tu empresa):</p>\r\n\r\n<p><a href=\"https://wifiplus.crminbox.io/api/devices/1/messages/\">https://wifiplus.crminbox.io/api/devices/1/messages/</a>&nbsp;</p>\r\n\r\n<p><strong>2 Par&aacute;metros ( Payload):</strong> Los par&aacute;metros necesarios para enviar el mensaje, en algunas plataformas puede encontrar estos datos con el nombre de Payload. Agrega lo siguiente en el formulario modificar el valor que tiene por default por:</p>\r\n\r\n<p><strong>to={destinatario}&amp;message={mensaje}</strong></p>\r\n\r\n<p><strong>3 M&eacute;todo:</strong> Como se estan realizando peticiones, este deber&iacute;a de ser el m&eacute;todo <strong>POST</strong> por defecto. Revise la documentaci&oacute;n de su plataforma y verifique que concuerde y cambie de ser necesario.</p>\r\n\r\n<p><strong>4 Token de autorizaci&oacute;n:</strong> Es la llave de autorizaci&oacute;n que le fue otorgada, la necesita para poder realizar la petici&oacute;n. En el caso de <strong>CRMInbox</strong> es entregada al realizar una conversacion con Soporte T&eacute;cnico para que se la entreguen.<br />\r\n<strong>Nota:</strong> Antes de agregar el token agregar lo siguiente <span style=\"color:#008080;\"><strong>Api-Key</strong></span>&nbsp;</p>\r\n\r\n<p><strong>5 Content/type:</strong> Utilice lo siguiente:</p>\r\n\r\n<ul>\r\n <li><strong>application/json</strong></li>\r\n</ul>\r\n\r\n<p><strong>6 C&oacute;digo de Pa&iacute;s:</strong> Eliga el correspondiente.</p>\r\n\r\n<p><strong>7 L&iacute;mite de caracteres: 1000</strong></p>\r\n\r\n<h3 class=\"pregunta\">Ejemplo de Integraci&oacute;n</h3>\r\n\r\n<p><img alt=\"\" crossorigin=\"anonymous\" draggable=\"true\" src=\"blob:https://web.whatsapp.com/8813bf09-4628-4415-8c64-c8a39bc45e6d\" tabindex=\"0\" /><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2023/10/14/untitled_C2HEGIo.jpeg\" /></p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<h2 id=\"opcioneswhats\">Pasarelas disponibles para mensajeria Whatsapp</h2>\r\n\r\n<h3>Whatsapp version 1</h3>\r\n\r\n<div class=\"accordion accordion-flush\" id=\"accordionFlushWhats1\">\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingWhatsv1\"><button aria-controls=\"flush-collapseWhatsv1\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseWhatsv1\" data-bs-toggle=\"collapse\" type=\"button\">Wiivo</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingWhatsv1\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushWhats1\" id=\"flush-collapseWhatsv1\">\r\n<div class=\"accordion-body\">\r\n<p>Si tienes cuenta en Wiivo puedes encontrar tus datos de conexi&oacute;n <a href=\"https://app.wiivo.net/help/send-text-messages\">aqu&iacute;</a>. O en el apartado que dice <strong>Documentacion</strong> (Docs) y luego dirijase a la opci&oacute;n que diga <em>&quot;Enviar Mensaje&quot;</em> ( Send Messages to a phone number).<br />\r\n<span style=\"font-size:16px;\"><span style=\"color:#2786c9;\"><strong>Guia Wiivo:</strong></span> <a href=\"https://www.wiivo.net\" target=\"_blank\"><strong>https://www.wiivo.net</strong></a><br />\r\n<strong><span style=\"color:#2786c9;\">Contacto para soporte:</span><span style=\"color:#008080;\"><strong> </strong></span>+573173345005</strong></span></p>\r\n\r\n<p>Pueden aparecer as&iacute;:</p>\r\n\r\n<p><a href=\"https://wisphub.net/media/uploadsCKEditor/manuel%40wisphub/2022/06/02/ksnip_20220602-165312.png\" target=\"_blank\"><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/manuel%40wisphub/2022/06/02/ksnip_20220602-165312.png\" /></a></p>\r\n\r\n<p><a href=\"https://wisphub.net/media/uploadsCKEditor/manuel%40wisphub/2022/05/30/ksnip_20220530-113442_lPJnTUm.png\" target=\"_blank\"><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/manuel%40wisphub/2022/05/30/ksnip_20220530-113442_lPJnTUm.png\" /></a></p>\r\n\r\n<p>De los datos del Payload nos interesan las variables con las que reemplazaremos por el numero del cliente y el mensaje a mandar, en este caso se llaman phone y message. Esto puede variar en otras plataformas.</p>\r\n\r\n<p><strong>1 URL Gateway:</strong>&nbsp;https://api.wiivo.net/v1/messages</p>\r\n\r\n<p><strong>2 Par&aacute;metros ( Payload):</strong>&nbsp;Colocamos los parametros juntos separados por una &amp; y colocamos las variables de Wisphub.</p>\r\n\r\n<p>Actualmente puede usar 3 variables:</p>\r\n\r\n<ul>\r\n <li>{destinatario}</li>\r\n <li>{mensaje}</li>\r\n <li>{token}</li>\r\n</ul>\r\n\r\n<p>El payload con wiivo quedar&iacute;a as&iacute;:</p>\r\n\r\n<p>phone={destinatario}&amp;message={mensaje}</p>\r\n\r\n<p><strong>3 M&eacute;todo:</strong> POST</p>\r\n\r\n<p><strong>4 Token de autorizaci&oacute;n:</strong>&nbsp;68****************************************************</p>\r\n\r\n<p><strong>5 Content/type:</strong>&nbsp;application/json</p>\r\n\r\n<p><strong>6 C&oacute;digo de Pa&iacute;s:</strong> +52</p>\r\n\r\n<p><strong>7 L&iacute;mite de caracteres: </strong>160</p>\r\n\r\n<p>Finalmente el formulario quedar&iacute;a as&iacute;:</p>\r\n\r\n<p><a href=\"https://wisphub.net/media/uploadsCKEditor/manuel%40wisphub/2022/05/30/ksnip_20220530-120358_Z8rmKsk.png\" target=\"_blank\"><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/manuel%40wisphub/2022/05/30/ksnip_20220530-120358_Z8rmKsk.png\" /></a></p>\r\n\r\n<div class=\"panel panel-warning\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Atenci&oacute;n</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Algunas plataformas le pedir&aacute;n incluir la variable <strong>{token}</strong> en el payload, como es el caso de UltraMSG.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingWhatsv2\"><button aria-controls=\"flush-collapseWhatsv2\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseWhatsv2\" data-bs-toggle=\"collapse\" type=\"button\">UltraMSG</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingWhatsv2\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushWhats1\" id=\"flush-collapseWhatsv2\">\r\n<div class=\"accordion-body\">\r\n<p>Ingresar a:&nbsp;<a href=\"https://ultramsg.com/es/\">https://ultramsg.com/es/</a></p>\r\n\r\n<p><a href=\"https://wisphub.net/media/uploadsCKEditor/manuel%40wisphub/2022/05/30/ksnip_20220530-110328.png\" target=\"_blank\"><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/manuel%40wisphub/2022/05/30/ksnip_20220530-110328.png\" /></a></p>\r\n\r\n<p>Para la creacion del Token se debe de crear primeramente una instancia, una vez generada esta se mostrara como el punto 3.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/grindis%40wisphub/2022/10/18/s_49h4RxS.png\" /></p>\r\n\r\n<p>Una vez creada la instancia proseguimos a gestionarla, se nos desplegara la siguiente imagen, en donde nos pedira sincronizar nuestro whatsapp a la plataforma.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/grindis%40wisphub/2022/10/18/ss_ELheZX4.png\" /></p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/grindis%40wisphub/2022/10/27/aqw_8TrlQ5J.png\" /></p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">&nbsp;</h3>\r\n\r\n<h3 class=\"panel-title\">Pida Ayuda</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Puede solicitar ayuda de integraci&oacute;n por el chat de <strong>pasarelas de SMS</strong>.</div>\r\n</div>\r\n\r\n<p>&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<h3>Whatsapp version 2</h3>\r\n\r\n<div class=\"accordion accordion-flush\" id=\"accordionFlushWhatsv\">\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingWhats1\"><button aria-controls=\"flush-collapseWhats1\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseWhats1\" data-bs-toggle=\"collapse\" type=\"button\">Ultramsg</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingWhats1\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushWhatsv\" id=\"flush-collapseWhats1\">\r\n<div class=\"accordion-body\">\r\n<h3 id=\"integracion-ultramsg\">Ejemplo de integraci&oacute;n con &quot;Ultramsg&quot;</h3>\r\n\r\n<p>El siguiente ejemplo consiste en como llenar el formulario para integrar&nbsp;la plataforma. Este formulario fue&nbsp;llenado conforme a la documentaci&oacute;n de la plataforma&nbsp;en Octubre del 2023.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/fernandoperez%40wisphub/2023/10/25/ksnip_20231025-113314_8HMKaKN.png\" /></p>\r\n\r\n<p>Datos usados en este ejemplo:</p>\r\n\r\n<p><strong>1 URL Gateway:</strong>&nbsp;https://api.ultramsg.com/&lt;instancia_id&gt;/messages/chat<br />\r\nReemplaza &quot;&lt;instancia_id&gt;&quot; por el id de tu instancia que asigno ultramsg.</p>\r\n\r\n<p><strong>2 M&eacute;todo:</strong>&nbsp;POST</p>\r\n\r\n<p><strong>3 Headers:</strong>&nbsp;</p>\r\n\r\n<p><code class=\"routes hljs json\">{<br />\r\n&nbsp; &quot;Content-Type&quot;:&quot;application/x-www-form-urlencoded&quot;<br />\r\n}</code></p>\r\n\r\n<p><strong>4 Data:</strong></p>\r\n\r\n<p><code class=\"routes hljs json\">{<br />\r\n&nbsp; &quot;body&quot;:&quot;{mensaje}&quot;,<br />\r\n&nbsp; &quot;to&quot;:&quot;{destinatario}&quot;,<br />\r\n&nbsp; &quot;token&quot;: &quot;reemplaza-este-texto-por-tu-token&quot;<br />\r\n}</code></p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>5 Parametros extra:</strong></p>\r\n\r\n<p><code class=\"routes hljs json\">{<br />\r\n&nbsp; &quot;verify&quot;:true<br />\r\n}</code></p>\r\n\r\n<p>&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingWhats2\"><button aria-controls=\"flush-collapseWhats2\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseWhats2\" data-bs-toggle=\"collapse\" type=\"button\">Automatizados VIP</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingWhats2\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushWhatsv\" id=\"flush-collapseWhats2\">\r\n<div class=\"accordion-body\">\r\n<p>El siguiente ejemplo consiste en como llenar el formulario para integrar&nbsp;la plataforma. Este formulario fue&nbsp;llenado conforme a la documentaci&oacute;n de la plataforma&nbsp;en Octubre del 2023.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/fernandoperez%40wisphub/2023/10/25/ksnip_20231025-113314_C95rk4Z.png\" /></p>\r\n\r\n<p>Datos usados en este ejemplo:</p>\r\n\r\n<p><strong>1 URL Gateway:</strong>&nbsp;https://automatizadovip.com/api/whatsapp/send</p>\r\n\r\n<p><strong>2 M&eacute;todo:</strong>&nbsp;POST</p>\r\n\r\n<p><strong>3 Headers:</strong>&nbsp;</p>\r\n\r\n<p><code class=\"routes hljs json\">{<br />\r\n&nbsp;&nbsp;&quot;Content-Type&quot;:&quot;application/json&quot;,<br />\r\n&nbsp;&nbsp;&quot;Api-key&quot;:&quot;reemplaza-este-texto-por-tu-api-key&quot;<br />\r\n}</code></p>\r\n\r\n<p><strong>4 Data:</strong></p>\r\n\r\n<p><code class=\"routes hljs json\">{<br />\r\n&nbsp; &quot;contact&quot;:[<br />\r\n&nbsp; &nbsp; {<br />\r\n&nbsp; &nbsp; &nbsp; &quot;message&quot;:&quot;{mensaje}&quot;,<br />\r\n&nbsp; &nbsp; &nbsp; &quot;number&quot;:&quot;{destinatario}&quot;<br />\r\n&nbsp; &nbsp; }<br />\r\n&nbsp; ]<br />\r\n}</code></p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>5 Parametros extra:</strong></p>\r\n\r\n<p><code class=\"routes hljs json\">{<br />\r\n&nbsp; &quot;verify&quot;:true<br />\r\n}</code></p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingWhats3\"><button aria-controls=\"flush-collapseWhats3\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseWhats3\" data-bs-toggle=\"collapse\" type=\"button\">smartchatsms</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingWhats3\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushWhatsv\" id=\"flush-collapseWhats3\">\r\n<div class=\"accordion-body\"><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/eveling%40wisphub/2023/12/06/chat.png\" style=\"width: 800px; height: 815px;\" />\r\n<p>&nbsp;</p>\r\n\r\n<p>Datos usados en este ejemplo:</p>\r\n\r\n<p><strong>1 URL Gateway:</strong>&nbsp;https://automatizadovip.com/api/whatsapp/send</p>\r\n\r\n<p><strong>2 M&eacute;todo:</strong>&nbsp;POST</p>\r\n\r\n<p><strong>3 Headers:&nbsp;</strong></p>\r\n\r\n<p><strong>4 Data:</strong></p>\r\n\r\n<p><code class=\"routes hljs json\">{<br />\r\n&nbsp;&quot;appkey&quot;:&quot;tuappkey&quot;,<br />\r\n&quot;authkey&quot;:&quot;tuauthkey&quot;,<br />\r\n&quot;message&quot;:&quot;{mensaje}&quot;,<br />\r\n&quot;to&quot;:&quot;{destinatario}&quot;<br />\r\n} </code></p>\r\n\r\n<p><strong>5 Parametros extra</strong></p>\r\n\r\n<p>Si tiene alguna pregunta o necesita asistencia adicional, no dude en ponerse en contacto con nuestro equipo de soporte a traves del chat en linea.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<h2 id=\"opcionessms\">Pasarelas disponibles para mensajeria SMS</h2>\r\n\r\n<div class=\"accordion accordion-flush\" id=\"accordionFlushSMS\">\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingSMS1\"><button aria-controls=\"flush-collapseSMS1\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseSMS1\" data-bs-toggle=\"collapse\" type=\"button\">Nexmo</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingSMS1\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushSMS\" id=\"flush-collapseSMS1\">\r\n<div class=\"accordion-body\">\r\n<p>Para usar nexmo se necesita comprar saldo desde su pagina, no es necesario tener un smartphone para enviar los mensajes. Seguir estos pasos para la configuraci&oacute;n:</p>\r\n\r\n<p><span class=\"pasos-manual\">1</span>Registrarse en <a href=\"https://dashboard.nexmo.com/sign-up\" target=\"_blank\">nexmo</a></p>\r\n\r\n<p><span class=\"pasos-manual\">2</span>Obtener Api Key y Secret, <a href=\"https://dashboard.nexmo.com/getting-started-guide\" target=\"_blank\">ingresar aqui.</a></p>\r\n\r\n<p><a href=\"https://dashboard.nexmo.com/getting-started-guide\" target=\"_blank\"><img alt=\"Api Keys Nexmo Wisphub\" src=\"/media/uploadsCKEditor/ahkinpya/2017/08/24/api-keys-nexmo-wisphub.png\" /></a></p>\r\n\r\n<p><span class=\"pasos-manual\">3</span>Ingresar a <a href=\"https://wisphub.net/sms/nexmo/\" target=\"_blank\">https://wisphub.net/sms/nexmo/ </a>y completar los datos:</p>\r\n\r\n<p><img alt=\"Nexmo Wisphub\" src=\"/media/uploadsCKEditor/ahkinpya/2017/08/24/nexmo-wisphub.png\" /></p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Nota</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Puede que Nexmo no envie los mensajes al momento. Aveces demora entre 1 a 5 minutos</div>\r\n</div>\r\n\r\n<p><span class=\"pasos-manual\">4</span>Seguir las instrucciones del<a href=\"https://wisphub.net/documentacion/articulo/enviar-sms-33/\"> paso 5</a> para enviar mensajes.</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingSMS2\"><button aria-controls=\"flush-collapseSMS2\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseSMS2\" data-bs-toggle=\"collapse\" type=\"button\">SMS Hablame(Colombia)</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingSMS2\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushSMS\" id=\"flush-collapseSMS2\">\r\n<div class=\"accordion-body\">\r\n<div class=\"panel panel-warning\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Informaci&oacute;n</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Hablame.co a actualizado su versi&oacute;n de API para mandar mensajes SMS. Si ya cuenta con datos de Hablame.co registrados en Wisphub puede seguir mandando mensajes con normalidad esto no afectara el envi&oacute; de sus mensajes. Solo si esta interesado en cambiar su versi&oacute;n de Hablame.co visite el siguiente enlace <a href=\"#1\">Hablame.co -Version 2</a></div>\r\n</div>\r\n\r\n<p>Para usar Hablame.co se necesita comprar saldo desde su pagina, no es necesario tener un smartphone para enviar los mensajes. Seguir estos pasos para la configuraci&oacute;n:</p>\r\n\r\n<p><span class=\"pasos-manual\">1</span>Ir al siguiente link <a href=\"https://www.hablame.co/\" target=\"_blank\">www.hablame.co/sms/</a> y seguir los siguientes pasos:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/ahkinpya/2018/07/30/formulario-hablame.jpg\" style=\"width: 1219px; height: 538px;\" /></p>\r\n\r\n<ul>\r\n <li><strong>1:</strong> Dar clic en Abrir mi cuenta.</li>\r\n <li><strong>2:</strong> Llenar el formulario.</li>\r\n <li><strong>3:</strong> Seguir los pasos que indica la pagina.</li>\r\n</ul>\r\n\r\n<p><span class=\"pasos-manual\">2</span>Obtener accesos de la API</p>\r\n\r\n<p>Debes iniciar sesi&oacute;n con tu cuenta en <a href=\"https://ecare.hablame.co/\" target=\"_blank\">https://ecare.hablame.co/</a> y despues ir en la a la secci&oacute;n <strong>Mensajes de texto - SMS.</strong>:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/ahkinpya/2018/07/30/paso-2.jpg\" style=\"width: 991px; height: 147px;\" /></p>\r\n\r\n<p>Despues ir a la secci&oacute;n <strong>Integreci&oacute;n API.</strong></p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/ahkinpya/2018/07/30/paso-3_0tGxQjg.jpg\" style=\"width: 1073px; height: 496px;\" /></p>\r\n\r\n<p>Agregar la IP</p>\r\n\r\n<p>&nbsp;<img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/ahkinpya/2018/07/30/agregar-ip.jpg\" style=\"width: 598px; height: 239px;\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">3</span>Ingresar a <a href=\"https://wisphub.net/sms/hablame/\" target=\"_blank\">https://wisphub.net/sms/hablame/</a> y completar los datos:</p>\r\n\r\n<p>Una vez recibido los datos del API por correo, copiar y pegar en el siguiente formulario:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/ahkinpya/2018/07/30/19fb4ecd-09d1-4449-aeda-b3ac5741a06d.jpg\" style=\"width: 858px; height: 733px;\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">4</span>Recargar saldo</p>\r\n\r\n<p>Para recargar saldo unicamente tienes que ir al panel de <a href=\"https://ecare.hablame.co/\" target=\"_blank\">Hablame.co</a> y dar Clic en la secci&oacute;n de recargar saldo.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/ahkinpya/2018/07/31/recargar-saldo.jpg\" style=\"width: 1049px; height: 927px;\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">5</span>Para saber si sus mensajes est&aacute;n siendo enviados ir a la secci&oacute;n de <strong>Reportes</strong> y despues dar clic en <strong>SMS enviados</strong> y ahi le mostrara el historial de sus mensaje</p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Informaci&oacute;n</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Tome en cuenta la siguiente informaci&oacute;n en caso de enviar mensajes y estos no lleguen a su destinatario. Para mas informaci&oacute;n consulte <a href=\"https://ecare.hablame.co/\" target=\"_blank\">Hablame.co</a></div>\r\n</div>\r\n\r\n<div class=\"panel-body\"><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/jorge%40wisphub/2020/04/18/numeros_caracteres_hablames_wmox01h.png\" style=\"width: 100%;\" /></div>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/ahkinpya/2018/07/30/historial.jpg\" style=\"width: 1081px; height: 311px;\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">6</span>Seguir las instrucciones del <a href=\"https://wisphub.net/documentacion/article/configurar-sms-masivos-32/\"> paso 5</a> para enviar mensajes.</p>\r\n\r\n<h3 id=\"1\">Hablame.co Versi&oacute;n 2</h3>\r\n\r\n<p>Para esta&nbsp;nueva versi&oacute;n basta con tener una cuenta de Hablame.co, en caso de que sea un usuario nuevo necesitara crear una pero si ya usabas servicios de esta plataforma puedes seguir usando tu usuario&nbsp;y&nbsp;tus paquetes en la segunda versi&oacute;n. Ver mas detalles en el siguiente enlace&nbsp;<a href=\"https://www.hablame.co/\">https://www.hablame.co/</a>&nbsp;.</p>\r\n\r\n<p><span class=\"pasos-manual\">1</span>Completar o Actualizar informaci&oacute;n del formulario de Hablame.co</p>\r\n\r\n<p>Si no tienes cuenta en Hablame.co puedes consultar como crear una al inicio de este articulo, en caso de ya estar registrado en Hablame.co basta con hacer lo siguiente.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/jorge%40wisphub/2020/08/14/formulario.png\" style=\"width: 100%;\" /></p>\r\n\r\n<p>Si ya tenias informaci&oacute;n registrada tendr&aacute;s que agregar solo los campos en rojo. En caso contrario&nbsp;tendr&aacute;s que completar por completo el formulario, para&nbsp;dudas de como conseguir esos datos puedes consultarlo en la informaci&oacute;n al inicio de este articulo.</p>\r\n\r\n<p>Nuevos datos para la version 2:</p>\r\n\r\n<ol>\r\n <li><strong>Versi&oacute;n del API:</strong>&nbsp;Selecciona entre la versi&oacute;n 1 o la versi&oacute;n 2 para enviar mensajes SMS.</li>\r\n <li><strong>Token: </strong>Dato generado al crear tu cuenta y puedes consultarlo en el panel de Hablame.co</li>\r\n <li><strong>Configurar notificaci&oacute;n:</strong>&nbsp; Opci&oacute;n para verificar si el mensaje llego al celular del receptor, esto genera un costo extra al mensaje por parte de Hablame.co.</li>\r\n</ol>\r\n\r\n<p>Es importarte verificar los datos que ponemos en la activaci&oacute;n como el token</p>\r\n\r\n<p><span class=\"pasos-manual\">1</span>En la pagina de Hablame nos vamos&nbsp;a inicio y entras en la parte de<strong> Ver informaci&oacute;n para desarrollador</strong>.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/diana%40wisphub/2021/01/26/1.png\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">2</span>Nos dar&aacute; la informaci&oacute;n para la configuraci&oacute;n de la pasarela y debemos de darle click en la imagen del <strong>sobre</strong>, esto para que llegue a su&nbsp;correo el n&uacute;mero de token que ir&aacute;&nbsp;en Wisphub.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/diana%40wisphub/2021/01/26/2.png\" /></p>\r\n\r\n<p>Saldr&aacute; un mensaje como a continuaci&oacute;n:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/diana%40wisphub/2021/01/26/3_Mq5XyL6.png\" />En la pagina de hablame en el apartado de <strong>SMS</strong> debemos dar click.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/diana%40wisphub/2021/01/26/4.png\" />En la parte de configuraci&oacute;n debemos de tener habilitado la opci&oacute;n de <strong>Envio habilitado desde IP din&aacute;mica </strong>ya que de no ser as&iacute; nos saldr&aacute; un error al momento de enviar un mensaje.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/diana%40wisphub/2021/01/26/5.png\" /></p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Nota</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Si usaras la segunda versi&oacute;n tendr&aacute;s que usar el nuevo panel de Hablame.co;&nbsp;<a href=\"https://ecare2.hablame.co/\">https://ecare2.hablame.co/</a>&nbsp;, ah&iacute; podr&aacute;s consultar tus&nbsp;datos como <strong>ID Cliente, Clave API y Token. </strong>Para&nbsp;dudas de donde ver&nbsp;esos datos , consulte&nbsp;<a href=\"https://ecare2.hablame.co/desarrolladores/\">https://ecare2.hablame.co/desarrolladores/</a></div>\r\n</div>\r\n\r\n<p>Con estos pasos podr&aacute;s mandar mensajes con la segunda versi&oacute;n de Hablame.co en:</p>\r\n\r\n<ol>\r\n <li><strong>Lista de Clientes</strong></li>\r\n <li><strong>Lista de Facturas</strong></li>\r\n <li><strong>Tareas Peri&oacute;dicas (Para Zona y Cliente)</strong></li>\r\n <li><strong>Acciones Masivas</strong></li>\r\n</ol>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingSMS3\"><button aria-controls=\"flush-collapseSMS3\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseSMS3\" data-bs-toggle=\"collapse\" type=\"button\">SMS Masivos</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingSMS3\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushSMS\" id=\"flush-collapseSMS3\">\r\n<div class=\"accordion-body\">\r\n<p>Para usar la plataforma SMS Masivos se necesita comprar cr&eacute;dito desde la misma, no es necesario tener un Smartphone para enviar los mensajes.</p>\r\n\r\n<p>Seguir estos pasos para la configuraci&oacute;n:</p>\r\n\r\n<p><span class=\"pasos-manual\">1</span>Registrarse en SMS Masivos</p>\r\n\r\n<p>Para registrarse en SMS Masivos es muy f&aacute;cil, &uacute;nicamente tienes que ir al link <a href=\"https://sms.gy/DzJ6o\">SMS Masivos</a> y completar el formulario.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/raymundo%40wisphub/2021/03/30/crear-cuenta.png\" style=\"width: 100%;\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">2</span>Obtener API Key para enviar mensajes SMS.</p>\r\n\r\n<p>Para obtener la API Key se debe ingresar al link <a href=\"https://app.smsmasivos.com.mx/api\" target=\"_blank\">https://app.smsmasivos.com.mx/api</a>. Seleccione el apartado de <strong>Intregraciones.</strong></p>\r\n\r\n<p>Podr&aacute; generar una nueva API Key dando click al bot&oacute;n verde</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2020/12/01/smsmasivos.png\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">3</span>Ingresar a <a href=\"https://wisphub.net/sms/sms-masivos/\" target=\"_blank\">https://wisphub.net/sms/sms-masivos/</a> y completar los datos:</p>\r\n\r\n<p>Una vez haya generado su API Key debe llenar el siguiente formulario:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/ahkinpya/2018/08/06/formulario.jpg\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">4</span>Comprar Cr&eacute;dito</p>\r\n\r\n<p>Para comprar cr&eacute;dito en SMS Masivos hay que ir al link&nbsp;<a href=\"https://app.smsmasivos.com.mx/outbound\">https://app.smsmasivos.com.mx/outbound</a> e ingresar la cantidad de cr&eacute;ditos que se desee comprar.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/raymundo%40wisphub/2021/03/30/comprar-creditos_M1PJDtr.png\" style=\"width: 100%;\" /></p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/raymundo%40wisphub/2021/03/30/comprar-creditos2.png\" style=\"width: 100%;\" /></p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Nota</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">La cantidad m&iacute;nima para comprar es de 1000 Mensajes.</div>\r\n</div>\r\n\r\n<p><span class=\"pasos-manual\">5</span>Para saber m&aacute;s a detalle acerca de tus mensajes ir a la secci&oacute;n de Reportes <a href=\"https://app.smsmasivos.com.mx/reportes\">https://app.smsmasivos.com.mx/reportes</a></p>\r\n\r\n<p>En esta secci&oacute;n podr&aacute;s saber si tus mensajes fueron enviados correctamente y si ocurri&oacute; alg&uacute;n fallo.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/raymundo%40wisphub/2021/03/30/reportes.png\" style=\"width: 100%;\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">6</span>Seguir las instrucciones del<a href=\"https://wisphub.net/documentacion/article/enviar-sms-33/\"> paso 6</a> para enviar mensajes.</p>\r\n\r\n<div class=\"panel panel-warning\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Importante</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Sms Masivos solo permite 160 caracteres para el envio de sms&nbsp;</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingSMS4\"><button aria-controls=\"flush-collapseSMS4\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseSMS4\" data-bs-toggle=\"collapse\" type=\"button\">SMS Masivos Ar</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingSMS4\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushSMS\" id=\"flush-collapseSMS4\">\r\n<div class=\"accordion-body\">\r\n<p>Para usar la plataforma SMS Masivos se necesita comprar cr&eacute;dito desde la misma, no es necesario tener un Smartphone para enviar mensajes.</p>\r\n\r\n<h4 class=\"pregunta\" id=\"p1\">&iquest;Que es SMS Masivos.Ar?</h4>\r\n\r\n<p>Es una plataforma Web autoadministrable para el env&iacute;o y recepci&oacute;n de Mensajes de Texto, una soluci&oacute;n ideal para empresas, instituciones y profesionales que deseen utilizar un nuevo e innovador canal de comunicaci&oacute;n con sus clientes, empleados y proveedores.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<h4 class=\"pregunta\" id=\"p2\">&iquest;En que pa&iacute;ses operan?</h4>\r\n\r\n<p>Argentina, Brasil, Chile, Colombia, Ecuador, El Salvador, Guatemala, M&eacute;xico, Per&uacute; y Uruguay.</p>\r\n\r\n<h4 class=\"pregunta\" id=\"p3\">&iquest;Cuanto cuesta su servicio?</h4>\r\n\r\n<p>Todos los precios son en dolares estadounidenses que van desde los 5 dolares dependiendo del pa&iacute;s. Para mayor informaci&oacute;n ir al siguiente link http://www.smsmasivosweb.com/internacional/</p>\r\n\r\n<h4 class=\"pregunta\" id=\"p4\">&iquest;Cuanto tiempo dura el servicio?</h4>\r\n\r\n<p>La vigencia de los paquetes es de 90 d&iacute;as.</p>\r\n\r\n<h4 class=\"pregunta\" id=\"p5\">&iquest;Como contrato SMS Masivos.Ar?</h4>\r\n\r\n<p>Para poder crear una cuenta es necesario que mande un correo a [email protected] e indicando para que pa&iacute;s necesitas el servicio o de igual forma marcar a uno de los n&uacute;meros que proporciona la pagina en el siguiente link <a href=\"https://www.smsmasivos.com.ar/#CONTACTO\" target=\"_blank\">https://www.smsmasivos.com.ar/#CONTACTO.</a></p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Nota</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Es importante que tenga en cuenta que solo puede enviar mensaje al pa&iacute;s de donde haya contratado el servicio.</div>\r\n</div>\r\n\r\n<p>Una vez que tenga su usuario y contrase&ntilde;a puede entrar a Wisphub y seguir los siguientes pasos.</p>\r\n\r\n<p><span class=\"pasos-manual\">1</span>Ingrese a <a href=\"https://wisphub.net/sms/sms-masivos-ar/\" target=\"_blank\">https://wisphub.net/sms/sms-masivos-ar/</a> y completar los datos.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/rogerchan/2019/04/13/sms-masivos-ar-1.png\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">2</span>Para saber que mensajes se han enviado exitosamente puede ir a <a href=\"http://servicio.smsmasivos.com.ar/ver_sms.asp\" target=\"_blank\">http://servicio.smsmasivos.com.ar/ver_sms.asp</a> y verlo en la secci&oacute;n de Listado de mensajes enviados.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/rogerchan/2019/04/13/sms-masivos-ar-2.png\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">3</span>Para saber que mensajes no se pudieron saber por alguna raz&oacute;n puede ir a <a href=\"http://servicio.smsmasivos.com.ar/ver_sms_enviados_errores.asp\" target=\"_blank\">http://servicio.smsmasivos.com.ar/ver_sms_enviados_errores.asp</a> y verlo en la secci&oacute;n de &Uacute;ltimos errores de mis env&iacute;os.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/rogerchan/2019/04/13/sms-masivos-ar-3.png\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">4</span>Seguir las instrucciones del siguiente link <a href=\"https://wisphub.net/documentacion/articulo/enviar-sms-33/\" target=\"_blank\">https://wisphub.net/documentacion/articulo/enviar-sms-33/</a> para enviar mensajes.</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingSMS5\"><button aria-controls=\"flush-collapseSMS5\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseSMS5\" data-bs-toggle=\"collapse\" type=\"button\">Env&iacute;os SMS</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingSMS4\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushSMS\" id=\"flush-collapseSMS5\">\r\n<div class=\"accordion-body\">\r\n<p>Para usar la plataforma Env&iacute;os SMS se necesita comprar cr&eacute;dito desde la misma, no es necesario tener un Smartphone para enviar mensajes.</p>\r\n\r\n<h4 class=\"pregunta\" id=\"p1\">&iquest;Que es Env&iacute;os SMS?</h4>\r\n\r\n<p>Es una plataforma Web para el env&iacute;o de Mensajes, una soluci&oacute;n ideal para empresas, instituciones y profesionales que deseen utilizar un nuevo e innovador canal de comunicaci&oacute;n con sus clientes, empleados y proveedores.</p>\r\n\r\n<h4 class=\"pregunta\" id=\"p2\">&iquest;En que pa&iacute;ses operan?</h4>\r\n\r\n<p>Argentina, Bolivia, Brasil, Chile, Colombia, Costa Rica, Cuba, Ecuador, El Salvador, Guatemala, Honduras, M&eacute;xico, Nicaragua, Panam&aacute;, Paraguay, Per&uacute;, Puerto Rico, Rep&uacute;blica Dominicana, Uruguay, USA (Estados Unidos) y Venezuela.</p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Nota</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Cada pa&iacute;s cuenta con caracter&iacute;sticas distintas favor de verificarlas en el siguiente link <a href=\"https://tecsid.com/precios_sms\" target=\"_blank\">https://tecsid.com/precios_sms</a></div>\r\n</div>\r\n\r\n<h4 class=\"pregunta\" id=\"p3\">&iquest;Cuanto cuesta su servicio?</h4>\r\n\r\n<p>Todos los precios son en dolares estadounidenses que van desde lo 16 dolares. Para mas informaci&oacute;n puede ir al siguiente link <a href=\"http://www.enviossms.com/precios.htm\" target=\"_blank\">http://www.enviossms.com/precios.htm</a></p>\r\n\r\n<h4 class=\"pregunta\" id=\"p4\">&iquest;Como contrato Env&iacute;os SMS?</h4>\r\n\r\n<p>Para contratar el servicio debe seguir los siguientes pasos</p>\r\n\r\n<p><span class=\"pasos-manual\">1</span>Ir al siguiente link http://www.enviossms.com/precios.htm, despu&eacute;s ir hasta la secci&oacute;n de Algunos Planes pre-armados de Env&iacute;osSMS, seleccione el plan que mas le ayude.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/rogerchan/2019/04/13/envios-sms-1_03YAH04.png\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">2</span> Una vez que haya elegido su plan, lo reenviara a un formulario donde debe poner sus datos para contratar el servicio.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/rogerchan/2019/04/13/envios-sms-2.jpg\" /></p>\r\n\r\n<p>Una vez se haya completado el pago, se le enviara un mensaje a su correo electr&oacute;nico donde se le otorgara su usuario y contrase&ntilde;a.</p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Nota</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Para ver su panel de control de su cuenta entre a <a href=\"http://virtual.enviossms.com/login/?callback=http%3A%2F%2Fvirtual.enviossms.com%2Fsettings%2Froundabout%3F\" target=\"_blank\">http://virtual.enviossms.com/login/?callback=http%3A%2F%2Fvirtual.enviossms.com%2Fsettings%2Froundabout%3F</a> e ingrese su usuario y contrase&ntilde;a</div>\r\n</div>\r\n\r\n<p><span class=\"pasos-manual\">3</span> Ingrese a <a href=\"https://wisphub.net/sms/envios-sms/\" target=\"_blank\">https://wisphub.net/sms/envios-sms/</a> e ingrese los datos que se le pide.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/rogerchan/2019/04/13/envios-sms-3.jpg\" /></p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Nota</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Si pone el c&oacute;digo el M&eacute;xico, solo podr&aacute; enviar mensajes a numero de M&eacute;xico, de igual forma funciona con los otros pa&iacute;ses.</div>\r\n</div>\r\n\r\n<p><span class=\"pasos-manual\">4</span> Si quiere ver un reporte de sus mensajes ha enviado ya sea exitosos o rechazados, puede ir al siguiente link <a href=\"http://virtual.enviossms.com/analyze/dashboard/\" target=\"_blank\">http://virtual.enviossms.com/analyze/dashboard/</a></p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/rogerchan/2019/04/13/envios-sms-4.jpg\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">4</span>Seguir las instrucciones del siguiente link <a href=\"https://wisphub.net/documentacion/articulo/enviar-sms-33/\" target=\"_blank\">https://wisphub.net/documentacion/articulo/enviar-sms-33/</a> para enviar mensajes.</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingSMS6\"><button aria-controls=\"flush-collapseSMS6\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseSMS6\" data-bs-toggle=\"collapse\" type=\"button\">SMS PBX Hosting</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingSMS6\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushSMS\" id=\"flush-collapseSMS6\">\r\n<div class=\"accordion-body\">\r\n<h3 class=\"pregunta\" id=\"p1\" style=\"text-align: center;\">&nbsp;<img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2021/05/04/pbx-hosting-by-inbtel-1024x1024.png\" style=\"width: 300px; height: 183px;\" /></h3>\r\n\r\n<h4 class=\"pregunta\">&iquest;Cuales son los paquetes de env&iacute;os de mensajes y sus precios?</h4>\r\n\r\n<p class=\"pregunta\"><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2021/05/04/ksnip_20210504-112454.png\" /></p>\r\n\r\n<p>Puede obtener mas informaci&oacute;n aqui: <a href=\"https://www.pbxhosting.com.mx/billing/cart.php?gid=14\">https://www.pbxhosting.com.mx/billing/cart.php?gid=14</a></p>\r\n\r\n<p>Puede crear una cuenta dentro de la plataforma de PBX Hosting. Esta puede crearse llenando el siguiente&nbsp; formulario: <a href=\"https://www.pbxhosting.com.mx/sms.php\">https://www.pbxhosting.com.mx/sms.php</a></p>\r\n\r\n<p>Una vez llenen el registro ah&iacute;, el equipo de ventas de PBX Hosting los contactar&aacute; para ayudarte en la activaci&oacute;n de su cuenta para env&iacute;os SMS.</p>\r\n\r\n<h4 class=\"pregunta\" id=\"api-v1\">Pasos para la Integraci&oacute;n - API v1</h4>\r\n\r\n<p><span class=\"pasos-manual\">1</span>Ingrese al formulario en el apartado de Mensajes:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2021/04/26/sms1_8a9eLHQ.png\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">2</span> Llene el formulario de integracion de su cuenta de la siguiente forma:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2021/04/26/sms2.png\" /></p>\r\n\r\n<p><strong>1.- Url Gateway</strong>: <a href=\"http://api.portaldesms.com/?\">https://api.portaldesms.com/?</a><br />\r\n<strong>2.- Par&aacute;metros</strong>: username=user&amp;password=pass&amp;number={destinatario}&amp;message={mensaje}<br />\r\n<br />\r\nEn el punto 2 debe sustituir el valor de &quot;user&quot; por el usuario de la plataforma de PBX Hosting y en el valor de &quot;pass&quot; la contrase&ntilde;a. No modifique el valor de &quot;destinatario&quot; o el de &quot;mensaje&quot;.<br />\r\n<br />\r\n<strong>3.- M&eacute;todo</strong>: Seleccione &quot;GET&quot;<br />\r\n<strong>4.- Limite de Car&aacute;cteres</strong>: 160<br />\r\n<strong>5.- Codigo de Pa&iacute;s</strong>: El respectivo</p>\r\n\r\n<p><strong>NOTA: Deshabilitamos: Usar https y habilitamos el Usar codigo de pais.</strong></p>\r\n\r\n<p>Al guardar los datos de la pasarela, puede probar enviando un mensaje personalizado a un cliente desde la lista de clientes.<br />\r\n<br />\r\nEl resultado del envi&oacute; del mensaje puede ser visto en la plataforma. Acceda a su cuenta en <a href=\"https://admin.portaldesms.com/dashboard\">https://admin.portaldesms.com/dashboard</a>. De click en &quot;Enviar&quot; y luego en &quot;Mostrar Detalle SMS&quot;</p>\r\n\r\n<p>Podr&aacute; visualizar el estado de envio de cada mensaje.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2021/04/26/sms3.png\" /></p>\r\n\r\n<h4 class=\"pregunta\" id=\"api-v2\">Pasos para la Integraci&oacute;n - API v2</h4>\r\n\r\n<p><span class=\"pasos-manual\">1</span>Ingrese al formulario en el apartado de Mensajes:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2021/04/26/sms1_8a9eLHQ.png\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">2</span> Llene el formulario de integraci&oacute;n de su cuenta de la siguiente forma:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2021/06/29/ksnip_20210629-115512.png\" /></p>\r\n\r\n<p><strong>1.- Url Gateway</strong>: https://v2.administradorsms.com/api/v1/sms/<br />\r\n<strong>2.- Par&aacute;metros</strong>: message={mensaje}&amp;numbers=[{destinatario}]<br />\r\n<strong>3.- M&eacute;todo</strong>: Seleccione &quot;POST&quot;<br />\r\n<strong>4.- Usar HTTPS</strong>: SI<br />\r\n<strong>5.- Token de Autorizaci&oacute;n</strong>: Token 12345<br />\r\n<strong>6.- Usar Codigo de Pa&iacute;s</strong>: No<br />\r\n<strong>7.- Limite de Car&aacute;cteres</strong>: 160</p>\r\n\r\n<p>Sustituya el &quot;12345&quot; por el token de su cuenta. Al guardar los datos de la pasarela, puede probar enviando un mensaje personalizado a un cliente desde la lista de clientes.<br />\r\n<br />\r\nEl resultado del envi&oacute; del mensaje puede ser visto en la plataforma. Acceda a su cuenta en <a href=\"https://admin.portaldesms.com/dashboard\">https://admin.portaldesms.com/dashboard</a>. De click en &quot;Enviar&quot; y luego en &quot;Mostrar Detalle SMS&quot;</p>\r\n\r\n<p>Podr&aacute; visualizar el estado de envio de cada mensaje.</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingSMS7\"><button aria-controls=\"flush-collapseSMS7\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseSMS7\" data-bs-toggle=\"collapse\" type=\"button\">SMS 1980tic - Integraci&oacute;n</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingSMS7\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushSMS\" id=\"flush-collapseSMS7\">\r\n<div class=\"accordion-body\">\r\n<h3 class=\"pregunta\" id=\"p1\" style=\"text-align: center;\">&nbsp;<img alt=\"\" src=\"https://sms.1980tic.com/storage/BAA3926FC9D3EDB83C959E947F87869E/logo/BAA3926FC9D3EDB83C959E947F87869E.png\" style=\"width: 300px; height: 183px;\" /></h3>\r\n\r\n<h4 class=\"pregunta\">&iquest;Cuales son los paquetes de env&iacute;os de mensajes y sus precios?</h4>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/julio%40wisphub/2022/02/10/precio_api_CeQ6vWI.png\" style=\"height: 100%;\" /></p>\r\n\r\n<p>Puede obtener mas informaci&oacute;n aqui: <a href=\"https://sms.1980tic.com/settings/accounts/pricing\">https://sms.1980tic.com/settings/accounts/pricing</a></p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Contacto</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Si eres de alg&uacute;n otro pa&iacute;s distinto al de Colombia y deseas trabajar con la plataforma contacte con <strong>Sandra Ricon +57 318 3801332</strong> y comenta que eres cliente de WispHub para que te apoye con el precio de tu pa&iacute;s.</div>\r\n</div>\r\n\r\n<p>Puede crear una cuenta dentro de la plataforma de 1980tic. Tendria que contactar con el sitio &nbsp; para mas informaci&oacute;n: <a href=\"https://docs.1980tic.us/comenzando/inicio-rapido\">https://docs.1980tic.us/comenzando/inicio-rapido</a><br />\r\nPara iniciar ses&oacute;n en tu cuenta necesitas ingresar aqui:&nbsp;<a href=\"https://sms.1980tic.com/login/\" target=\"_blank\">https://sms.1980tic.com/login/</a></p>\r\n\r\n<h4 class=\"pregunta\" id=\"api-v1\"><strong>Pasos para la Integraci&oacute;n</strong></h4>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2021/04/26/sms1_8a9eLHQ.png\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">2</span> - Llene el formulario de integraci&oacute;n de su cuenta de la siguiente forma:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/julio%40wisphub/2022/02/10/nada.png\" style=\"width: 865px; height: 507px;\" /></p>\r\n\r\n<p><strong>1.- Url Gateway</strong>: <a href=\"http://api.messaging-service.com/sms/1/text/single\">http://api.messaging-service.com/sms/1/text/single</a><br />\r\n<strong>2.- Par&aacute;metros</strong>: to={destinatario}&amp;text={mensaje}<br />\r\nNo modifique el valor de &quot;destinatario&quot; y el de &quot;mensaje&quot;.</p>\r\n\r\n<p><strong>3.- M&eacute;todo</strong>: Seleccione &quot;<u>POST&quot;</u></p>\r\n\r\n<p><strong>4-Importante en &quot;Token de Autorizaci&oacute;n&quot;</strong></p>\r\n\r\n<ul>\r\n <li><font style=\"vertical-align: inherit;\">4.1 El usuario y la contrase&ntilde;a se combinan en una cadena de esta forma: </font><strong><font style=\"vertical-align: inherit;\">usuario:contrase&ntilde;a </font></strong><font style=\"vertical-align: inherit;\">. </font></li>\r\n <li><font style=\"vertical-align: inherit;\">4.2 La cadena resultante se codifica en Base64, lo puede realizar aqui:<a href=\"https://www.convertstring.com/es/EncodeDecode/Base64Encode\">https://www.convertstring.com/es/EncodeDecode/Base64Encode</a></font><img alt=\"\" height=\"434\" src=\"https://wisphub.net/media/uploadsCKEditor/julio%40wisphub/2022/02/11/1809.png\" width=\"601\" /></li>\r\n <br />\r\n <li><font style=\"vertical-align: inherit;\">4.3 El m&eacute;todo de autorizaci&oacute;n y un espacio, as&iacute;: </font><code class=\"rdmd-code lang- theme-light\" data-lang=\"\" name=\"\"><span class=\"cm-s-neo\">&quot;Basic &quot;</span></code><font style=\"vertical-align: inherit;\">, se colocan antes de la cadena codificada. </font></li>\r\n</ul>\r\n\r\n<p><strong>5.- Limite de Car&aacute;cteres</strong>: 160<br />\r\n<strong>6.- Codigo de Pa&iacute;s</strong>: El respectivo</p>\r\n\r\n<p><strong>Quedando de esta forma como ejemplo</strong></p>\r\n\r\n<p><strong><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/julio%40wisphub/2022/02/10/bien.png\" /></strong><br />\r\n&nbsp;</p>\r\n\r\n<p>Al guardar los datos de la pasarela, puede probar enviando un mensaje personalizado a un cliente desde la lista de clientes.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<style type=\"text/css\">.center {\r\n display: block;\r\n margin: 0 auto;\r\n }\r\n\r\n .markdown {\r\n color: #00C492;\r\n }\r\n\r\n a.btnwhite {\r\n color: white !important;\r\n }\r\n</style>\r\n<h2 id=\"requisitos-mensajes\">Requisitos para enviar mensajes</h2>\r\n\r\n<p>Para enviar notificaci&oacute;n el <strong>cliente</strong> debe tener un<strong> telefono celular </strong>con el formato nacional, solo numero y sin codigo de pais. Ej: <strong>9998887777. </strong>Tamb&iacute;en la opci&oacute;n <strong>Enviar avisos SMS. </strong>Esto se configura desde la <strong>informaci&oacute;n adicional del cliente.</strong></p>\r\n\r\n<p><img alt=\"Requisitos SMS - WispHub\" src=\"/media/uploadsCKEditor/ahkinpya/2017/08/24/requisitos-sms.png\" /></p>\r\n\r\n<p>Cuando se generan facturas automaticamente por<strong> zona o cliente</strong>, se enviara recordatorio de pago si tiene activada esta opci&oacute;n:<br />\r\n<img alt=\"Requisitos SMS zona - WispHub\" src=\"/media/uploadsCKEditor/ahkinpya/2017/08/24/requisitos-sms-2-wisphub.png\" /></p>\r\n\r\n<p>Esto se configura en la zona.</p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Nota</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Solo editar esta opci&oacute;n desde Facturaci&oacute;n, Si el cliente tiene su fecha de corte diferente a la zona.</div>\r\n</div>\r\n\r\n<h2 id=\"crm-inbox\">CRMInbox</h2>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2023/10/14/crminbox.png\" /></p>\r\n\r\n<p>Se ha a&ntilde;adido una nueva opci&oacute;n para mensajer&iacute;a de texto v&iacute;a <strong>Whatsapp</strong>, en esta secci&oacute;n podr&aacute;s colocar los datos de la API de Whatsapp de tu cuenta de <strong>CRMInbox</strong>. Puedes crear tu cuenta siguiendo este<a href=\"https://crminbox.io/\" target=\"_blank\"> link.</a></p>\r\n\r\n<p>La aplicaci&oacute;n le permite enviar mensajes de Whatsapp a m&uacute;ltiples n&uacute;meros telef&oacute;nicos, esto al escanear un C&oacute;digo QR<br />\r\ndentro del sistema en el apartado de Dispositivos.</p>\r\n\r\n<p>Para implementarlo en WispHub es necesario seguir los siguientes pasos:</p>\r\n\r\n<p>1. Acceder al apartado <strong>Ajustes &gt; SMS&nbsp;</strong>y seleccionar la opcion de&nbsp;<strong>Whatsapp Generico</strong></p>\r\n\r\n<p><a href=\"https://wisphub.net/media/uploadsCKEditor/manuel%40wisphub/2022/05/30/ksnip_20220530-095432.png\" target=\"_blank\"><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/daniel%40wisphub/2023/12/14/crm_inbox_Uf1TDmO.png\" /></a></p>\r\n\r\n<p>2. Llene el formulario con los datos obtenidos de CRMInbox, de la siguiente forma:</p>\r\n\r\n<p><a href=\"https://wisphub.net/media/uploadsCKEditor/manuel%40wisphub/2022/05/30/ksnip_20220530-114347.png\" target=\"_blank\"><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/daniel%40wisphub/2023/12/08/crminbox_form.png\" /></a></p>\r\n\r\n<p><strong>1 URL Gateway:</strong> La URL a la que se le enviar&aacute; la petici&oacute;n HTTP. En <strong>CRMInbox</strong>&nbsp;es algo parecido a esto (pero dependera de la configuraci&oacute;n de tu empresa):</p>\r\n\r\n<p><a href=\"https://wifiplus.crminbox.io/api/devices/1/messages/\">https://wifiplus.crminbox.io/api/devices/1/messages/</a>&nbsp;</p>\r\n\r\n<p><strong>2 Par&aacute;metros ( Payload):</strong> Los par&aacute;metros necesarios para enviar el mensaje, en algunas plataformas puede encontrar estos datos con el nombre de Payload. Agrega lo siguiente en el formulario modificar el valor que tiene por default por:</p>\r\n\r\n<p><strong>to={destinatario}&amp;message={mensaje}</strong></p>\r\n\r\n<p><strong>3 M&eacute;todo:</strong> Como se estan realizando peticiones, este deber&iacute;a de ser el m&eacute;todo <strong>POST</strong> por defecto. Revise la documentaci&oacute;n de su plataforma y verifique que concuerde y cambie de ser necesario.</p>\r\n\r\n<p><strong>4 Token de autorizaci&oacute;n:</strong> Es la llave de autorizaci&oacute;n que le fue otorgada, la necesita para poder realizar la petici&oacute;n. En el caso de <strong>CRMInbox</strong> es entregada al realizar una conversacion con Soporte T&eacute;cnico para que se la entreguen.<br />\r\n<strong>Nota:</strong> Antes de agregar el token agregar lo siguiente <span style=\"color:#008080;\"><strong>Api-Key</strong></span>&nbsp;</p>\r\n\r\n<p><strong>5 Content/type:</strong> Utilice lo siguiente:</p>\r\n\r\n<ul>\r\n <li><strong>application/json</strong></li>\r\n</ul>\r\n\r\n<p><strong>6 C&oacute;digo de Pa&iacute;s:</strong> Eliga el correspondiente.</p>\r\n\r\n<p><strong>7 L&iacute;mite de caracteres: 1000</strong></p>\r\n\r\n<h3 class=\"pregunta\">Ejemplo de Integraci&oacute;n</h3>\r\n\r\n<p><img alt=\"\" crossorigin=\"anonymous\" draggable=\"true\" src=\"blob:https://web.whatsapp.com/8813bf09-4628-4415-8c64-c8a39bc45e6d\" tabindex=\"0\" /><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2023/10/14/untitled_C2HEGIo.jpeg\" /></p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<h2 id=\"opcioneswhats\">Pasarelas disponibles para mensajeria Whatsapp</h2>\r\n\r\n<h3>Whatsapp version 1</h3>\r\n\r\n<div class=\"accordion accordion-flush\" id=\"accordionFlushWhats1\">\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingWhatsv1\"><button aria-controls=\"flush-collapseWhatsv1\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseWhatsv1\" data-bs-toggle=\"collapse\" type=\"button\">Wiivo</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingWhatsv1\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushWhats1\" id=\"flush-collapseWhatsv1\">\r\n<div class=\"accordion-body\">\r\n<p>Si tienes cuenta en Wiivo puedes encontrar tus datos de conexi&oacute;n <a href=\"https://app.wiivo.net/help/send-text-messages\">aqu&iacute;</a>. O en el apartado que dice <strong>Documentacion</strong> (Docs) y luego dirijase a la opci&oacute;n que diga <em>&quot;Enviar Mensaje&quot;</em> ( Send Messages to a phone number).<br />\r\n<span style=\"font-size:16px;\"><span style=\"color:#2786c9;\"><strong>Guia Wiivo:</strong></span> <a href=\"https://www.wiivo.net\" target=\"_blank\"><strong>https://www.wiivo.net</strong></a><br />\r\n<strong><span style=\"color:#2786c9;\">Contacto para soporte:</span><span style=\"color:#008080;\"><strong> </strong></span>+573173345005</strong></span></p>\r\n\r\n<p>Pueden aparecer as&iacute;:</p>\r\n\r\n<p><a href=\"https://wisphub.net/media/uploadsCKEditor/manuel%40wisphub/2022/06/02/ksnip_20220602-165312.png\" target=\"_blank\"><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/manuel%40wisphub/2022/06/02/ksnip_20220602-165312.png\" /></a></p>\r\n\r\n<p><a href=\"https://wisphub.net/media/uploadsCKEditor/manuel%40wisphub/2022/05/30/ksnip_20220530-113442_lPJnTUm.png\" target=\"_blank\"><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/manuel%40wisphub/2022/05/30/ksnip_20220530-113442_lPJnTUm.png\" /></a></p>\r\n\r\n<p>De los datos del Payload nos interesan las variables con las que reemplazaremos por el numero del cliente y el mensaje a mandar, en este caso se llaman phone y message. Esto puede variar en otras plataformas.</p>\r\n\r\n<p><strong>1 URL Gateway:</strong>&nbsp;https://api.wiivo.net/v1/messages</p>\r\n\r\n<p><strong>2 Par&aacute;metros ( Payload):</strong>&nbsp;Colocamos los parametros juntos separados por una &amp; y colocamos las variables de Wisphub.</p>\r\n\r\n<p>Actualmente puede usar 3 variables:</p>\r\n\r\n<ul>\r\n <li>{destinatario}</li>\r\n <li>{mensaje}</li>\r\n <li>{token}</li>\r\n</ul>\r\n\r\n<p>El payload con wiivo quedar&iacute;a as&iacute;:</p>\r\n\r\n<p>phone={destinatario}&amp;message={mensaje}</p>\r\n\r\n<p><strong>3 M&eacute;todo:</strong> POST</p>\r\n\r\n<p><strong>4 Token de autorizaci&oacute;n:</strong>&nbsp;68****************************************************</p>\r\n\r\n<p><strong>5 Content/type:</strong>&nbsp;application/json</p>\r\n\r\n<p><strong>6 C&oacute;digo de Pa&iacute;s:</strong> +52</p>\r\n\r\n<p><strong>7 L&iacute;mite de caracteres: </strong>160</p>\r\n\r\n<p>Finalmente el formulario quedar&iacute;a as&iacute;:</p>\r\n\r\n<p><a href=\"https://wisphub.net/media/uploadsCKEditor/manuel%40wisphub/2022/05/30/ksnip_20220530-120358_Z8rmKsk.png\" target=\"_blank\"><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/manuel%40wisphub/2022/05/30/ksnip_20220530-120358_Z8rmKsk.png\" /></a></p>\r\n\r\n<div class=\"panel panel-warning\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Atenci&oacute;n</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Algunas plataformas le pedir&aacute;n incluir la variable <strong>{token}</strong> en el payload, como es el caso de UltraMSG.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingWhatsv2\"><button aria-controls=\"flush-collapseWhatsv2\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseWhatsv2\" data-bs-toggle=\"collapse\" type=\"button\">UltraMSG</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingWhatsv2\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushWhats1\" id=\"flush-collapseWhatsv2\">\r\n<div class=\"accordion-body\">\r\n<p>Ingresar a:&nbsp;<a href=\"https://ultramsg.com/es/\">https://ultramsg.com/es/</a></p>\r\n\r\n<p><a href=\"https://wisphub.net/media/uploadsCKEditor/manuel%40wisphub/2022/05/30/ksnip_20220530-110328.png\" target=\"_blank\"><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/manuel%40wisphub/2022/05/30/ksnip_20220530-110328.png\" /></a></p>\r\n\r\n<p>Para la creacion del Token se debe de crear primeramente una instancia, una vez generada esta se mostrara como el punto 3.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/grindis%40wisphub/2022/10/18/s_49h4RxS.png\" /></p>\r\n\r\n<p>Una vez creada la instancia proseguimos a gestionarla, se nos desplegara la siguiente imagen, en donde nos pedira sincronizar nuestro whatsapp a la plataforma.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/grindis%40wisphub/2022/10/18/ss_ELheZX4.png\" /></p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/grindis%40wisphub/2022/10/27/aqw_8TrlQ5J.png\" /></p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">&nbsp;</h3>\r\n\r\n<h3 class=\"panel-title\">Pida Ayuda</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Puede solicitar ayuda de integraci&oacute;n por el chat de <strong>pasarelas de SMS</strong>.</div>\r\n</div>\r\n\r\n<p>&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<h3>Whatsapp version 2</h3>\r\n\r\n<div class=\"accordion accordion-flush\" id=\"accordionFlushWhatsv\">\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingWhats1\"><button aria-controls=\"flush-collapseWhats1\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseWhats1\" data-bs-toggle=\"collapse\" type=\"button\">Ultramsg</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingWhats1\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushWhatsv\" id=\"flush-collapseWhats1\">\r\n<div class=\"accordion-body\">\r\n<h3 id=\"integracion-ultramsg\">Ejemplo de integraci&oacute;n con &quot;Ultramsg&quot;</h3>\r\n\r\n<p>El siguiente ejemplo consiste en como llenar el formulario para integrar&nbsp;la plataforma. Este formulario fue&nbsp;llenado conforme a la documentaci&oacute;n de la plataforma&nbsp;en Octubre del 2023.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/fernandoperez%40wisphub/2023/10/25/ksnip_20231025-113314_8HMKaKN.png\" /></p>\r\n\r\n<p>Datos usados en este ejemplo:</p>\r\n\r\n<p><strong>1 URL Gateway:</strong>&nbsp;https://api.ultramsg.com/&lt;instancia_id&gt;/messages/chat<br />\r\nReemplaza &quot;&lt;instancia_id&gt;&quot; por el id de tu instancia que asigno ultramsg.</p>\r\n\r\n<p><strong>2 M&eacute;todo:</strong>&nbsp;POST</p>\r\n\r\n<p><strong>3 Headers:</strong>&nbsp;</p>\r\n\r\n<p><code class=\"routes hljs json\">{<br />\r\n&nbsp; &quot;Content-Type&quot;:&quot;application/x-www-form-urlencoded&quot;<br />\r\n}</code></p>\r\n\r\n<p><strong>4 Data:</strong></p>\r\n\r\n<p><code class=\"routes hljs json\">{<br />\r\n&nbsp; &quot;body&quot;:&quot;{mensaje}&quot;,<br />\r\n&nbsp; &quot;to&quot;:&quot;{destinatario}&quot;,<br />\r\n&nbsp; &quot;token&quot;: &quot;reemplaza-este-texto-por-tu-token&quot;<br />\r\n}</code></p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>5 Parametros extra:</strong></p>\r\n\r\n<p><code class=\"routes hljs json\">{<br />\r\n&nbsp; &quot;verify&quot;:true<br />\r\n}</code></p>\r\n\r\n<p>&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingWhats2\"><button aria-controls=\"flush-collapseWhats2\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseWhats2\" data-bs-toggle=\"collapse\" type=\"button\">Automatizados VIP</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingWhats2\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushWhatsv\" id=\"flush-collapseWhats2\">\r\n<div class=\"accordion-body\">\r\n<p>El siguiente ejemplo consiste en como llenar el formulario para integrar&nbsp;la plataforma. Este formulario fue&nbsp;llenado conforme a la documentaci&oacute;n de la plataforma&nbsp;en Octubre del 2023.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/fernandoperez%40wisphub/2023/10/25/ksnip_20231025-113314_C95rk4Z.png\" /></p>\r\n\r\n<p>Datos usados en este ejemplo:</p>\r\n\r\n<p><strong>1 URL Gateway:</strong>&nbsp;https://automatizadovip.com/api/whatsapp/send</p>\r\n\r\n<p><strong>2 M&eacute;todo:</strong>&nbsp;POST</p>\r\n\r\n<p><strong>3 Headers:</strong>&nbsp;</p>\r\n\r\n<p><code class=\"routes hljs json\">{<br />\r\n&nbsp;&nbsp;&quot;Content-Type&quot;:&quot;application/json&quot;,<br />\r\n&nbsp;&nbsp;&quot;Api-key&quot;:&quot;reemplaza-este-texto-por-tu-api-key&quot;<br />\r\n}</code></p>\r\n\r\n<p><strong>4 Data:</strong></p>\r\n\r\n<p><code class=\"routes hljs json\">{<br />\r\n&nbsp; &quot;contact&quot;:[<br />\r\n&nbsp; &nbsp; {<br />\r\n&nbsp; &nbsp; &nbsp; &quot;message&quot;:&quot;{mensaje}&quot;,<br />\r\n&nbsp; &nbsp; &nbsp; &quot;number&quot;:&quot;{destinatario}&quot;<br />\r\n&nbsp; &nbsp; }<br />\r\n&nbsp; ]<br />\r\n}</code></p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>5 Parametros extra:</strong></p>\r\n\r\n<p><code class=\"routes hljs json\">{<br />\r\n&nbsp; &quot;verify&quot;:true<br />\r\n}</code></p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingWhats3\"><button aria-controls=\"flush-collapseWhats3\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseWhats3\" data-bs-toggle=\"collapse\" type=\"button\">smartchatsms</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingWhats3\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushWhatsv\" id=\"flush-collapseWhats3\">\r\n<div class=\"accordion-body\"><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/eveling%40wisphub/2023/12/06/chat.png\" style=\"width: 800px; height: 815px;\" />\r\n<p>&nbsp;</p>\r\n\r\n<p>Datos usados en este ejemplo:</p>\r\n\r\n<p><strong>1 URL Gateway:</strong>&nbsp;https://automatizadovip.com/api/whatsapp/send</p>\r\n\r\n<p><strong>2 M&eacute;todo:</strong>&nbsp;POST</p>\r\n\r\n<p><strong>3 Headers:&nbsp;</strong></p>\r\n\r\n<p><strong>4 Data:</strong></p>\r\n\r\n<p><code class=\"routes hljs json\">{<br />\r\n&nbsp;&quot;appkey&quot;:&quot;tuappkey&quot;,<br />\r\n&quot;authkey&quot;:&quot;tuauthkey&quot;,<br />\r\n&quot;message&quot;:&quot;{mensaje}&quot;,<br />\r\n&quot;to&quot;:&quot;{destinatario}&quot;<br />\r\n} </code></p>\r\n\r\n<p><strong>5 Parametros extra</strong></p>\r\n\r\n<p>Si tiene alguna pregunta o necesita asistencia adicional, no dude en ponerse en contacto con nuestro equipo de soporte a traves del chat en linea.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<h2 id=\"opcionessms\">Pasarelas disponibles para mensajeria SMS</h2>\r\n\r\n<div class=\"accordion accordion-flush\" id=\"accordionFlushSMS\">\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingSMS1\"><button aria-controls=\"flush-collapseSMS1\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseSMS1\" data-bs-toggle=\"collapse\" type=\"button\">Nexmo</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingSMS1\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushSMS\" id=\"flush-collapseSMS1\">\r\n<div class=\"accordion-body\">\r\n<p>Para usar nexmo se necesita comprar saldo desde su pagina, no es necesario tener un smartphone para enviar los mensajes. Seguir estos pasos para la configuraci&oacute;n:</p>\r\n\r\n<p><span class=\"pasos-manual\">1</span>Registrarse en <a href=\"https://dashboard.nexmo.com/sign-up\" target=\"_blank\">nexmo</a></p>\r\n\r\n<p><span class=\"pasos-manual\">2</span>Obtener Api Key y Secret, <a href=\"https://dashboard.nexmo.com/getting-started-guide\" target=\"_blank\">ingresar aqui.</a></p>\r\n\r\n<p><a href=\"https://dashboard.nexmo.com/getting-started-guide\" target=\"_blank\"><img alt=\"Api Keys Nexmo Wisphub\" src=\"/media/uploadsCKEditor/ahkinpya/2017/08/24/api-keys-nexmo-wisphub.png\" /></a></p>\r\n\r\n<p><span class=\"pasos-manual\">3</span>Ingresar a <a href=\"https://wisphub.net/sms/nexmo/\" target=\"_blank\">https://wisphub.net/sms/nexmo/ </a>y completar los datos:</p>\r\n\r\n<p><img alt=\"Nexmo Wisphub\" src=\"/media/uploadsCKEditor/ahkinpya/2017/08/24/nexmo-wisphub.png\" /></p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Nota</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Puede que Nexmo no envie los mensajes al momento. Aveces demora entre 1 a 5 minutos</div>\r\n</div>\r\n\r\n<p><span class=\"pasos-manual\">4</span>Seguir las instrucciones del<a href=\"https://wisphub.net/documentacion/articulo/enviar-sms-33/\"> paso 5</a> para enviar mensajes.</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingSMS2\"><button aria-controls=\"flush-collapseSMS2\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseSMS2\" data-bs-toggle=\"collapse\" type=\"button\">SMS Hablame(Colombia)</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingSMS2\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushSMS\" id=\"flush-collapseSMS2\">\r\n<div class=\"accordion-body\">\r\n<div class=\"panel panel-warning\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Informaci&oacute;n</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Hablame.co a actualizado su versi&oacute;n de API para mandar mensajes SMS. Si ya cuenta con datos de Hablame.co registrados en Wisphub puede seguir mandando mensajes con normalidad esto no afectara el envi&oacute; de sus mensajes. Solo si esta interesado en cambiar su versi&oacute;n de Hablame.co visite el siguiente enlace <a href=\"#1\">Hablame.co -Version 2</a></div>\r\n</div>\r\n\r\n<p>Para usar Hablame.co se necesita comprar saldo desde su pagina, no es necesario tener un smartphone para enviar los mensajes. Seguir estos pasos para la configuraci&oacute;n:</p>\r\n\r\n<p><span class=\"pasos-manual\">1</span>Ir al siguiente link <a href=\"https://www.hablame.co/\" target=\"_blank\">www.hablame.co/sms/</a> y seguir los siguientes pasos:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/ahkinpya/2018/07/30/formulario-hablame.jpg\" style=\"width: 1219px; height: 538px;\" /></p>\r\n\r\n<ul>\r\n <li><strong>1:</strong> Dar clic en Abrir mi cuenta.</li>\r\n <li><strong>2:</strong> Llenar el formulario.</li>\r\n <li><strong>3:</strong> Seguir los pasos que indica la pagina.</li>\r\n</ul>\r\n\r\n<p><span class=\"pasos-manual\">2</span>Obtener accesos de la API</p>\r\n\r\n<p>Debes iniciar sesi&oacute;n con tu cuenta en <a href=\"https://ecare.hablame.co/\" target=\"_blank\">https://ecare.hablame.co/</a> y despues ir en la a la secci&oacute;n <strong>Mensajes de texto - SMS.</strong>:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/ahkinpya/2018/07/30/paso-2.jpg\" style=\"width: 991px; height: 147px;\" /></p>\r\n\r\n<p>Despues ir a la secci&oacute;n <strong>Integreci&oacute;n API.</strong></p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/ahkinpya/2018/07/30/paso-3_0tGxQjg.jpg\" style=\"width: 1073px; height: 496px;\" /></p>\r\n\r\n<p>Agregar la IP</p>\r\n\r\n<p>&nbsp;<img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/ahkinpya/2018/07/30/agregar-ip.jpg\" style=\"width: 598px; height: 239px;\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">3</span>Ingresar a <a href=\"https://wisphub.net/sms/hablame/\" target=\"_blank\">https://wisphub.net/sms/hablame/</a> y completar los datos:</p>\r\n\r\n<p>Una vez recibido los datos del API por correo, copiar y pegar en el siguiente formulario:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/ahkinpya/2018/07/30/19fb4ecd-09d1-4449-aeda-b3ac5741a06d.jpg\" style=\"width: 858px; height: 733px;\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">4</span>Recargar saldo</p>\r\n\r\n<p>Para recargar saldo unicamente tienes que ir al panel de <a href=\"https://ecare.hablame.co/\" target=\"_blank\">Hablame.co</a> y dar Clic en la secci&oacute;n de recargar saldo.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/ahkinpya/2018/07/31/recargar-saldo.jpg\" style=\"width: 1049px; height: 927px;\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">5</span>Para saber si sus mensajes est&aacute;n siendo enviados ir a la secci&oacute;n de <strong>Reportes</strong> y despues dar clic en <strong>SMS enviados</strong> y ahi le mostrara el historial de sus mensaje</p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Informaci&oacute;n</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Tome en cuenta la siguiente informaci&oacute;n en caso de enviar mensajes y estos no lleguen a su destinatario. Para mas informaci&oacute;n consulte <a href=\"https://ecare.hablame.co/\" target=\"_blank\">Hablame.co</a></div>\r\n</div>\r\n\r\n<div class=\"panel-body\"><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/jorge%40wisphub/2020/04/18/numeros_caracteres_hablames_wmox01h.png\" style=\"width: 100%;\" /></div>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/ahkinpya/2018/07/30/historial.jpg\" style=\"width: 1081px; height: 311px;\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">6</span>Seguir las instrucciones del <a href=\"https://wisphub.net/documentacion/article/configurar-sms-masivos-32/\"> paso 5</a> para enviar mensajes.</p>\r\n\r\n<h3 id=\"1\">Hablame.co Versi&oacute;n 2</h3>\r\n\r\n<p>Para esta&nbsp;nueva versi&oacute;n basta con tener una cuenta de Hablame.co, en caso de que sea un usuario nuevo necesitara crear una pero si ya usabas servicios de esta plataforma puedes seguir usando tu usuario&nbsp;y&nbsp;tus paquetes en la segunda versi&oacute;n. Ver mas detalles en el siguiente enlace&nbsp;<a href=\"https://www.hablame.co/\">https://www.hablame.co/</a>&nbsp;.</p>\r\n\r\n<p><span class=\"pasos-manual\">1</span>Completar o Actualizar informaci&oacute;n del formulario de Hablame.co</p>\r\n\r\n<p>Si no tienes cuenta en Hablame.co puedes consultar como crear una al inicio de este articulo, en caso de ya estar registrado en Hablame.co basta con hacer lo siguiente.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/jorge%40wisphub/2020/08/14/formulario.png\" style=\"width: 100%;\" /></p>\r\n\r\n<p>Si ya tenias informaci&oacute;n registrada tendr&aacute;s que agregar solo los campos en rojo. En caso contrario&nbsp;tendr&aacute;s que completar por completo el formulario, para&nbsp;dudas de como conseguir esos datos puedes consultarlo en la informaci&oacute;n al inicio de este articulo.</p>\r\n\r\n<p>Nuevos datos para la version 2:</p>\r\n\r\n<ol>\r\n <li><strong>Versi&oacute;n del API:</strong>&nbsp;Selecciona entre la versi&oacute;n 1 o la versi&oacute;n 2 para enviar mensajes SMS.</li>\r\n <li><strong>Token: </strong>Dato generado al crear tu cuenta y puedes consultarlo en el panel de Hablame.co</li>\r\n <li><strong>Configurar notificaci&oacute;n:</strong>&nbsp; Opci&oacute;n para verificar si el mensaje llego al celular del receptor, esto genera un costo extra al mensaje por parte de Hablame.co.</li>\r\n</ol>\r\n\r\n<p>Es importarte verificar los datos que ponemos en la activaci&oacute;n como el token</p>\r\n\r\n<p><span class=\"pasos-manual\">1</span>En la pagina de Hablame nos vamos&nbsp;a inicio y entras en la parte de<strong> Ver informaci&oacute;n para desarrollador</strong>.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/diana%40wisphub/2021/01/26/1.png\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">2</span>Nos dar&aacute; la informaci&oacute;n para la configuraci&oacute;n de la pasarela y debemos de darle click en la imagen del <strong>sobre</strong>, esto para que llegue a su&nbsp;correo el n&uacute;mero de token que ir&aacute;&nbsp;en Wisphub.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/diana%40wisphub/2021/01/26/2.png\" /></p>\r\n\r\n<p>Saldr&aacute; un mensaje como a continuaci&oacute;n:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/diana%40wisphub/2021/01/26/3_Mq5XyL6.png\" />En la pagina de hablame en el apartado de <strong>SMS</strong> debemos dar click.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/diana%40wisphub/2021/01/26/4.png\" />En la parte de configuraci&oacute;n debemos de tener habilitado la opci&oacute;n de <strong>Envio habilitado desde IP din&aacute;mica </strong>ya que de no ser as&iacute; nos saldr&aacute; un error al momento de enviar un mensaje.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/diana%40wisphub/2021/01/26/5.png\" /></p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Nota</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Si usaras la segunda versi&oacute;n tendr&aacute;s que usar el nuevo panel de Hablame.co;&nbsp;<a href=\"https://ecare2.hablame.co/\">https://ecare2.hablame.co/</a>&nbsp;, ah&iacute; podr&aacute;s consultar tus&nbsp;datos como <strong>ID Cliente, Clave API y Token. </strong>Para&nbsp;dudas de donde ver&nbsp;esos datos , consulte&nbsp;<a href=\"https://ecare2.hablame.co/desarrolladores/\">https://ecare2.hablame.co/desarrolladores/</a></div>\r\n</div>\r\n\r\n<p>Con estos pasos podr&aacute;s mandar mensajes con la segunda versi&oacute;n de Hablame.co en:</p>\r\n\r\n<ol>\r\n <li><strong>Lista de Clientes</strong></li>\r\n <li><strong>Lista de Facturas</strong></li>\r\n <li><strong>Tareas Peri&oacute;dicas (Para Zona y Cliente)</strong></li>\r\n <li><strong>Acciones Masivas</strong></li>\r\n</ol>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingSMS3\"><button aria-controls=\"flush-collapseSMS3\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseSMS3\" data-bs-toggle=\"collapse\" type=\"button\">SMS Masivos</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingSMS3\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushSMS\" id=\"flush-collapseSMS3\">\r\n<div class=\"accordion-body\">\r\n<p>Para usar la plataforma SMS Masivos se necesita comprar cr&eacute;dito desde la misma, no es necesario tener un Smartphone para enviar los mensajes.</p>\r\n\r\n<p>Seguir estos pasos para la configuraci&oacute;n:</p>\r\n\r\n<p><span class=\"pasos-manual\">1</span>Registrarse en SMS Masivos</p>\r\n\r\n<p>Para registrarse en SMS Masivos es muy f&aacute;cil, &uacute;nicamente tienes que ir al link <a href=\"https://sms.gy/DzJ6o\">SMS Masivos</a> y completar el formulario.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/raymundo%40wisphub/2021/03/30/crear-cuenta.png\" style=\"width: 100%;\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">2</span>Obtener API Key para enviar mensajes SMS.</p>\r\n\r\n<p>Para obtener la API Key se debe ingresar al link <a href=\"https://app.smsmasivos.com.mx/api\" target=\"_blank\">https://app.smsmasivos.com.mx/api</a>. Seleccione el apartado de <strong>Intregraciones.</strong></p>\r\n\r\n<p>Podr&aacute; generar una nueva API Key dando click al bot&oacute;n verde</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2020/12/01/smsmasivos.png\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">3</span>Ingresar a <a href=\"https://wisphub.net/sms/sms-masivos/\" target=\"_blank\">https://wisphub.net/sms/sms-masivos/</a> y completar los datos:</p>\r\n\r\n<p>Una vez haya generado su API Key debe llenar el siguiente formulario:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/ahkinpya/2018/08/06/formulario.jpg\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">4</span>Comprar Cr&eacute;dito</p>\r\n\r\n<p>Para comprar cr&eacute;dito en SMS Masivos hay que ir al link&nbsp;<a href=\"https://app.smsmasivos.com.mx/outbound\">https://app.smsmasivos.com.mx/outbound</a> e ingresar la cantidad de cr&eacute;ditos que se desee comprar.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/raymundo%40wisphub/2021/03/30/comprar-creditos_M1PJDtr.png\" style=\"width: 100%;\" /></p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/raymundo%40wisphub/2021/03/30/comprar-creditos2.png\" style=\"width: 100%;\" /></p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Nota</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">La cantidad m&iacute;nima para comprar es de 1000 Mensajes.</div>\r\n</div>\r\n\r\n<p><span class=\"pasos-manual\">5</span>Para saber m&aacute;s a detalle acerca de tus mensajes ir a la secci&oacute;n de Reportes <a href=\"https://app.smsmasivos.com.mx/reportes\">https://app.smsmasivos.com.mx/reportes</a></p>\r\n\r\n<p>En esta secci&oacute;n podr&aacute;s saber si tus mensajes fueron enviados correctamente y si ocurri&oacute; alg&uacute;n fallo.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/raymundo%40wisphub/2021/03/30/reportes.png\" style=\"width: 100%;\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">6</span>Seguir las instrucciones del<a href=\"https://wisphub.net/documentacion/article/enviar-sms-33/\"> paso 6</a> para enviar mensajes.</p>\r\n\r\n<div class=\"panel panel-warning\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Importante</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Sms Masivos solo permite 160 caracteres para el envio de sms&nbsp;</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingSMS4\"><button aria-controls=\"flush-collapseSMS4\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseSMS4\" data-bs-toggle=\"collapse\" type=\"button\">SMS Masivos Ar</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingSMS4\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushSMS\" id=\"flush-collapseSMS4\">\r\n<div class=\"accordion-body\">\r\n<p>Para usar la plataforma SMS Masivos se necesita comprar cr&eacute;dito desde la misma, no es necesario tener un Smartphone para enviar mensajes.</p>\r\n\r\n<h4 class=\"pregunta\" id=\"p1\">&iquest;Que es SMS Masivos.Ar?</h4>\r\n\r\n<p>Es una plataforma Web autoadministrable para el env&iacute;o y recepci&oacute;n de Mensajes de Texto, una soluci&oacute;n ideal para empresas, instituciones y profesionales que deseen utilizar un nuevo e innovador canal de comunicaci&oacute;n con sus clientes, empleados y proveedores.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<h4 class=\"pregunta\" id=\"p2\">&iquest;En que pa&iacute;ses operan?</h4>\r\n\r\n<p>Argentina, Brasil, Chile, Colombia, Ecuador, El Salvador, Guatemala, M&eacute;xico, Per&uacute; y Uruguay.</p>\r\n\r\n<h4 class=\"pregunta\" id=\"p3\">&iquest;Cuanto cuesta su servicio?</h4>\r\n\r\n<p>Todos los precios son en dolares estadounidenses que van desde los 5 dolares dependiendo del pa&iacute;s. Para mayor informaci&oacute;n ir al siguiente link http://www.smsmasivosweb.com/internacional/</p>\r\n\r\n<h4 class=\"pregunta\" id=\"p4\">&iquest;Cuanto tiempo dura el servicio?</h4>\r\n\r\n<p>La vigencia de los paquetes es de 90 d&iacute;as.</p>\r\n\r\n<h4 class=\"pregunta\" id=\"p5\">&iquest;Como contrato SMS Masivos.Ar?</h4>\r\n\r\n<p>Para poder crear una cuenta es necesario que mande un correo a [email protected] e indicando para que pa&iacute;s necesitas el servicio o de igual forma marcar a uno de los n&uacute;meros que proporciona la pagina en el siguiente link <a href=\"https://www.smsmasivos.com.ar/#CONTACTO\" target=\"_blank\">https://www.smsmasivos.com.ar/#CONTACTO.</a></p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Nota</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Es importante que tenga en cuenta que solo puede enviar mensaje al pa&iacute;s de donde haya contratado el servicio.</div>\r\n</div>\r\n\r\n<p>Una vez que tenga su usuario y contrase&ntilde;a puede entrar a Wisphub y seguir los siguientes pasos.</p>\r\n\r\n<p><span class=\"pasos-manual\">1</span>Ingrese a <a href=\"https://wisphub.net/sms/sms-masivos-ar/\" target=\"_blank\">https://wisphub.net/sms/sms-masivos-ar/</a> y completar los datos.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/rogerchan/2019/04/13/sms-masivos-ar-1.png\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">2</span>Para saber que mensajes se han enviado exitosamente puede ir a <a href=\"http://servicio.smsmasivos.com.ar/ver_sms.asp\" target=\"_blank\">http://servicio.smsmasivos.com.ar/ver_sms.asp</a> y verlo en la secci&oacute;n de Listado de mensajes enviados.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/rogerchan/2019/04/13/sms-masivos-ar-2.png\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">3</span>Para saber que mensajes no se pudieron saber por alguna raz&oacute;n puede ir a <a href=\"http://servicio.smsmasivos.com.ar/ver_sms_enviados_errores.asp\" target=\"_blank\">http://servicio.smsmasivos.com.ar/ver_sms_enviados_errores.asp</a> y verlo en la secci&oacute;n de &Uacute;ltimos errores de mis env&iacute;os.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/rogerchan/2019/04/13/sms-masivos-ar-3.png\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">4</span>Seguir las instrucciones del siguiente link <a href=\"https://wisphub.net/documentacion/articulo/enviar-sms-33/\" target=\"_blank\">https://wisphub.net/documentacion/articulo/enviar-sms-33/</a> para enviar mensajes.</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingSMS5\"><button aria-controls=\"flush-collapseSMS5\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseSMS5\" data-bs-toggle=\"collapse\" type=\"button\">Env&iacute;os SMS</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingSMS4\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushSMS\" id=\"flush-collapseSMS5\">\r\n<div class=\"accordion-body\">\r\n<p>Para usar la plataforma Env&iacute;os SMS se necesita comprar cr&eacute;dito desde la misma, no es necesario tener un Smartphone para enviar mensajes.</p>\r\n\r\n<h4 class=\"pregunta\" id=\"p1\">&iquest;Que es Env&iacute;os SMS?</h4>\r\n\r\n<p>Es una plataforma Web para el env&iacute;o de Mensajes, una soluci&oacute;n ideal para empresas, instituciones y profesionales que deseen utilizar un nuevo e innovador canal de comunicaci&oacute;n con sus clientes, empleados y proveedores.</p>\r\n\r\n<h4 class=\"pregunta\" id=\"p2\">&iquest;En que pa&iacute;ses operan?</h4>\r\n\r\n<p>Argentina, Bolivia, Brasil, Chile, Colombia, Costa Rica, Cuba, Ecuador, El Salvador, Guatemala, Honduras, M&eacute;xico, Nicaragua, Panam&aacute;, Paraguay, Per&uacute;, Puerto Rico, Rep&uacute;blica Dominicana, Uruguay, USA (Estados Unidos) y Venezuela.</p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Nota</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Cada pa&iacute;s cuenta con caracter&iacute;sticas distintas favor de verificarlas en el siguiente link <a href=\"https://tecsid.com/precios_sms\" target=\"_blank\">https://tecsid.com/precios_sms</a></div>\r\n</div>\r\n\r\n<h4 class=\"pregunta\" id=\"p3\">&iquest;Cuanto cuesta su servicio?</h4>\r\n\r\n<p>Todos los precios son en dolares estadounidenses que van desde lo 16 dolares. Para mas informaci&oacute;n puede ir al siguiente link <a href=\"http://www.enviossms.com/precios.htm\" target=\"_blank\">http://www.enviossms.com/precios.htm</a></p>\r\n\r\n<h4 class=\"pregunta\" id=\"p4\">&iquest;Como contrato Env&iacute;os SMS?</h4>\r\n\r\n<p>Para contratar el servicio debe seguir los siguientes pasos</p>\r\n\r\n<p><span class=\"pasos-manual\">1</span>Ir al siguiente link http://www.enviossms.com/precios.htm, despu&eacute;s ir hasta la secci&oacute;n de Algunos Planes pre-armados de Env&iacute;osSMS, seleccione el plan que mas le ayude.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/rogerchan/2019/04/13/envios-sms-1_03YAH04.png\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">2</span> Una vez que haya elegido su plan, lo reenviara a un formulario donde debe poner sus datos para contratar el servicio.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/rogerchan/2019/04/13/envios-sms-2.jpg\" /></p>\r\n\r\n<p>Una vez se haya completado el pago, se le enviara un mensaje a su correo electr&oacute;nico donde se le otorgara su usuario y contrase&ntilde;a.</p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Nota</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Para ver su panel de control de su cuenta entre a <a href=\"http://virtual.enviossms.com/login/?callback=http%3A%2F%2Fvirtual.enviossms.com%2Fsettings%2Froundabout%3F\" target=\"_blank\">http://virtual.enviossms.com/login/?callback=http%3A%2F%2Fvirtual.enviossms.com%2Fsettings%2Froundabout%3F</a> e ingrese su usuario y contrase&ntilde;a</div>\r\n</div>\r\n\r\n<p><span class=\"pasos-manual\">3</span> Ingrese a <a href=\"https://wisphub.net/sms/envios-sms/\" target=\"_blank\">https://wisphub.net/sms/envios-sms/</a> e ingrese los datos que se le pide.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/rogerchan/2019/04/13/envios-sms-3.jpg\" /></p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Nota</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Si pone el c&oacute;digo el M&eacute;xico, solo podr&aacute; enviar mensajes a numero de M&eacute;xico, de igual forma funciona con los otros pa&iacute;ses.</div>\r\n</div>\r\n\r\n<p><span class=\"pasos-manual\">4</span> Si quiere ver un reporte de sus mensajes ha enviado ya sea exitosos o rechazados, puede ir al siguiente link <a href=\"http://virtual.enviossms.com/analyze/dashboard/\" target=\"_blank\">http://virtual.enviossms.com/analyze/dashboard/</a></p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/rogerchan/2019/04/13/envios-sms-4.jpg\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">4</span>Seguir las instrucciones del siguiente link <a href=\"https://wisphub.net/documentacion/articulo/enviar-sms-33/\" target=\"_blank\">https://wisphub.net/documentacion/articulo/enviar-sms-33/</a> para enviar mensajes.</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingSMS6\"><button aria-controls=\"flush-collapseSMS6\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseSMS6\" data-bs-toggle=\"collapse\" type=\"button\">SMS PBX Hosting</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingSMS6\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushSMS\" id=\"flush-collapseSMS6\">\r\n<div class=\"accordion-body\">\r\n<h3 class=\"pregunta\" id=\"p1\" style=\"text-align: center;\">&nbsp;<img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2021/05/04/pbx-hosting-by-inbtel-1024x1024.png\" style=\"width: 300px; height: 183px;\" /></h3>\r\n\r\n<h4 class=\"pregunta\">&iquest;Cuales son los paquetes de env&iacute;os de mensajes y sus precios?</h4>\r\n\r\n<p class=\"pregunta\"><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2021/05/04/ksnip_20210504-112454.png\" /></p>\r\n\r\n<p>Puede obtener mas informaci&oacute;n aqui: <a href=\"https://www.pbxhosting.com.mx/billing/cart.php?gid=14\">https://www.pbxhosting.com.mx/billing/cart.php?gid=14</a></p>\r\n\r\n<p>Puede crear una cuenta dentro de la plataforma de PBX Hosting. Esta puede crearse llenando el siguiente&nbsp; formulario: <a href=\"https://www.pbxhosting.com.mx/sms.php\">https://www.pbxhosting.com.mx/sms.php</a></p>\r\n\r\n<p>Una vez llenen el registro ah&iacute;, el equipo de ventas de PBX Hosting los contactar&aacute; para ayudarte en la activaci&oacute;n de su cuenta para env&iacute;os SMS.</p>\r\n\r\n<h4 class=\"pregunta\" id=\"api-v1\">Pasos para la Integraci&oacute;n - API v1</h4>\r\n\r\n<p><span class=\"pasos-manual\">1</span>Ingrese al formulario en el apartado de Mensajes:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2021/04/26/sms1_8a9eLHQ.png\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">2</span> Llene el formulario de integracion de su cuenta de la siguiente forma:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2021/04/26/sms2.png\" /></p>\r\n\r\n<p><strong>1.- Url Gateway</strong>: <a href=\"http://api.portaldesms.com/?\">https://api.portaldesms.com/?</a><br />\r\n<strong>2.- Par&aacute;metros</strong>: username=user&amp;password=pass&amp;number={destinatario}&amp;message={mensaje}<br />\r\n<br />\r\nEn el punto 2 debe sustituir el valor de &quot;user&quot; por el usuario de la plataforma de PBX Hosting y en el valor de &quot;pass&quot; la contrase&ntilde;a. No modifique el valor de &quot;destinatario&quot; o el de &quot;mensaje&quot;.<br />\r\n<br />\r\n<strong>3.- M&eacute;todo</strong>: Seleccione &quot;GET&quot;<br />\r\n<strong>4.- Limite de Car&aacute;cteres</strong>: 160<br />\r\n<strong>5.- Codigo de Pa&iacute;s</strong>: El respectivo</p>\r\n\r\n<p><strong>NOTA: Deshabilitamos: Usar https y habilitamos el Usar codigo de pais.</strong></p>\r\n\r\n<p>Al guardar los datos de la pasarela, puede probar enviando un mensaje personalizado a un cliente desde la lista de clientes.<br />\r\n<br />\r\nEl resultado del envi&oacute; del mensaje puede ser visto en la plataforma. Acceda a su cuenta en <a href=\"https://admin.portaldesms.com/dashboard\">https://admin.portaldesms.com/dashboard</a>. De click en &quot;Enviar&quot; y luego en &quot;Mostrar Detalle SMS&quot;</p>\r\n\r\n<p>Podr&aacute; visualizar el estado de envio de cada mensaje.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2021/04/26/sms3.png\" /></p>\r\n\r\n<h4 class=\"pregunta\" id=\"api-v2\">Pasos para la Integraci&oacute;n - API v2</h4>\r\n\r\n<p><span class=\"pasos-manual\">1</span>Ingrese al formulario en el apartado de Mensajes:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2021/04/26/sms1_8a9eLHQ.png\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">2</span> Llene el formulario de integraci&oacute;n de su cuenta de la siguiente forma:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2021/06/29/ksnip_20210629-115512.png\" /></p>\r\n\r\n<p><strong>1.- Url Gateway</strong>: https://v2.administradorsms.com/api/v1/sms/<br />\r\n<strong>2.- Par&aacute;metros</strong>: message={mensaje}&amp;numbers=[{destinatario}]<br />\r\n<strong>3.- M&eacute;todo</strong>: Seleccione &quot;POST&quot;<br />\r\n<strong>4.- Usar HTTPS</strong>: SI<br />\r\n<strong>5.- Token de Autorizaci&oacute;n</strong>: Token 12345<br />\r\n<strong>6.- Usar Codigo de Pa&iacute;s</strong>: No<br />\r\n<strong>7.- Limite de Car&aacute;cteres</strong>: 160</p>\r\n\r\n<p>Sustituya el &quot;12345&quot; por el token de su cuenta. Al guardar los datos de la pasarela, puede probar enviando un mensaje personalizado a un cliente desde la lista de clientes.<br />\r\n<br />\r\nEl resultado del envi&oacute; del mensaje puede ser visto en la plataforma. Acceda a su cuenta en <a href=\"https://admin.portaldesms.com/dashboard\">https://admin.portaldesms.com/dashboard</a>. De click en &quot;Enviar&quot; y luego en &quot;Mostrar Detalle SMS&quot;</p>\r\n\r\n<p>Podr&aacute; visualizar el estado de envio de cada mensaje.</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingSMS7\"><button aria-controls=\"flush-collapseSMS7\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseSMS7\" data-bs-toggle=\"collapse\" type=\"button\">SMS 1980tic - Integraci&oacute;n</button></h3>\r\n\r\n<div aria-labelledby=\"flush-headingSMS7\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushSMS\" id=\"flush-collapseSMS7\">\r\n<div class=\"accordion-body\">\r\n<h3 class=\"pregunta\" id=\"p1\" style=\"text-align: center;\">&nbsp;<img alt=\"\" src=\"https://sms.1980tic.com/storage/BAA3926FC9D3EDB83C959E947F87869E/logo/BAA3926FC9D3EDB83C959E947F87869E.png\" style=\"width: 300px; height: 183px;\" /></h3>\r\n\r\n<h4 class=\"pregunta\">&iquest;Cuales son los paquetes de env&iacute;os de mensajes y sus precios?</h4>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/julio%40wisphub/2022/02/10/precio_api_CeQ6vWI.png\" style=\"height: 100%;\" /></p>\r\n\r\n<p>Puede obtener mas informaci&oacute;n aqui: <a href=\"https://sms.1980tic.com/settings/accounts/pricing\">https://sms.1980tic.com/settings/accounts/pricing</a></p>\r\n\r\n<div class=\"panel panel-info\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Contacto</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Si eres de alg&uacute;n otro pa&iacute;s distinto al de Colombia y deseas trabajar con la plataforma contacte con <strong>Sandra Ricon +57 318 3801332</strong> y comenta que eres cliente de WispHub para que te apoye con el precio de tu pa&iacute;s.</div>\r\n</div>\r\n\r\n<p>Puede crear una cuenta dentro de la plataforma de 1980tic. Tendria que contactar con el sitio &nbsp; para mas informaci&oacute;n: <a href=\"https://docs.1980tic.us/comenzando/inicio-rapido\">https://docs.1980tic.us/comenzando/inicio-rapido</a><br />\r\nPara iniciar ses&oacute;n en tu cuenta necesitas ingresar aqui:&nbsp;<a href=\"https://sms.1980tic.com/login/\" target=\"_blank\">https://sms.1980tic.com/login/</a></p>\r\n\r\n<h4 class=\"pregunta\" id=\"api-v1\"><strong>Pasos para la Integraci&oacute;n</strong></h4>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/roger%40wisphub/2021/04/26/sms1_8a9eLHQ.png\" /></p>\r\n\r\n<p><span class=\"pasos-manual\">2</span> - Llene el formulario de integraci&oacute;n de su cuenta de la siguiente forma:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/julio%40wisphub/2022/02/10/nada.png\" style=\"width: 865px; height: 507px;\" /></p>\r\n\r\n<p><strong>1.- Url Gateway</strong>: <a href=\"http://api.messaging-service.com/sms/1/text/single\">http://api.messaging-service.com/sms/1/text/single</a><br />\r\n<strong>2.- Par&aacute;metros</strong>: to={destinatario}&amp;text={mensaje}<br />\r\nNo modifique el valor de &quot;destinatario&quot; y el de &quot;mensaje&quot;.</p>\r\n\r\n<p><strong>3.- M&eacute;todo</strong>: Seleccione &quot;<u>POST&quot;</u></p>\r\n\r\n<p><strong>4-Importante en &quot;Token de Autorizaci&oacute;n&quot;</strong></p>\r\n\r\n<ul>\r\n <li><font style=\"vertical-align: inherit;\">4.1 El usuario y la contrase&ntilde;a se combinan en una cadena de esta forma: </font><strong><font style=\"vertical-align: inherit;\">usuario:contrase&ntilde;a </font></strong><font style=\"vertical-align: inherit;\">. </font></li>\r\n <li><font style=\"vertical-align: inherit;\">4.2 La cadena resultante se codifica en Base64, lo puede realizar aqui:<a href=\"https://www.convertstring.com/es/EncodeDecode/Base64Encode\">https://www.convertstring.com/es/EncodeDecode/Base64Encode</a></font><img alt=\"\" height=\"434\" src=\"https://wisphub.net/media/uploadsCKEditor/julio%40wisphub/2022/02/11/1809.png\" width=\"601\" /></li>\r\n <br />\r\n <li><font style=\"vertical-align: inherit;\">4.3 El m&eacute;todo de autorizaci&oacute;n y un espacio, as&iacute;: </font><code class=\"rdmd-code lang- theme-light\" data-lang=\"\" name=\"\"><span class=\"cm-s-neo\">&quot;Basic &quot;</span></code><font style=\"vertical-align: inherit;\">, se colocan antes de la cadena codificada. </font></li>\r\n</ul>\r\n\r\n<p><strong>5.- Limite de Car&aacute;cteres</strong>: 160<br />\r\n<strong>6.- Codigo de Pa&iacute;s</strong>: El respectivo</p>\r\n\r\n<p><strong>Quedando de esta forma como ejemplo</strong></p>\r\n\r\n<p><strong><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/julio%40wisphub/2022/02/10/bien.png\" /></strong><br />\r\n&nbsp;</p>\r\n\r\n<p>Al guardar los datos de la pasarela, puede probar enviando un mensaje personalizado a un cliente desde la lista de clientes.</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingSMS8\"><button aria-controls=\"flush-collapseSMS8\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseSMS8\" data-bs-toggle=\"collapse\" type=\"button\">Colombia Red</button></h3>\r\n<div aria-labelledby=\"flush-headingSMS8\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushSMS\" id=\"flush-collapseSMS8\">\r\n<div class=\"accordion-body\">\r\n <p><span class=\"pasos-manual\">1</span> Debe crear una cuenta dentro de la plataforma.</p>\r\n\r\n<p><span class=\"pasos-manual\">2</span> Llene el formulario de la siguiente forma:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/victor%40wisphub/2022/03/22/ksnip_20220322-103208.png\" /></p>\r\n\r\n<p><strong>1.- Url Gateway</strong>: https://masivos.colombiared.com.co/Api/get/send.php?<br />\r\n<strong>2.- Par&aacute;metros</strong>: username=user&amp;password=pass&amp;to={destinatario}&amp;text={mensaje}&amp;from=Wisphub&amp;coding=0&amp;dlr-mask=8<br />\r\n<br />\r\nEn el punto 2 debe sustituir el valor de &quot;user&quot; por el usuario de la plataforma de WAUSMS y en el valor de &quot;pass&quot; la contrase&ntilde;a. No modifique el valor de &quot;destinatario&quot; o el de &quot;mensaje&quot;.<br />\r\n<br />\r\n<strong>3.- M&eacute;todo</strong>: Seleccione &quot;GET&quot;<br />\r\n<strong>4.- Content Type</strong>: Si la pasarela lo especifica puede agregar es esta seccion el tipo de contenido que espera recibir, por&nbsp;ejemplo:&nbsp;<strong>application/json.&nbsp;</strong>De lo contrario dejar este campo vacio<br />\r\n<strong>5.- Codigo de Pa&iacute;s</strong>: +57</p>\r\n\r\n<p><strong>6.- Limite de Car&aacute;cteres</strong>: 160</p>\r\n\r\n<p>&nbsp;</p>\r\n<p><span class=\"pasos-manual\">3</span> Agregue las siguientes IP</p>\r\n\r\n<ul>\r\n <li>IP: 107.170.219.187 Subred: /32</li>\r\n <li>IP: 192.241.222.19 Subred: /32</li>\r\n <li>IP: 192.241.197.180 Subred: /32</li>\r\n <li>IP: 198.199.100.231 Subred: /32</li>\r\n <li>IP: 142.93.13.171 Subred: /32</li>\r\n</ul>\r\n\r\n\r\n<p>Al guardar los datos de la pasarela, puede probar enviando un mensaje personalizado a un cliente desde la lista de clientes.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n\r\n\r\n<div class=\"accordion-item\">\r\n<h3 class=\"accordion-header\" id=\"flush-headingSMS9\"><button aria-controls=\"flush-collapseSMS9\" aria-expanded=\"false\" class=\"accordion-button collapsed\" data-bs-target=\"#flush-collapseSMS9\" data-bs-toggle=\"collapse\" type=\"button\">WAUSMS</button></h3>\r\n<div aria-labelledby=\"flush-headingSMS9\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordionFlushSMS\" id=\"flush-collapseSMS9\">\r\n<div class=\"accordion-body\">\r\n <p><span class=\"pasos-manual\">1</span> Debe crear una cuenta dentro de la plataforma. Esta puede crearse llenando el siguiente&nbsp;<a href=\"https://www.wausms.com/registro/\">formulario</a></p>\r\n\r\n<p><span class=\"pasos-manual\">2</span> Genere una contrase&ntilde;a para enviar mensajes. Puede hacerlo desde <a href=\"https://dashboard.wausms.com/Users/resetApiPasswordForm\">https://dashboard.wausms.com/Users/resetApiPasswordForm</a></p>\r\n\r\n<div class=\"alert alert-warning\" role=\"alert\" style=\"top: 0px !important;\">\r\n<p class=\"alert-heading\"><strong>Importante!</strong>&nbsp;Evite que su contrase&ntilde;a contenga &quot;?&quot;,&quot;&amp;&quot; y &quot;@&quot;, esto puede afectar al funcionamiento dentro de Wisphub.</p>\r\n</div>\r\n\r\n<p><span class=\"pasos-manual\">3</span> Permite el env&iacute;o de mensajes desde las IP&#39;s de Wisphub. Ingrese a <a href=\"https://dashboard.wausms.com/Documentacion/type/http\">https://dashboard.wausms.com/Documentacion/type/http</a> y agregue:</p>\r\n\r\n<ul>\r\n <li>IP: 107.170.219.187 Subred: /32</li>\r\n <li>IP: 192.241.222.19 Subred: /32</li>\r\n <li>IP: 192.241.197.180 Subred: /32</li>\r\n <li>IP: 198.199.100.231 Subred: /32</li>\r\n <li>IP: 142.93.13.171 Subred: /32</li>\r\n</ul>\r\n\r\n<p><span class=\"pasos-manual\">5</span> Llene el formulario de la siguiente forma:</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/victor%40wisphub/2022/03/22/ksnip_20220322-102711.png\" /></p>\r\n\r\n<p><strong>1.- Url Gateway</strong>: https://dashboard.wausms.com/Api/get/send.php?<br />\r\n<strong>2.- Par&aacute;metros</strong>: username=user&amp;password=pass&amp;to={destinatario}&amp;text={mensaje}&amp;from=Wisphub&amp;coding=0&amp;dlr-mask=8<br />\r\n<br />\r\nEn el punto 2 debe sustituir el valor de &quot;user&quot; por el usuario de la plataforma de WAUSMS y en el valor de &quot;pass&quot; la contrase&ntilde;a que se gener&oacute; en el punto 2. No modifique el valor de &quot;destinatario&quot; o el de &quot;mensaje&quot;.<br />\r\n<br />\r\n<strong>3.- M&eacute;todo</strong>: Seleccione &quot;GET&quot;<br />\r\n<strong>4.- Content Type</strong>: Si la pasarela lo especifica puede agregar es esta seccion el tipo de contenido que espera recibir, por&nbsp;ejemplo:&nbsp;<strong>application/json.&nbsp;</strong>De lo contrario dejar este campo vacio<br />\r\n<strong>5.- Codigo de Pa&iacute;s</strong>: El respectivo</p>\r\n\r\n<p><strong>6.- Limite de Car&aacute;cteres</strong>: 160</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Al guardar los datos de la pasarela, puede probar enviando un mensaje personalizado a un cliente desde la lista de clientes.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>El resultado del envi&oacute; del mensaje puede ser visto en la plataforma. Acceda a su cuenta en <a href=\"https://dashboard.wausms.com/Stats/Globales/SMS\">https://dashboard.wausms.com/Stats/Globales/SMS</a>.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n</div>', `publicado` = 1, `url_seo` = 'smsv2', `meta_title` = 'SMS', `meta_descripcion` = '', `fecha_creado` = '2023-11-15 22:33:25', `fecha_publicacion` = '2019-03-05 18:58:54', `usuario_id` = 2412781, `visitas` = 2942, `post_id` = 25, `parent_id` = NULL WHERE `wisp_docs_postarticle`.`id` = 461
10.8184154149%
12.68

Conexi贸n: default

/var/waps/entornos/ahkin/bin/gunicorn in <module>(11)
  sys.exit(run())
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py in run(74)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/app/base.py in run(192)
  super(Application, self).run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in run(189)
  self.manage_workers()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in manage_workers(524)
  self.spawn_workers()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in spawn_workers(590)
  self.spawn_worker()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in spawn_worker(557)
  worker.init_process()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/base.py in init_process(132)
  self.run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in run(124)
  self.run_for_one(timeout)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in run_for_one(68)
  self.accept(listener)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in accept(30)
  self.handle(listener, client, addr)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in handle(135)
  self.handle_request(listener, req, client, addr)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in handle_request(176)
  respiter = self.wsgi(environ, resp.start_response)
/var/waps/sitios/ahkin/wisp_docs/views.py in ver_post_articulo(134)
  post.save()
  +
2.20600053304%
2.59

Conexi贸n: default

/var/waps/entornos/ahkin/bin/gunicorn in <module>(11)
  sys.exit(run())
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py in run(74)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/app/base.py in run(192)
  super(Application, self).run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in run(189)
  self.manage_workers()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in manage_workers(524)
  self.spawn_workers()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in spawn_workers(590)
  self.spawn_worker()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in spawn_worker(557)
  worker.init_process()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/base.py in init_process(132)
  self.run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in run(124)
  self.run_for_one(timeout)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in run_for_one(68)
  self.accept(listener)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in accept(30)
  self.handle(listener, client, addr)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in handle(135)
  self.handle_request(listener, req, client, addr)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in handle_request(176)
  respiter = self.wsgi(environ, resp.start_response)
/var/waps/sitios/ahkin/wisp_docs/views.py in ver_post_articulo(140)
  return render(request, template, {'post': post, 'listado_post': listado_post, 'postarticle': postarticle})
1 {% extends "base_post_v2.html" %}
2 {% load static from staticfiles %}
3
4

/var/waps/sitios/ahkin/wisp_docs/templates/ver_post_v2.html

  +
33.1510427793%
38.85

Conexi贸n: default

/var/waps/entornos/ahkin/bin/gunicorn in <module>(11)
  sys.exit(run())
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py in run(74)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/app/base.py in run(192)
  super(Application, self).run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in run(189)
  self.manage_workers()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in manage_workers(524)
  self.spawn_workers()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in spawn_workers(590)
  self.spawn_worker()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in spawn_worker(557)
  worker.init_process()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/base.py in init_process(132)
  self.run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in run(124)
  self.run_for_one(timeout)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in run_for_one(68)
  self.accept(listener)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in accept(30)
  self.handle(listener, client, addr)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in handle(135)
  self.handle_request(listener, req, client, addr)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in handle_request(176)
  respiter = self.wsgi(environ, resp.start_response)
/var/waps/sitios/ahkin/wisp_docs/views.py in ver_post_articulo(140)
  return render(request, template, {'post': post, 'listado_post': listado_post, 'postarticle': postarticle})
1 {% extends "base_post_v2.html" %}
2 {% load static from staticfiles %}
3
4

/var/waps/sitios/ahkin/wisp_docs/templates/ver_post_v2.html

  +
SELECT ••• `wisp_docs_postarticle`.`id`, `wisp_docs_postarticle`.`titulo`, `wisp_docs_postarticle`.`resumen`, `wisp_docs_postarticle`.`noticia`, `wisp_docs_postarticle`.`publicado`, `wisp_docs_postarticle`.`url_seo`, `wisp_docs_postarticle`.`meta_title`, `wisp_docs_postarticle`.`meta_descripcion`, `wisp_docs_postarticle`.`fecha_creado`, `wisp_docs_postarticle`.`fecha_publicacion`, `wisp_docs_postarticle`.`usuario_id`, `wisp_docs_postarticle`.`visitas`, `wisp_docs_postarticle`.`post_id`, `wisp_docs_postarticle`.`parent_id` FROM `wisp_docs_postarticle` WHERE `wisp_docs_postarticle`.`parent_id` IN (17, 18, 27, 34, 37, 666, 42, 667, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 699, 630, 123, 124, 139, 154, 155, 679, 680, 681, 170, 683, 684, 685, 686, 687, 688, 690, 691, 695, 187, 709, 717, 719, 722, 723, 725, 214, 729, 733, 734, 735, 736, 739, 245, 256, 726, 300, 306, 308, 309, 310, 312, 313, 314, 315, 316, 317, 318, 319, 320, 322, 327, 328, 329, 330, 338, 339, 358, 359, 361, 382, 383, 385, 397, 398, 405, 406, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 447, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 474, 475, 477, 478, 479, 482, 682) ORDER BY `wisp_docs_postarticle`.`fecha_publicacion` ASC
32.379563113%
37.95

Conexi贸n: default

/var/waps/entornos/ahkin/bin/gunicorn in <module>(11)
  sys.exit(run())
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py in run(74)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/app/base.py in run(192)
  super(Application, self).run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in run(189)
  self.manage_workers()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in manage_workers(524)
  self.spawn_workers()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in spawn_workers(590)
  self.spawn_worker()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in spawn_worker(557)
  worker.init_process()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/base.py in init_process(132)
  self.run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in run(124)
  self.run_for_one(timeout)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in run_for_one(68)
  self.accept(listener)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in accept(30)
  self.handle(listener, client, addr)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in handle(135)
  self.handle_request(listener, req, client, addr)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in handle_request(176)
  respiter = self.wsgi(environ, resp.start_response)
/var/waps/sitios/ahkin/wisp_docs/views.py in ver_post_articulo(140)
  return render(request, template, {'post': post, 'listado_post': listado_post, 'postarticle': postarticle})
1 {% extends "base_post_v2.html" %}
2 {% load static from staticfiles %}
3
4

/var/waps/sitios/ahkin/wisp_docs/templates/ver_post_v2.html

  +
SELECT ••• `wisp_docs_postarticle`.`id`, `wisp_docs_postarticle`.`titulo`, `wisp_docs_postarticle`.`resumen`, `wisp_docs_postarticle`.`noticia`, `wisp_docs_postarticle`.`publicado`, `wisp_docs_postarticle`.`url_seo`, `wisp_docs_postarticle`.`meta_title`, `wisp_docs_postarticle`.`meta_descripcion`, `wisp_docs_postarticle`.`fecha_creado`, `wisp_docs_postarticle`.`fecha_publicacion`, `wisp_docs_postarticle`.`usuario_id`, `wisp_docs_postarticle`.`visitas`, `wisp_docs_postarticle`.`post_id`, `wisp_docs_postarticle`.`parent_id` FROM `wisp_docs_postarticle` WHERE `wisp_docs_postarticle`.`parent_id` IN (512, 513, 2, 3, 516, 51, 519, 631, 514, 527, 16, 529, 530, 19, 532, 21, 22, 23, 24, 4, 26, 541, 543, 547, 1, 549, 38, 551, 40, 553, 554, 43, 556, 557, 46, 559, 560, 561, 562, 563, 52, 53, 54, 56, 57, 58, 574, 63, 64, 65, 66, 67, 580, 69, 70, 609, 584, 585, 76, 589, 590, 591, 531, 593, 594, 596, 603, 92, 93, 94, 701, 608, 97, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 108, 621, 110, 111, 515, 113, 114, 115, 116, 117, 118, 119, 632, 633, 634, 635, 636, 125, 638, 127, 644, 645, 134, 136, 620, 138, 651, 140, 653, 654, 143, 656, 658, 659, 660, 622, 693, 25, 664, 665, 721, 623, 668, 157, 159, 160, 624, 162, 163, 164, 677, 166, 167, 169, 711, 172, 626, 689, 627, 181, 182, 713, 696, 628, 186, 700, 189, 629, 192, 706, 707, 708, 198, 199, 200, 201, 714, 203, 204, 205, 291, 207, 720, 209, 35, 724, 718, 215, 728, 36, 731, 732, 221, 222, 223, 224, 225, 226, 227, 228, 230, 231, 233, 234, 235, 237, 238, 637, 240, 552, 242, 246, 249, 257, 258, 555, 727, 45, 276, 558, 278, 217, 280, 282, 283, 284, 286, 715, 120, 293, 295, 296, 298, 694, 303, 304, 305, 307, 564, 650, 326, 737, 738, 710, 337, 676, 340, 342, 625, 655, 357, 360, 362, 365, 367, 368, 369, 370, 371, 372, 373, 374, 375, 575, 379, 380, 381, 604, 384, 576, 698, 389, 577, 663, 712, 578, 400, 402, 579, 582, 241, 428, 671, 448, 672, 673, 674, 20, 473, 476, 480, 592, 483, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 500, 503, 504, 505, 506, 507, 508, 509, 510, 511) ORDER BY `wisp_docs_postarticle`.`fecha_publicacion` ASC
19.9866537273%
23.42

Conexi贸n: default

/var/waps/entornos/ahkin/bin/gunicorn in <module>(11)
  sys.exit(run())
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py in run(74)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/app/base.py in run(192)
  super(Application, self).run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in run(189)
  self.manage_workers()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in manage_workers(524)
  self.spawn_workers()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in spawn_workers(590)
  self.spawn_worker()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/arbiter.py in spawn_worker(557)
  worker.init_process()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/base.py in init_process(132)
  self.run()
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in run(124)
  self.run_for_one(timeout)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in run_for_one(68)
  self.accept(listener)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in accept(30)
  self.handle(listener, client, addr)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in handle(135)
  self.handle_request(listener, req, client, addr)
/var/waps/entornos/ahkin/local/lib/python2.7/site-packages/gunicorn/workers/sync.py in handle_request(176)
  respiter = self.wsgi(environ, resp.start_response)
/var/waps/sitios/ahkin/wisp_docs/views.py in ver_post_articulo(140)
  return render(request, template, {'post': post, 'listado_post': listado_post, 'postarticle': postarticle})
1 {% extends "base_post_v2.html" %}
2 {% load static from staticfiles %}
3
4

/var/waps/sitios/ahkin/wisp_docs/templates/ver_post_v2.html

Archivos est谩ticos (2536 encontrados, 18 en uso)

Ruta a archivos est谩tico

  1. /var/waps/sitios/ahkin/static

Aplicaciones de archivos est谩ticos

  1. django.contrib.admin
  2. ckeditor
  3. django_countries
  4. django_celery_monitor
  5. notifications
  6. rest_framework
  7. martor
  8. debug_toolbar

Archivos est谩ticos

img/favicon.png
/var/waps/sitios/ahkin/static/img/favicon.png
css/index.css
/var/waps/sitios/ahkin/static/css/index.css
css/fonts/iconos28022018/font-awesome/css/font-awesome.min.css
/var/waps/sitios/ahkin/static/css/fonts/iconos28022018/font-awesome/css/font-awesome.min.css
img/wisphub-logo-1024.jpg
/var/waps/sitios/ahkin/static/img/wisphub-logo-1024.jpg
css/documentacion.css
/var/waps/sitios/ahkin/static/css/documentacion.css
css/documentacion_v2.css
/var/waps/sitios/ahkin/static/css/documentacion_v2.css
assets/stylesheets/plugins/highlight/monokai-sublime.css
/var/waps/sitios/ahkin/static/assets/stylesheets/plugins/highlight/monokai-sublime.css
assets/stylesheets/plugins/jquery-ui/jquery-ui.css
/var/waps/sitios/ahkin/static/assets/stylesheets/plugins/jquery-ui/jquery-ui.css
assets/stylesheets/bootstrap/bootstrap_v5.css
/var/waps/sitios/ahkin/static/assets/stylesheets/bootstrap/bootstrap_v5.css
img/logo.png
/var/waps/sitios/ahkin/static/img/logo.png
assets/javascripts/plugins/highlight/highlight.pack.js
/var/waps/sitios/ahkin/static/assets/javascripts/plugins/highlight/highlight.pack.js
assets/javascripts/jquery/jquery.min.js
/var/waps/sitios/ahkin/static/assets/javascripts/jquery/jquery.min.js
assets/javascripts/plugins/jquery-ui/jquery-ui.js
/var/waps/sitios/ahkin/static/assets/javascripts/plugins/jquery-ui/jquery-ui.js
assets/javascripts/bootstrap/bootstrap_v5.js
/var/waps/sitios/ahkin/static/assets/javascripts/bootstrap/bootstrap_v5.js
js/documentacion_v2.js
/var/waps/sitios/ahkin/static/js/documentacion_v2.js
assets/javascripts/jquery/jquery.min.js
/var/waps/sitios/ahkin/static/assets/javascripts/jquery/jquery.min.js
js/jquery.cycle2.min.js
/var/waps/sitios/ahkin/static/js/jquery.cycle2.min.js
js/index.js
/var/waps/sitios/ahkin/static/js/index.js

django.contrib.staticfiles.finders.FileSystemFinder (904 archivos)

Ruta Ubicaci贸n
Agregar-Productos-Wifi-Wisphub.csv /var/waps/sitios/ahkin/static/Agregar-Productos-Wifi-Wisphub.csv
agregar-referencias-siro-tim.xlsm /var/waps/sitios/ahkin/static/agregar-referencias-siro-tim.xlsm
Registrar-Pagos-Excel-Wisphub.xlsx /var/waps/sitios/ahkin/static/Registrar-Pagos-Excel-Wisphub.xlsx
Crear-Clientes-Excel-Wisphub.csv /var/waps/sitios/ahkin/static/Crear-Clientes-Excel-Wisphub.csv
assets/stylesheets/instalacion.css /var/waps/sitios/ahkin/static/assets/stylesheets/instalacion.css
assets/stylesheets/avisos.css /var/waps/sitios/ahkin/static/assets/stylesheets/avisos.css
assets/stylesheets/docs.css /var/waps/sitios/ahkin/static/assets/stylesheets/docs.css
assets/stylesheets/dark-theme.css /var/waps/sitios/ahkin/static/assets/stylesheets/dark-theme.css
assets/stylesheets/tarjeta-cobranza.css /var/waps/sitios/ahkin/static/assets/stylesheets/tarjeta-cobranza.css
assets/stylesheets/theme-colors.css /var/waps/sitios/ahkin/static/assets/stylesheets/theme-colors.css
assets/stylesheets/light-theme.css /var/waps/sitios/ahkin/static/assets/stylesheets/light-theme.css
assets/stylesheets/dark-blue-theme.css /var/waps/sitios/ahkin/static/assets/stylesheets/dark-blue-theme.css
assets/stylesheets/jquery/jquery_ui.css /var/waps/sitios/ahkin/static/assets/stylesheets/jquery/jquery_ui.css
assets/stylesheets/bootstrap/bootstrap.css /var/waps/sitios/ahkin/static/assets/stylesheets/bootstrap/bootstrap.css
assets/stylesheets/bootstrap/bootstrap_v5.css /var/waps/sitios/ahkin/static/assets/stylesheets/bootstrap/bootstrap_v5.css
assets/stylesheets/plugins/counter-analog-wh/counter-analog-wh.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/counter-analog-wh/counter-analog-wh.css
assets/stylesheets/plugins/fullcalendar/fullcalendar.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/fullcalendar/fullcalendar.css
assets/stylesheets/plugins/datatables/datatables.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/datatables/datatables.css
assets/stylesheets/plugins/datatables/datatables-buttons-v5.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/datatables/datatables-buttons-v5.css
assets/stylesheets/plugins/datatables/datatables-old.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/datatables/datatables-old.css
assets/stylesheets/plugins/wysihtml/wysihtml.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/wysihtml/wysihtml.css
assets/stylesheets/plugins/tabdrop/tabdrop.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/tabdrop/tabdrop.css
assets/stylesheets/plugins/flags/flags.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/flags/flags.css
assets/stylesheets/plugins/select2/select2.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/select2/select2.css
assets/stylesheets/plugins/bootstrap_switch/bootstrap-switch.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/bootstrap_switch/bootstrap-switch.css
assets/stylesheets/plugins/swipebox/swipebox.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/swipebox/swipebox.css
assets/stylesheets/plugins/bootstrap_daterangepicker/bootstrap-daterangepicker.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/bootstrap_daterangepicker/bootstrap-daterangepicker.css
assets/stylesheets/plugins/mention/mention.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/mention/mention.css
assets/stylesheets/plugins/responsive-flipper/responsive-flipper.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/responsive-flipper/responsive-flipper.css
assets/stylesheets/plugins/jquery-ui/jquery-ui.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/jquery-ui/jquery-ui.css
assets/stylesheets/plugins/slider_nav/slidernav.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/slider_nav/slidernav.css
assets/stylesheets/plugins/highlight/monokai-sublime.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/highlight/monokai-sublime.css
assets/stylesheets/plugins/bootstrap_colorpicker/bootstrap-colorpicker.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/bootstrap_colorpicker/bootstrap-colorpicker.css
assets/stylesheets/plugins/fuelux/wizard.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/fuelux/wizard.css
assets/stylesheets/plugins/fancytree/ui.fancytree.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/fancytree/ui.fancytree.css
assets/stylesheets/plugins/bootstrap_datetimepicker/bootstrap-datetimepicker.min.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/bootstrap_datetimepicker/bootstrap-datetimepicker.min.css
assets/stylesheets/plugins/duration-picker/bootstrap-duration-picker.css /var/waps/sitios/ahkin/static/assets/stylesheets/plugins/duration-picker/bootstrap-duration-picker.css
assets/images/logo.svg /var/waps/sitios/ahkin/static/assets/images/logo.svg
assets/images/avatar.jpg /var/waps/sitios/ahkin/static/assets/images/avatar.jpg
assets/images/logo-totaldoc-guatemala.png /var/waps/sitios/ahkin/static/assets/images/logo-totaldoc-guatemala.png
assets/images/logo_lg.png /var/waps/sitios/ahkin/static/assets/images/logo_lg.png
assets/images/logos-formas-pago.png /var/waps/sitios/ahkin/static/assets/images/logos-formas-pago.png
assets/images/SRI-Logo.png /var/waps/sitios/ahkin/static/assets/images/SRI-Logo.png
assets/images/SII-Logo.png /var/waps/sitios/ahkin/static/assets/images/SII-Logo.png
assets/images/oxxopay_brand.png /var/waps/sitios/ahkin/static/assets/images/oxxopay_brand.png
assets/images/envios-sms.png /var/waps/sitios/ahkin/static/assets/images/envios-sms.png
assets/images/SAT-Logo.png /var/waps/sitios/ahkin/static/assets/images/SAT-Logo.png
assets/images/SUNAT-Logo.png /var/waps/sitios/ahkin/static/assets/images/SUNAT-Logo.png
assets/images/robot-solid.svg /var/waps/sitios/ahkin/static/assets/images/robot-solid.svg
assets/images/AFIP-Logo.png /var/waps/sitios/ahkin/static/assets/images/AFIP-Logo.png
assets/images/sms-masivos.png /var/waps/sitios/ahkin/static/assets/images/sms-masivos.png
assets/images/nexmo.png /var/waps/sitios/ahkin/static/assets/images/nexmo.png
assets/images/hablame.png /var/waps/sitios/ahkin/static/assets/images/hablame.png
assets/images/sms-gateway.png /var/waps/sitios/ahkin/static/assets/images/sms-gateway.png
assets/images/formas-de-mensajeria.png /var/waps/sitios/ahkin/static/assets/images/formas-de-mensajeria.png
assets/images/[email protected] /var/waps/sitios/ahkin/static/assets/images/[email protected]
assets/images/waboxapp.png /var/waps/sitios/ahkin/static/assets/images/waboxapp.png
assets/images/logo_xs.png /var/waps/sitios/ahkin/static/assets/images/logo_xs.png
assets/images/meta.png /var/waps/sitios/ahkin/static/assets/images/meta.png
assets/images/logo_xs.svg /var/waps/sitios/ahkin/static/assets/images/logo_xs.svg
assets/images/logo.png /var/waps/sitios/ahkin/static/assets/images/logo.png
assets/images/whatsapp_generico.png /var/waps/sitios/ahkin/static/assets/images/whatsapp_generico.png
assets/images/mensajeria_generica.png /var/waps/sitios/ahkin/static/assets/images/mensajeria_generica.png
assets/images/sms-masivo-ar.png /var/waps/sitios/ahkin/static/assets/images/sms-masivo-ar.png
assets/images/logo_lg.svg /var/waps/sitios/ahkin/static/assets/images/logo_lg.svg
assets/images/crminbox_logo.png /var/waps/sitios/ahkin/static/assets/images/crminbox_logo.png
assets/images/generic_sms.png /var/waps/sitios/ahkin/static/assets/images/generic_sms.png
assets/images/sprite-formas-de-pago-consulta.png /var/waps/sitios/ahkin/static/assets/images/sprite-formas-de-pago-consulta.png
assets/images/Dian-logo.png /var/waps/sitios/ahkin/static/assets/images/Dian-logo.png
assets/images/emails/logo_blue.jpg /var/waps/sitios/ahkin/static/assets/images/emails/logo_blue.jpg
assets/images/emails/logo_purple.jpg /var/waps/sitios/ahkin/static/assets/images/emails/logo_purple.jpg
assets/images/emails/logo.jpg /var/waps/sitios/ahkin/static/assets/images/emails/logo.jpg
assets/images/emails/logo_green.jpg /var/waps/sitios/ahkin/static/assets/images/emails/logo_green.jpg
assets/images/emails/logo_muted.jpg /var/waps/sitios/ahkin/static/assets/images/emails/logo_muted.jpg
assets/images/emails/logo_orange.jpg /var/waps/sitios/ahkin/static/assets/images/emails/logo_orange.jpg
assets/images/meta_icons/apple-touch-icon-precomposed.png /var/waps/sitios/ahkin/static/assets/images/meta_icons/apple-touch-icon-precomposed.png
assets/images/meta_icons/favicon.ico /var/waps/sitios/ahkin/static/assets/images/meta_icons/favicon.ico
assets/images/ajax-loaders/13.gif /var/waps/sitios/ahkin/static/assets/images/ajax-loaders/13.gif
assets/images/ajax-loaders/18.gif /var/waps/sitios/ahkin/static/assets/images/ajax-loaders/18.gif
assets/images/ajax-loaders/8.gif /var/waps/sitios/ahkin/static/assets/images/ajax-loaders/8.gif
assets/images/ajax-loaders/12.gif /var/waps/sitios/ahkin/static/assets/images/ajax-loaders/12.gif
assets/images/ajax-loaders/16.gif /var/waps/sitios/ahkin/static/assets/images/ajax-loaders/16.gif
assets/images/ajax-loaders/15.gif /var/waps/sitios/ahkin/static/assets/images/ajax-loaders/15.gif
assets/images/ajax-loaders/3.gif /var/waps/sitios/ahkin/static/assets/images/ajax-loaders/3.gif
assets/images/ajax-loaders/2.gif /var/waps/sitios/ahkin/static/assets/images/ajax-loaders/2.gif
assets/images/ajax-loaders/6.gif /var/waps/sitios/ahkin/static/assets/images/ajax-loaders/6.gif
assets/images/ajax-loaders/14.gif /var/waps/sitios/ahkin/static/assets/images/ajax-loaders/14.gif
assets/images/ajax-loaders/7.gif /var/waps/sitios/ahkin/static/assets/images/ajax-loaders/7.gif
assets/images/ajax-loaders/11.gif /var/waps/sitios/ahkin/static/assets/images/ajax-loaders/11.gif
assets/images/ajax-loaders/1.gif /var/waps/sitios/ahkin/static/assets/images/ajax-loaders/1.gif
assets/images/ajax-loaders/17.gif /var/waps/sitios/ahkin/static/assets/images/ajax-loaders/17.gif
assets/images/ajax-loaders/5.gif /var/waps/sitios/ahkin/static/assets/images/ajax-loaders/5.gif
assets/images/ajax-loaders/4.gif /var/waps/sitios/ahkin/static/assets/images/ajax-loaders/4.gif
assets/images/ajax-loaders/10.gif /var/waps/sitios/ahkin/static/assets/images/ajax-loaders/10.gif
assets/images/ajax-loaders/9.gif /var/waps/sitios/ahkin/static/assets/images/ajax-loaders/9.gif
assets/images/plugins/flags/flags.png /var/waps/sitios/ahkin/static/assets/images/plugins/flags/flags.png
assets/images/plugins/swipebox/icons.png /var/waps/sitios/ahkin/static/assets/images/plugins/swipebox/icons.png
assets/images/plugins/swipebox/loader.gif /var/waps/sitios/ahkin/static/assets/images/plugins/swipebox/loader.gif
assets/images/plugins/swipebox/icons.svg /var/waps/sitios/ahkin/static/assets/images/plugins/swipebox/icons.svg
assets/images/plugins/bootstrap_colorpicker/alpha-horizontal.png /var/waps/sitios/ahkin/static/assets/images/plugins/bootstrap_colorpicker/alpha-horizontal.png
assets/images/plugins/bootstrap_colorpicker/hue-horizontal.png /var/waps/sitios/ahkin/static/assets/images/plugins/bootstrap_colorpicker/hue-horizontal.png
assets/images/plugins/bootstrap_colorpicker/alpha.png /var/waps/sitios/ahkin/static/assets/images/plugins/bootstrap_colorpicker/alpha.png
assets/images/plugins/bootstrap_colorpicker/hue.png /var/waps/sitios/ahkin/static/assets/images/plugins/bootstrap_colorpicker/hue.png
assets/images/plugins/bootstrap_colorpicker/saturation.png /var/waps/sitios/ahkin/static/assets/images/plugins/bootstrap_colorpicker/saturation.png
assets/fonts/fontawesome-webfont.ttf /var/waps/sitios/ahkin/static/assets/fonts/fontawesome-webfont.ttf
assets/fonts/montserrat-regular-webfont.ttf /var/waps/sitios/ahkin/static/assets/fonts/montserrat-regular-webfont.ttf
assets/fonts/montserrat-bold-webfont.woff /var/waps/sitios/ahkin/static/assets/fonts/montserrat-bold-webfont.woff
assets/fonts/fontawesome-webfont.woff /var/waps/sitios/ahkin/static/assets/fonts/fontawesome-webfont.woff
assets/fonts/montserrat-regular-webfont.eot /var/waps/sitios/ahkin/static/assets/fonts/montserrat-regular-webfont.eot
assets/fonts/fontawesome-webfont.eot /var/waps/sitios/ahkin/static/assets/fonts/fontawesome-webfont.eot
assets/fonts/fontawesome-webfont.svg /var/waps/sitios/ahkin/static/assets/fonts/fontawesome-webfont.svg
assets/fonts/montserrat-regular-webfont.woff /var/waps/sitios/ahkin/static/assets/fonts/montserrat-regular-webfont.woff
assets/fonts/montserrat-bold-webfont.svg /var/waps/sitios/ahkin/static/assets/fonts/montserrat-bold-webfont.svg
assets/fonts/fontawesome-webfont.woff2 /var/waps/sitios/ahkin/static/assets/fonts/fontawesome-webfont.woff2
assets/fonts/montserrat-bold-webfont.ttf /var/waps/sitios/ahkin/static/assets/fonts/montserrat-bold-webfont.ttf
assets/fonts/montserrat-bold-webfont.eot /var/waps/sitios/ahkin/static/assets/fonts/montserrat-bold-webfont.eot
assets/fonts/FontAwesome.otf /var/waps/sitios/ahkin/static/assets/fonts/FontAwesome.otf
assets/fonts/montserrat-regular-webfont.svg /var/waps/sitios/ahkin/static/assets/fonts/montserrat-regular-webfont.svg
assets/fonts/bootstrap/glyphicons-halflings-regular.ttf /var/waps/sitios/ahkin/static/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf
assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 /var/waps/sitios/ahkin/static/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2
assets/fonts/bootstrap/glyphicons-halflings-regular.eot /var/waps/sitios/ahkin/static/assets/fonts/bootstrap/glyphicons-halflings-regular.eot
assets/fonts/bootstrap/glyphicons-halflings-regular.svg /var/waps/sitios/ahkin/static/assets/fonts/bootstrap/glyphicons-halflings-regular.svg
assets/fonts/bootstrap/glyphicons-halflings-regular.woff /var/waps/sitios/ahkin/static/assets/fonts/bootstrap/glyphicons-halflings-regular.woff
assets/javascripts/index.js /var/waps/sitios/ahkin/static/assets/javascripts/index.js
assets/javascripts/firebase-messaging-sw.js /var/waps/sitios/ahkin/static/assets/javascripts/firebase-messaging-sw.js
assets/javascripts/maps2.js /var/waps/sitios/ahkin/static/assets/javascripts/maps2.js
assets/javascripts/firewall.js /var/waps/sitios/ahkin/static/assets/javascripts/firewall.js
assets/javascripts/facturas_empresa.js /var/waps/sitios/ahkin/static/assets/javascripts/facturas_empresa.js
assets/javascripts/constans.js /var/waps/sitios/ahkin/static/assets/javascripts/constans.js
assets/javascripts/maps.js /var/waps/sitios/ahkin/static/assets/javascripts/maps.js
assets/javascripts/resizeImage.js /var/waps/sitios/ahkin/static/assets/javascripts/resizeImage.js
assets/javascripts/#google_custom_search_api#.js /var/waps/sitios/ahkin/static/assets/javascripts/#google_custom_search_api#.js
assets/javascripts/google_custom_search_image.js /var/waps/sitios/ahkin/static/assets/javascripts/google_custom_search_image.js
assets/javascripts/vue.js /var/waps/sitios/ahkin/static/assets/javascripts/vue.js
assets/javascripts/avisos.js /var/waps/sitios/ahkin/static/assets/javascripts/avisos.js
assets/javascripts/axios.js /var/waps/sitios/ahkin/static/assets/javascripts/axios.js
assets/javascripts/facturas_por_articulo.js /var/waps/sitios/ahkin/static/assets/javascripts/facturas_por_articulo.js
assets/javascripts/facturas.js /var/waps/sitios/ahkin/static/assets/javascripts/facturas.js
assets/javascripts/finanzas.js /var/waps/sitios/ahkin/static/assets/javascripts/finanzas.js
assets/javascripts/docs.js /var/waps/sitios/ahkin/static/assets/javascripts/docs.js
assets/javascripts/theme.js /var/waps/sitios/ahkin/static/assets/javascripts/theme.js
assets/javascripts/maps3.js /var/waps/sitios/ahkin/static/assets/javascripts/maps3.js
assets/javascripts/procesar-task.js /var/waps/sitios/ahkin/static/assets/javascripts/procesar-task.js
assets/javascripts/jquery/jquery.ui.touch-punch.min.js /var/waps/sitios/ahkin/static/assets/javascripts/jquery/jquery.ui.touch-punch.min.js
assets/javascripts/jquery/jquery.min.js /var/waps/sitios/ahkin/static/assets/javascripts/jquery/jquery.min.js
assets/javascripts/jquery/jquery.mobile.custom.min.js /var/waps/sitios/ahkin/static/assets/javascripts/jquery/jquery.mobile.custom.min.js
assets/javascripts/jquery/jquery-ui.min.js /var/waps/sitios/ahkin/static/assets/javascripts/jquery/jquery-ui.min.js
assets/javascripts/adminolt/websocket-adminolt.js /var/waps/sitios/ahkin/static/assets/javascripts/adminolt/websocket-adminolt.js
assets/javascripts/adminolt/ws4redis.js /var/waps/sitios/ahkin/static/assets/javascripts/adminolt/ws4redis.js
assets/javascripts/adminolt/websocket-channels-adminolt.js /var/waps/sitios/ahkin/static/assets/javascripts/adminolt/websocket-channels-adminolt.js
assets/javascripts/adminolt/dashboard-channels.js /var/waps/sitios/ahkin/static/assets/javascripts/adminolt/dashboard-channels.js
assets/javascripts/adminolt/map_cases.js /var/waps/sitios/ahkin/static/assets/javascripts/adminolt/map_cases.js
assets/javascripts/bootstrap/bootstrap.js /var/waps/sitios/ahkin/static/assets/javascripts/bootstrap/bootstrap.js
assets/javascripts/bootstrap/bootstrap_v5.js /var/waps/sitios/ahkin/static/assets/javascripts/bootstrap/bootstrap_v5.js
assets/javascripts/bootstrap/bootstrap.min.js /var/waps/sitios/ahkin/static/assets/javascripts/bootstrap/bootstrap.min.js
assets/javascripts/plugins/js.cookie.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/js.cookie.js
assets/javascripts/plugins/nestable/jquery.nestable.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/nestable/jquery.nestable.js
assets/javascripts/plugins/charCount/charCount.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/charCount/charCount.js
assets/javascripts/plugins/counter-analog-wh/counter-analog-wh.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/counter-analog-wh/counter-analog-wh.js
assets/javascripts/plugins/retina/retina.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/retina/retina.js
assets/javascripts/plugins/bootstrap-tabdrop/bootstrap-tabdrop.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/bootstrap-tabdrop/bootstrap-tabdrop.js
assets/javascripts/plugins/common/moment.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/common/moment.min.js
assets/javascripts/plugins/typeahead/typeahead.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/typeahead/typeahead.js
assets/javascripts/plugins/charts/loader.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/charts/loader.js
assets/javascripts/plugins/modernizr/modernizr.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/modernizr/modernizr.min.js
assets/javascripts/plugins/flot/jquery.flot.navigate.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/flot/jquery.flot.navigate.min.js
assets/javascripts/plugins/flot/jquery.flot.image.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/flot/jquery.flot.image.min.js
assets/javascripts/plugins/flot/excanvas.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/flot/excanvas.min.js
assets/javascripts/plugins/flot/jquery.flot.pie.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/flot/jquery.flot.pie.min.js
assets/javascripts/plugins/flot/jquery.flot.selection.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/flot/jquery.flot.selection.min.js
assets/javascripts/plugins/flot/jquery.flot.resize.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/flot/jquery.flot.resize.min.js
assets/javascripts/plugins/flot/jquery.flot.stack.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/flot/jquery.flot.stack.min.js
assets/javascripts/plugins/flot/jquery.flot.threshold.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/flot/jquery.flot.threshold.min.js
assets/javascripts/plugins/flot/jquery.flot.symbol.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/flot/jquery.flot.symbol.min.js
assets/javascripts/plugins/flot/jquery.flot.fillbetween.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/flot/jquery.flot.fillbetween.min.js
assets/javascripts/plugins/flot/jquery.flot.crosshair.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/flot/jquery.flot.crosshair.min.js
assets/javascripts/plugins/flot/jquery.flot.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/flot/jquery.flot.min.js
assets/javascripts/plugins/fullcalendar/fullcalendar.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/fullcalendar/fullcalendar.min.js
assets/javascripts/plugins/datatables/dataTables.select.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/datatables/dataTables.select.min.js
assets/javascripts/plugins/datatables/datatables-v5.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/datatables/datatables-v5.min.js
assets/javascripts/plugins/datatables/datatables.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/datatables/datatables.min.js
assets/javascripts/plugins/datatables/spanish.json /var/waps/sitios/ahkin/static/assets/javascripts/plugins/datatables/spanish.json
assets/javascripts/plugins/bootstrap-notify/bootstrap-notify.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/bootstrap-notify/bootstrap-notify.min.js
assets/javascripts/plugins/wysihtml/wysihtml.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/wysihtml/wysihtml.min.js
assets/javascripts/plugins/wysihtml/wysihtml-toolbar.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/wysihtml/wysihtml-toolbar.min.js
assets/javascripts/plugins/wysihtml/advanced.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/wysihtml/advanced.js
assets/javascripts/plugins/tabdrop/bootstrap-tabdrop.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/tabdrop/bootstrap-tabdrop.js
assets/javascripts/plugins/jscolor/jscolor.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/jscolor/jscolor.js
assets/javascripts/plugins/html2pdf/jspdf.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/html2pdf/jspdf.min.js
assets/javascripts/plugins/html2pdf/html2pdf.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/html2pdf/html2pdf.js
assets/javascripts/plugins/html2pdf/html2canvas.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/html2pdf/html2canvas.min.js
assets/javascripts/plugins/html2pdf/n/jspdf.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/html2pdf/n/jspdf.min.js
assets/javascripts/plugins/html2pdf/n/html2pdf.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/html2pdf/n/html2pdf.js
assets/javascripts/plugins/html2pdf/n/html2canvas.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/html2pdf/n/html2canvas.min.js
assets/javascripts/plugins/slimscroll/jquery.slimscroll.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/slimscroll/jquery.slimscroll.min.js
assets/javascripts/plugins/bootstrap_hover_dropdown/twitter-bootstrap-hover-dropdown.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/bootstrap_hover_dropdown/twitter-bootstrap-hover-dropdown.min.js
assets/javascripts/plugins/select2/select2.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/select2/select2.js
assets/javascripts/plugins/fileupload/jquery.fileupload-ui.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/fileupload/jquery.fileupload-ui.js
assets/javascripts/plugins/fileupload/jquery.blueimp-gallery.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/fileupload/jquery.blueimp-gallery.min.js
assets/javascripts/plugins/fileupload/tmpl.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/fileupload/tmpl.min.js
assets/javascripts/plugins/fileupload/jquery.fileupload-audio.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/fileupload/jquery.fileupload-audio.js
assets/javascripts/plugins/fileupload/jquery.fileupload-image.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/fileupload/jquery.fileupload-image.js
assets/javascripts/plugins/fileupload/load-image.all.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/fileupload/load-image.all.min.js
assets/javascripts/plugins/fileupload/jquery.fileupload-validate.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/fileupload/jquery.fileupload-validate.js
assets/javascripts/plugins/fileupload/jquery.fileupload-process.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/fileupload/jquery.fileupload-process.js
assets/javascripts/plugins/fileupload/canvas-to-blob.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/fileupload/canvas-to-blob.min.js
assets/javascripts/plugins/fileupload/jquery.ui.widget.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/fileupload/jquery.ui.widget.js
assets/javascripts/plugins/fileupload/jquery.fileupload-video.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/fileupload/jquery.fileupload-video.js
assets/javascripts/plugins/fileupload/jquery.fileupload.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/fileupload/jquery.fileupload.js
assets/javascripts/plugins/fileupload/jquery.iframe-transport.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/fileupload/jquery.iframe-transport.js
assets/javascripts/plugins/check_platform/platform.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/check_platform/platform.min.js
assets/javascripts/plugins/formset/jquery.formset.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/formset/jquery.formset.js
assets/javascripts/plugins/jSignature/jSignature.min.noconflict.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/jSignature/jSignature.min.noconflict.js
assets/javascripts/plugins/jSignature/flashcanvas.swf /var/waps/sitios/ahkin/static/assets/javascripts/plugins/jSignature/flashcanvas.swf
assets/javascripts/plugins/jSignature/jSignature.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/jSignature/jSignature.min.js
assets/javascripts/plugins/jSignature/flashcanvas.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/jSignature/flashcanvas.js
assets/javascripts/plugins/sparklines/jquery.sparkline.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/sparklines/jquery.sparkline.min.js
assets/javascripts/plugins/pwstrength/pwstrength.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/pwstrength/pwstrength.js
assets/javascripts/plugins/highcharts/exporting.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/highcharts/exporting.js
assets/javascripts/plugins/highcharts/highcharts.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/highcharts/highcharts.js
assets/javascripts/plugins/bootbox/bootbox.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/bootbox/bootbox.min.js
assets/javascripts/plugins/bootstrap_switch/bootstrapSwitch.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/bootstrap_switch/bootstrapSwitch.min.js
assets/javascripts/plugins/swipebox/jquery.swipebox.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/swipebox/jquery.swipebox.min.js
assets/javascripts/plugins/bootstrap_daterangepicker/bootstrap-daterangepicker.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/bootstrap_daterangepicker/bootstrap-daterangepicker.js
assets/javascripts/plugins/mention/mention.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/mention/mention.min.js
assets/javascripts/plugins/ckeditor/styles.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/styles.js
assets/javascripts/plugins/ckeditor/config.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/config.js
assets/javascripts/plugins/ckeditor/ckeditor.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/ckeditor.js
assets/javascripts/plugins/ckeditor/contents.css /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/contents.css
assets/javascripts/plugins/ckeditor/build-config.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/build-config.js
assets/javascripts/plugins/ckeditor/adapters/jquery.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/adapters/jquery.js
assets/javascripts/plugins/ckeditor/skins/moono/editor_ie.css /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/editor_ie.css
assets/javascripts/plugins/ckeditor/skins/moono/editor_iequirks.css /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/editor_iequirks.css
assets/javascripts/plugins/ckeditor/skins/moono/icons.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/icons.png
assets/javascripts/plugins/ckeditor/skins/moono/dialog_iequirks.css /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/dialog_iequirks.css
assets/javascripts/plugins/ckeditor/skins/moono/dialog_ie8.css /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/dialog_ie8.css
assets/javascripts/plugins/ckeditor/skins/moono/dialog_ie7.css /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/dialog_ie7.css
assets/javascripts/plugins/ckeditor/skins/moono/editor.css /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/editor.css
assets/javascripts/plugins/ckeditor/skins/moono/editor_gecko.css /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/editor_gecko.css
assets/javascripts/plugins/ckeditor/skins/moono/editor_ie7.css /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/editor_ie7.css
assets/javascripts/plugins/ckeditor/skins/moono/icons_hidpi.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/icons_hidpi.png
assets/javascripts/plugins/ckeditor/skins/moono/editor_ie8.css /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/editor_ie8.css
assets/javascripts/plugins/ckeditor/skins/moono/dialog_ie.css /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/dialog_ie.css
assets/javascripts/plugins/ckeditor/skins/moono/dialog.css /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/dialog.css
assets/javascripts/plugins/ckeditor/skins/moono/images/arrow.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/images/arrow.png
assets/javascripts/plugins/ckeditor/skins/moono/images/close.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/images/close.png
assets/javascripts/plugins/ckeditor/skins/moono/images/refresh.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/images/refresh.png
assets/javascripts/plugins/ckeditor/skins/moono/images/lock.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/images/lock.png
assets/javascripts/plugins/ckeditor/skins/moono/images/lock-open.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/images/lock-open.png
assets/javascripts/plugins/ckeditor/skins/moono/images/spinner.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/images/spinner.gif
assets/javascripts/plugins/ckeditor/skins/moono/images/hidpi/close.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/images/hidpi/close.png
assets/javascripts/plugins/ckeditor/skins/moono/images/hidpi/refresh.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/images/hidpi/refresh.png
assets/javascripts/plugins/ckeditor/skins/moono/images/hidpi/lock.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/images/hidpi/lock.png
assets/javascripts/plugins/ckeditor/skins/moono/images/hidpi/lock-open.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/skins/moono/images/hidpi/lock-open.png
assets/javascripts/plugins/ckeditor/lang/fi.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/fi.js
assets/javascripts/plugins/ckeditor/lang/el.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/el.js
assets/javascripts/plugins/ckeditor/lang/zh-cn.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/zh-cn.js
assets/javascripts/plugins/ckeditor/lang/it.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/it.js
assets/javascripts/plugins/ckeditor/lang/id.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/id.js
assets/javascripts/plugins/ckeditor/lang/sk.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/sk.js
assets/javascripts/plugins/ckeditor/lang/fa.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/fa.js
assets/javascripts/plugins/ckeditor/lang/cy.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/cy.js
assets/javascripts/plugins/ckeditor/lang/km.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/km.js
assets/javascripts/plugins/ckeditor/lang/en-ca.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/en-ca.js
assets/javascripts/plugins/ckeditor/lang/ku.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/ku.js
assets/javascripts/plugins/ckeditor/lang/af.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/af.js
assets/javascripts/plugins/ckeditor/lang/de.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/de.js
assets/javascripts/plugins/ckeditor/lang/hi.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/hi.js
assets/javascripts/plugins/ckeditor/lang/sv.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/sv.js
assets/javascripts/plugins/ckeditor/lang/th.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/th.js
assets/javascripts/plugins/ckeditor/lang/uk.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/uk.js
assets/javascripts/plugins/ckeditor/lang/da.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/da.js
assets/javascripts/plugins/ckeditor/lang/sq.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/sq.js
assets/javascripts/plugins/ckeditor/lang/sl.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/sl.js
assets/javascripts/plugins/ckeditor/lang/es.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/es.js
assets/javascripts/plugins/ckeditor/lang/eo.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/eo.js
assets/javascripts/plugins/ckeditor/lang/tt.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/tt.js
assets/javascripts/plugins/ckeditor/lang/fr.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/fr.js
assets/javascripts/plugins/ckeditor/lang/ms.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/ms.js
assets/javascripts/plugins/ckeditor/lang/nl.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/nl.js
assets/javascripts/plugins/ckeditor/lang/sr-latn.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/sr-latn.js
assets/javascripts/plugins/ckeditor/lang/ru.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/ru.js
assets/javascripts/plugins/ckeditor/lang/de-ch.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/de-ch.js
assets/javascripts/plugins/ckeditor/lang/ro.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/ro.js
assets/javascripts/plugins/ckeditor/lang/mk.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/mk.js
assets/javascripts/plugins/ckeditor/lang/gu.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/gu.js
assets/javascripts/plugins/ckeditor/lang/ca.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/ca.js
assets/javascripts/plugins/ckeditor/lang/fr-ca.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/fr-ca.js
assets/javascripts/plugins/ckeditor/lang/lt.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/lt.js
assets/javascripts/plugins/ckeditor/lang/ja.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/ja.js
assets/javascripts/plugins/ckeditor/lang/si.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/si.js
assets/javascripts/plugins/ckeditor/lang/pt-br.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/pt-br.js
assets/javascripts/plugins/ckeditor/lang/cs.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/cs.js
assets/javascripts/plugins/ckeditor/lang/tr.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/tr.js
assets/javascripts/plugins/ckeditor/lang/he.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/he.js
assets/javascripts/plugins/ckeditor/lang/lv.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/lv.js
assets/javascripts/plugins/ckeditor/lang/ko.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/ko.js
assets/javascripts/plugins/ckeditor/lang/nb.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/nb.js
assets/javascripts/plugins/ckeditor/lang/hr.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/hr.js
assets/javascripts/plugins/ckeditor/lang/pt.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/pt.js
assets/javascripts/plugins/ckeditor/lang/bs.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/bs.js
assets/javascripts/plugins/ckeditor/lang/en-gb.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/en-gb.js
assets/javascripts/plugins/ckeditor/lang/mn.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/mn.js
assets/javascripts/plugins/ckeditor/lang/eu.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/eu.js
assets/javascripts/plugins/ckeditor/lang/bg.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/bg.js
assets/javascripts/plugins/ckeditor/lang/no.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/no.js
assets/javascripts/plugins/ckeditor/lang/vi.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/vi.js
assets/javascripts/plugins/ckeditor/lang/en.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/en.js
assets/javascripts/plugins/ckeditor/lang/fo.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/fo.js
assets/javascripts/plugins/ckeditor/lang/zh.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/zh.js
assets/javascripts/plugins/ckeditor/lang/sr.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/sr.js
assets/javascripts/plugins/ckeditor/lang/ka.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/ka.js
assets/javascripts/plugins/ckeditor/lang/ar.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/ar.js
assets/javascripts/plugins/ckeditor/lang/pl.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/pl.js
assets/javascripts/plugins/ckeditor/lang/is.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/is.js
assets/javascripts/plugins/ckeditor/lang/en-au.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/en-au.js
assets/javascripts/plugins/ckeditor/lang/ug.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/ug.js
assets/javascripts/plugins/ckeditor/lang/hu.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/hu.js
assets/javascripts/plugins/ckeditor/lang/bn.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/bn.js
assets/javascripts/plugins/ckeditor/lang/et.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/et.js
assets/javascripts/plugins/ckeditor/lang/gl.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/lang/gl.js
assets/javascripts/plugins/ckeditor/plugins/icons.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/icons.png
assets/javascripts/plugins/ckeditor/plugins/icons_hidpi.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/icons_hidpi.png
assets/javascripts/plugins/ckeditor/plugins/div/dialogs/div.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/div/dialogs/div.js
assets/javascripts/plugins/ckeditor/plugins/about/dialogs/about.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/about/dialogs/about.js
assets/javascripts/plugins/ckeditor/plugins/about/dialogs/logo_ckeditor.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/about/dialogs/logo_ckeditor.png
assets/javascripts/plugins/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png
assets/javascripts/plugins/ckeditor/plugins/iframe/images/placeholder.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/iframe/images/placeholder.png
assets/javascripts/plugins/ckeditor/plugins/iframe/dialogs/iframe.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/iframe/dialogs/iframe.js
assets/javascripts/plugins/ckeditor/plugins/liststyle/dialogs/liststyle.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/liststyle/dialogs/liststyle.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/el.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/el.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/it.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/it.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/id.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/id.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/km.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/km.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/af.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/af.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/de.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/de.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/th.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/th.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/da.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/da.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/es.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/es.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/si.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/si.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/he.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/he.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/no.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/no.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/en.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/en.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/et.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/et.js
assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js
assets/javascripts/plugins/ckeditor/plugins/forms/images/hiddenfield.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/forms/images/hiddenfield.gif
assets/javascripts/plugins/ckeditor/plugins/forms/dialogs/button.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/forms/dialogs/button.js
assets/javascripts/plugins/ckeditor/plugins/forms/dialogs/textarea.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/forms/dialogs/textarea.js
assets/javascripts/plugins/ckeditor/plugins/forms/dialogs/textfield.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/forms/dialogs/textfield.js
assets/javascripts/plugins/ckeditor/plugins/forms/dialogs/hiddenfield.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/forms/dialogs/hiddenfield.js
assets/javascripts/plugins/ckeditor/plugins/forms/dialogs/select.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/forms/dialogs/select.js
assets/javascripts/plugins/ckeditor/plugins/forms/dialogs/checkbox.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/forms/dialogs/checkbox.js
assets/javascripts/plugins/ckeditor/plugins/forms/dialogs/radio.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/forms/dialogs/radio.js
assets/javascripts/plugins/ckeditor/plugins/forms/dialogs/form.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/forms/dialogs/form.js
assets/javascripts/plugins/ckeditor/plugins/find/dialogs/find.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/find/dialogs/find.js
assets/javascripts/plugins/ckeditor/plugins/preview/preview.html /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/preview/preview.html
assets/javascripts/plugins/ckeditor/plugins/link/images/anchor.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/link/images/anchor.png
assets/javascripts/plugins/ckeditor/plugins/link/images/hidpi/anchor.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/link/images/hidpi/anchor.png
assets/javascripts/plugins/ckeditor/plugins/link/dialogs/link.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/link/dialogs/link.js
assets/javascripts/plugins/ckeditor/plugins/link/dialogs/anchor.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/link/dialogs/anchor.js
assets/javascripts/plugins/ckeditor/plugins/colordialog/dialogs/colordialog.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/colordialog/dialogs/colordialog.js
assets/javascripts/plugins/ckeditor/plugins/colordialog/dialogs/colordialog.css /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/colordialog/dialogs/colordialog.css
assets/javascripts/plugins/ckeditor/plugins/magicline/images/icon-rtl.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/magicline/images/icon-rtl.png
assets/javascripts/plugins/ckeditor/plugins/magicline/images/icon.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/magicline/images/icon.png
assets/javascripts/plugins/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png
assets/javascripts/plugins/ckeditor/plugins/magicline/images/hidpi/icon.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/magicline/images/hidpi/icon.png
assets/javascripts/plugins/ckeditor/plugins/image/images/noimage.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/image/images/noimage.png
assets/javascripts/plugins/ckeditor/plugins/image/dialogs/image.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/image/dialogs/image.js
assets/javascripts/plugins/ckeditor/plugins/scayt/dialogs/options.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/scayt/dialogs/options.js
assets/javascripts/plugins/ckeditor/plugins/scayt/dialogs/toolbar.css /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/scayt/dialogs/toolbar.css
assets/javascripts/plugins/ckeditor/plugins/wsc/dialogs/wsc_ie.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/wsc/dialogs/wsc_ie.js
assets/javascripts/plugins/ckeditor/plugins/wsc/dialogs/wsc.css /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/wsc/dialogs/wsc.css
assets/javascripts/plugins/ckeditor/plugins/wsc/dialogs/wsc.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/wsc/dialogs/wsc.js
assets/javascripts/plugins/ckeditor/plugins/wsc/dialogs/tmpFrameset.html /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
assets/javascripts/plugins/ckeditor/plugins/wsc/dialogs/ciframe.html /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/wsc/dialogs/ciframe.html
assets/javascripts/plugins/ckeditor/plugins/pagebreak/images/pagebreak.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/pagebreak/images/pagebreak.gif
assets/javascripts/plugins/ckeditor/plugins/clipboard/dialogs/paste.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/clipboard/dialogs/paste.js
assets/javascripts/plugins/ckeditor/plugins/templates/templates/default.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/templates/templates/default.js
assets/javascripts/plugins/ckeditor/plugins/templates/templates/images/template1.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/templates/templates/images/template1.gif
assets/javascripts/plugins/ckeditor/plugins/templates/templates/images/template2.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/templates/templates/images/template2.gif
assets/javascripts/plugins/ckeditor/plugins/templates/templates/images/template3.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/templates/templates/images/template3.gif
assets/javascripts/plugins/ckeditor/plugins/templates/dialogs/templates.css /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/templates/dialogs/templates.css
assets/javascripts/plugins/ckeditor/plugins/templates/dialogs/templates.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/templates/dialogs/templates.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/specialchar.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/specialchar.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/fi.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/fi.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/el.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/el.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/it.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/it.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/id.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/id.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/sk.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/sk.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/fa.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/fa.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/cy.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/cy.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/km.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/km.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/ku.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/ku.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/af.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/af.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/de.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/de.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/sv.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/sv.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/th.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/th.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/uk.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/uk.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/da.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/da.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/sq.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/sq.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/sl.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/sl.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/es.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/es.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/eo.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/eo.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/tt.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/tt.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/fr.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/fr.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/nl.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/nl.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/ru.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/ru.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/ca.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/ca.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/lt.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/lt.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/ja.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/ja.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/si.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/si.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/cs.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/cs.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/tr.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/tr.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/he.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/he.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/lv.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/lv.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/ko.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/ko.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/nb.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/nb.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/hr.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/hr.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/pt.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/pt.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/eu.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/eu.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/bg.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/bg.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/no.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/no.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/vi.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/vi.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/en.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/en.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/zh.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/zh.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/ar.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/ar.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/pl.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/pl.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/ug.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/ug.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/hu.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/hu.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/et.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/et.js
assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/gl.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/specialchar/dialogs/lang/gl.js
assets/javascripts/plugins/ckeditor/plugins/smiley/images/lightbulb.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/lightbulb.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/wink_smile.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/wink_smile.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/thumbs_down.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/thumbs_down.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/angel_smile.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/angel_smile.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/heart.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/heart.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/omg_smile.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/omg_smile.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/regular_smile.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/regular_smile.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/tounge_smile.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/tounge_smile.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/omg_smile.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/omg_smile.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/angry_smile.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/angry_smile.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/sad_smile.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/sad_smile.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/thumbs_down.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/thumbs_down.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/angry_smile.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/angry_smile.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/devil_smile.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/devil_smile.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/heart.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/heart.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/thumbs_up.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/thumbs_up.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/wink_smile.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/wink_smile.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/regular_smile.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/regular_smile.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/shades_smile.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/shades_smile.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/thumbs_up.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/thumbs_up.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/envelope.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/envelope.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/cry_smile.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/cry_smile.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/broken_heart.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/broken_heart.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/devil_smile.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/devil_smile.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/confused_smile.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/confused_smile.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/kiss.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/kiss.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/cry_smile.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/cry_smile.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/embarrassed_smile.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/embarrassed_smile.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/embaressed_smile.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/embaressed_smile.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/broken_heart.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/broken_heart.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/teeth_smile.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/teeth_smile.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/shades_smile.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/shades_smile.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/kiss.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/kiss.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/teeth_smile.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/teeth_smile.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/sad_smile.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/sad_smile.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/confused_smile.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/confused_smile.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/envelope.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/envelope.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/embarrassed_smile.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/embarrassed_smile.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/angel_smile.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/angel_smile.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/images/tongue_smile.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/tongue_smile.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/lightbulb.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/lightbulb.png
assets/javascripts/plugins/ckeditor/plugins/smiley/images/tongue_smile.gif /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/images/tongue_smile.gif
assets/javascripts/plugins/ckeditor/plugins/smiley/dialogs/smiley.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/smiley/dialogs/smiley.js
assets/javascripts/plugins/ckeditor/plugins/flash/images/placeholder.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/flash/images/placeholder.png
assets/javascripts/plugins/ckeditor/plugins/flash/dialogs/flash.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/flash/dialogs/flash.js
assets/javascripts/plugins/ckeditor/plugins/dialog/dialogDefinition.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/dialog/dialogDefinition.js
assets/javascripts/plugins/ckeditor/plugins/tabletools/dialogs/tableCell.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/tabletools/dialogs/tableCell.js
assets/javascripts/plugins/ckeditor/plugins/pastefromword/filter/default.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/pastefromword/filter/default.js
assets/javascripts/plugins/ckeditor/plugins/table/dialogs/table.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/table/dialogs/table.js
assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_h5.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_h5.png
assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_p.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_p.png
assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_div.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_div.png
assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_h3.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_h3.png
assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_h4.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_h4.png
assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_pre.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_pre.png
assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_blockquote.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_blockquote.png
assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_h1.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_h1.png
assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_address.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_address.png
assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_h6.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_h6.png
assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_h2.png /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ckeditor/plugins/showblocks/images/block_h2.png
assets/javascripts/plugins/validate/additional-methods.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/validate/additional-methods.js
assets/javascripts/plugins/validate/jquery.validate.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/validate/jquery.validate.min.js
assets/javascripts/plugins/timeago/jquery.timeago.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/timeago/jquery.timeago.js
assets/javascripts/plugins/jquery-celery/celery.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/jquery-celery/celery.js
assets/javascripts/plugins/jquery-celery/celery.datatables.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/jquery-celery/celery.datatables.js
assets/javascripts/plugins/jquery-celery/celery.progressbar.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/jquery-celery/celery.progressbar.js
assets/javascripts/plugins/responsive-flipper/responsive-flipper.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/responsive-flipper/responsive-flipper.js
assets/javascripts/plugins/jquery-ui/jquery-ui.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/jquery-ui/jquery-ui.js
assets/javascripts/plugins/input_mask/bootstrap-inputmask.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/input_mask/bootstrap-inputmask.min.js
assets/javascripts/plugins/slider_nav/slidernav-min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/slider_nav/slidernav-min.js
assets/javascripts/plugins/bootstrap_maxlength/bootstrap-maxlength.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/bootstrap_maxlength/bootstrap-maxlength.min.js
assets/javascripts/plugins/highlight/highlight.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/highlight/highlight.min.js
assets/javascripts/plugins/highlight/highlight.pack.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/highlight/highlight.pack.js
assets/javascripts/plugins/autosize/jquery.autosize-min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/autosize/jquery.autosize-min.js
assets/javascripts/plugins/ag-charts/ag-charts-enterprise.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/ag-charts/ag-charts-enterprise.js
assets/javascripts/plugins/bootstrap_colorpicker/bootstrap-colorpicker.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/bootstrap_colorpicker/bootstrap-colorpicker.min.js
assets/javascripts/plugins/fuelux/wizard.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/fuelux/wizard.js
assets/javascripts/plugins/fileinput/bootstrap-fileinput-fa.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/fileinput/bootstrap-fileinput-fa.js
assets/javascripts/plugins/fileinput/bootstrap-fileinput.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/fileinput/bootstrap-fileinput.js
assets/javascripts/plugins/fancytree/jquery.fancytree.min.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/fancytree/jquery.fancytree.min.js
assets/javascripts/plugins/bootstrap_datetimepicker/bootstrap-datetimepicker.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/bootstrap_datetimepicker/bootstrap-datetimepicker.js
assets/javascripts/plugins/duration-picker/bootstrap-duration-picker-debug.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/duration-picker/bootstrap-duration-picker-debug.js
assets/javascripts/plugins/duration-picker/bootstrap-duration-picker.js /var/waps/sitios/ahkin/static/assets/javascripts/plugins/duration-picker/bootstrap-duration-picker.js
js/documentacion_v2.js /var/waps/sitios/ahkin/static/js/documentacion_v2.js
js/index.js /var/waps/sitios/ahkin/static/js/index.js
js/django_admin.js /var/waps/sitios/ahkin/static/js/django_admin.js
js/reuso.js /var/waps/sitios/ahkin/static/js/reuso.js
js/jquery.min.js /var/waps/sitios/ahkin/static/js/jquery.min.js
js/admin_post_staff_editor.js /var/waps/sitios/ahkin/static/js/admin_post_staff_editor.js
js/plugins.js /var/waps/sitios/ahkin/static/js/plugins.js
js/jquery.cycle2.min.js /var/waps/sitios/ahkin/static/js/jquery.cycle2.min.js
js/redoc/redoc.standalone.js /var/waps/sitios/ahkin/static/js/redoc/redoc.standalone.js
js/ckeditor-plugins/checklist-templates/plugin.js /var/waps/sitios/ahkin/static/js/ckeditor-plugins/checklist-templates/plugin.js
js/ckeditor-plugins/checklist-templates/plugin_residencial.js /var/waps/sitios/ahkin/static/js/ckeditor-plugins/checklist-templates/plugin_residencial.js
js/totaldoc/totaldoc.js /var/waps/sitios/ahkin/static/js/totaldoc/totaldoc.js
js/plan_internet/buscar_profile_rb.js /var/waps/sitios/ahkin/static/js/plan_internet/buscar_profile_rb.js
js/home/traffic_source.js /var/waps/sitios/ahkin/static/js/home/traffic_source.js
js/home/ga_create_cookie.js /var/waps/sitios/ahkin/static/js/home/ga_create_cookie.js
img/oxxo-logo.svg /var/waps/sitios/ahkin/static/img/oxxo-logo.svg
img/stars.svg /var/waps/sitios/ahkin/static/img/stars.svg
img/oxxopay_logo.png /var/waps/sitios/ahkin/static/img/oxxopay_logo.png
img/wisp-bg-1.jpg /var/waps/sitios/ahkin/static/img/wisp-bg-1.jpg
img/formas_pago_compropago.png /var/waps/sitios/ahkin/static/img/formas_pago_compropago.png
img/siro_boton_codigo_barras.png /var/waps/sitios/ahkin/static/img/siro_boton_codigo_barras.png
img/wisp-bg-3.jpg /var/waps/sitios/ahkin/static/img/wisp-bg-3.jpg
img/formas-pago-cuentadigital.png /var/waps/sitios/ahkin/static/img/formas-pago-cuentadigital.png
img/boton-payu.png /var/waps/sitios/ahkin/static/img/boton-payu.png
img/formas-de-pago.png /var/waps/sitios/ahkin/static/img/formas-de-pago.png
img/formas-de-pago - copia.png /var/waps/sitios/ahkin/static/img/formas-de-pago - copia.png
img/dineromail-payu-logo.png /var/waps/sitios/ahkin/static/img/dineromail-payu-logo.png
img/pagos-compropago-corte.png /var/waps/sitios/ahkin/static/img/pagos-compropago-corte.png
img/wisp-bg-4.jpg /var/waps/sitios/ahkin/static/img/wisp-bg-4.jpg
img/ionicons_android-arrow_bottom_white.png /var/waps/sitios/ahkin/static/img/ionicons_android-arrow_bottom_white.png
img/logo-kushki.png /var/waps/sitios/ahkin/static/img/logo-kushki.png
img/tarjetas-mercadopago.png /var/waps/sitios/ahkin/static/img/tarjetas-mercadopago.png
img/wompi-square-logo.png /var/waps/sitios/ahkin/static/img/wompi-square-logo.png
img/paypal-logo.png /var/waps/sitios/ahkin/static/img/paypal-logo.png
img/logo_siro_codebar.png /var/waps/sitios/ahkin/static/img/logo_siro_codebar.png
img/ic-check.svg /var/waps/sitios/ahkin/static/img/ic-check.svg
img/payu-logo.png /var/waps/sitios/ahkin/static/img/payu-logo.png
img/Banamex-logo.png /var/waps/sitios/ahkin/static/img/Banamex-logo.png
img/metodos_pago_colombia_ebanx.png /var/waps/sitios/ahkin/static/img/metodos_pago_colombia_ebanx.png
img/RapidSSL_SEAL-90x50.gif /var/waps/sitios/ahkin/static/img/RapidSSL_SEAL-90x50.gif
img/wisphub-logo-1024.jpg /var/waps/sitios/ahkin/static/img/wisphub-logo-1024.jpg
img/mercadopago-logo.png /var/waps/sitios/ahkin/static/img/mercadopago-logo.png
img/logo-navidad.png /var/waps/sitios/ahkin/static/img/logo-navidad.png
img/compropago-logo.png /var/waps/sitios/ahkin/static/img/compropago-logo.png
img/cv-logo.png /var/waps/sitios/ahkin/static/img/cv-logo.png
img/logos-formas-pago.png /var/waps/sitios/ahkin/static/img/logos-formas-pago.png
img/ionicons_android-menu.png /var/waps/sitios/ahkin/static/img/ionicons_android-menu.png
img/afiliado-bloqueado.png /var/waps/sitios/ahkin/static/img/afiliado-bloqueado.png
img/metodos_pago_brasil_ebanx.png /var/waps/sitios/ahkin/static/img/metodos_pago_brasil_ebanx.png
img/khipu-logo.png /var/waps/sitios/ahkin/static/img/khipu-logo.png
img/ionicons_android-arrow_bottom.png /var/waps/sitios/ahkin/static/img/ionicons_android-arrow_bottom.png
img/realizar-pago-wisphub.png /var/waps/sitios/ahkin/static/img/realizar-pago-wisphub.png
img/tarjetas-credito-visa-mc.png /var/waps/sitios/ahkin/static/img/tarjetas-credito-visa-mc.png
img/logo-webpay.png /var/waps/sitios/ahkin/static/img/logo-webpay.png
img/logo_oxxo_recurrente.png /var/waps/sitios/ahkin/static/img/logo_oxxo_recurrente.png
img/oxxopay_brand.png /var/waps/sitios/ahkin/static/img/oxxopay_brand.png
img/metodos_pago_ecuador_ebanx.png /var/waps/sitios/ahkin/static/img/metodos_pago_ecuador_ebanx.png
img/pagarmercadopago.png /var/waps/sitios/ahkin/static/img/pagarmercadopago.png
img/codi.png /var/waps/sitios/ahkin/static/img/codi.png
img/pagos_epayco.png /var/waps/sitios/ahkin/static/img/pagos_epayco.png
img/stripe-logo.png /var/waps/sitios/ahkin/static/img/stripe-logo.png
img/pagoralia-logo.png /var/waps/sitios/ahkin/static/img/pagoralia-logo.png
img/wisp-bg-6.jpg /var/waps/sitios/ahkin/static/img/wisp-bg-6.jpg
img/epayco-logo.png /var/waps/sitios/ahkin/static/img/epayco-logo.png
img/logo-mirecaudo.png /var/waps/sitios/ahkin/static/img/logo-mirecaudo.png
img/logo-culqi.png /var/waps/sitios/ahkin/static/img/logo-culqi.png
img/pagos-epayco.png /var/waps/sitios/ahkin/static/img/pagos-epayco.png
img/metodo-tarjeta-culqi.png /var/waps/sitios/ahkin/static/img/metodo-tarjeta-culqi.png
img/logo-blanco.png /var/waps/sitios/ahkin/static/img/logo-blanco.png
img/sprite-empresas.png /var/waps/sitios/ahkin/static/img/sprite-empresas.png
img/logo-efecty.png /var/waps/sitios/ahkin/static/img/logo-efecty.png
img/Bancomer-BBVA-logo.png /var/waps/sitios/ahkin/static/img/Bancomer-BBVA-logo.png
img/Binance-logo.png /var/waps/sitios/ahkin/static/img/Binance-logo.png
img/mercadopago_pagar_boton.jpg /var/waps/sitios/ahkin/static/img/mercadopago_pagar_boton.jpg
img/WUM-logo.png /var/waps/sitios/ahkin/static/img/WUM-logo.png
img/metodos_pago_argentina_ebanx.png /var/waps/sitios/ahkin/static/img/metodos_pago_argentina_ebanx.png
img/wisp-bg-7.jpg /var/waps/sitios/ahkin/static/img/wisp-bg-7.jpg
img/logo_siro_tim.png /var/waps/sitios/ahkin/static/img/logo_siro_tim.png
img/logo-flow.png /var/waps/sitios/ahkin/static/img/logo-flow.png
img/pagadito-logo.png /var/waps/sitios/ahkin/static/img/pagadito-logo.png
img/metodos_pago_mexico_ebanx.png /var/waps/sitios/ahkin/static/img/metodos_pago_mexico_ebanx.png
img/sypago-logo.png /var/waps/sitios/ahkin/static/img/sypago-logo.png
img/paga-paypal-large.png /var/waps/sitios/ahkin/static/img/paga-paypal-large.png
img/wisphub-facebook.jpg /var/waps/sitios/ahkin/static/img/wisphub-facebook.jpg
img/app-store.png /var/waps/sitios/ahkin/static/img/app-store.png
img/logo-siro.png /var/waps/sitios/ahkin/static/img/logo-siro.png
img/puntos-pago-culqi.png /var/waps/sitios/ahkin/static/img/puntos-pago-culqi.png
img/metodos_pago_peru_ebanx.png /var/waps/sitios/ahkin/static/img/metodos_pago_peru_ebanx.png
img/visa-mastercard.png /var/waps/sitios/ahkin/static/img/visa-mastercard.png
img/boton-compropago.png /var/waps/sitios/ahkin/static/img/boton-compropago.png
img/suscripcion_paypal.png /var/waps/sitios/ahkin/static/img/suscripcion_paypal.png
img/google-play.png /var/waps/sitios/ahkin/static/img/google-play.png
img/todas-las-formas-de-pago.png /var/waps/sitios/ahkin/static/img/todas-las-formas-de-pago.png
img/moneygram-logo.png /var/waps/sitios/ahkin/static/img/moneygram-logo.png
img/metodos_pago_bolivia_ebanx.png /var/waps/sitios/ahkin/static/img/metodos_pago_bolivia_ebanx.png
img/boton-bancolombia.png /var/waps/sitios/ahkin/static/img/boton-bancolombia.png
img/pagarmercadopago2.png /var/waps/sitios/ahkin/static/img/pagarmercadopago2.png
img/siro_boton_pago.png /var/waps/sitios/ahkin/static/img/siro_boton_pago.png
img/logo.png /var/waps/sitios/ahkin/static/img/logo.png
img/ic-shield.svg /var/waps/sitios/ahkin/static/img/ic-shield.svg
img/Banorte.png /var/waps/sitios/ahkin/static/img/Banorte.png
img/permitido-paypal.png /var/waps/sitios/ahkin/static/img/permitido-paypal.png
img/checklist_template.svg /var/waps/sitios/ahkin/static/img/checklist_template.svg
img/boton_epayco.png /var/waps/sitios/ahkin/static/img/boton_epayco.png
img/codi-logo.png /var/waps/sitios/ahkin/static/img/codi-logo.png
img/wompi-logo.png /var/waps/sitios/ahkin/static/img/wompi-logo.png
img/formas-de-pago-openpay.jpg /var/waps/sitios/ahkin/static/img/formas-de-pago-openpay.jpg
img/sbfix-logo.png /var/waps/sitios/ahkin/static/img/sbfix-logo.png
img/default.jpg /var/waps/sitios/ahkin/static/img/default.jpg
img/tether-usdt-logo.png /var/waps/sitios/ahkin/static/img/tether-usdt-logo.png
img/openpay-logo.png /var/waps/sitios/ahkin/static/img/openpay-logo.png
img/favicon.png /var/waps/sitios/ahkin/static/img/favicon.png
img/tarjetas-stripe.png /var/waps/sitios/ahkin/static/img/tarjetas-stripe.png
img/templates.svg /var/waps/sitios/ahkin/static/img/templates.svg
img/formas-de-pago-openpay-tarjeta.jpg /var/waps/sitios/ahkin/static/img/formas-de-pago-openpay-tarjeta.jpg
img/formas-de-facturacion.png /var/waps/sitios/ahkin/static/img/formas-de-facturacion.png
img/wisp-bg-2.jpg /var/waps/sitios/ahkin/static/img/wisp-bg-2.jpg
img/cuentadigital-logo.png /var/waps/sitios/ahkin/static/img/cuentadigital-logo.png
img/wisp-bg-5.jpg /var/waps/sitios/ahkin/static/img/wisp-bg-5.jpg
img/metodos_pago_ebanx.png /var/waps/sitios/ahkin/static/img/metodos_pago_ebanx.png
img/Spin.svg /var/waps/sitios/ahkin/static/img/Spin.svg
img/codigo-barras.png /var/waps/sitios/ahkin/static/img/codigo-barras.png
img/metodos_pago_chile_ebanx.png /var/waps/sitios/ahkin/static/img/metodos_pago_chile_ebanx.png
img/firma-manifiesto/Pasos-Firma1.png /var/waps/sitios/ahkin/static/img/firma-manifiesto/Pasos-Firma1.png
img/firma-manifiesto/Pasos-Firma3.png /var/waps/sitios/ahkin/static/img/firma-manifiesto/Pasos-Firma3.png
img/firma-manifiesto/Pasos-Firma2.png /var/waps/sitios/ahkin/static/img/firma-manifiesto/Pasos-Firma2.png
img/payu/formas-pago-peru.png /var/waps/sitios/ahkin/static/img/payu/formas-pago-peru.png
img/payu/logos-oxxo.jpg /var/waps/sitios/ahkin/static/img/payu/logos-oxxo.jpg
img/payu/logos-tarjetas-credito.jpg /var/waps/sitios/ahkin/static/img/payu/logos-tarjetas-credito.jpg
img/payu/tarjeta-debito-credito-payu2.png /var/waps/sitios/ahkin/static/img/payu/tarjeta-debito-credito-payu2.png
img/payu/logo-western-union.jpg /var/waps/sitios/ahkin/static/img/payu/logo-western-union.jpg
img/payu/tarjeta-debito-credito-payu.png /var/waps/sitios/ahkin/static/img/payu/tarjeta-debito-credito-payu.png
img/payu/boton_pagar_grande_payu.png /var/waps/sitios/ahkin/static/img/payu/boton_pagar_grande_payu.png
img/payu/colombia-formas-pago.png /var/waps/sitios/ahkin/static/img/payu/colombia-formas-pago.png
img/slide/wispcon.png /var/waps/sitios/ahkin/static/img/slide/wispcon.png
img/slide/lista-clientes.jpg /var/waps/sitios/ahkin/static/img/slide/lista-clientes.jpg
img/slide/mum-mexico-2018.jpg /var/waps/sitios/ahkin/static/img/slide/mum-mexico-2018.jpg
img/slide/banner-dgo-co.jpeg /var/waps/sitios/ahkin/static/img/slide/banner-dgo-co.jpeg
img/slide/banner-dgo-wh-2.gif /var/waps/sitios/ahkin/static/img/slide/banner-dgo-wh-2.gif
img/slide/MUM-Banner---Guatemala.png /var/waps/sitios/ahkin/static/img/slide/MUM-Banner---Guatemala.png
img/slide/panel.jpg /var/waps/sitios/ahkin/static/img/slide/panel.jpg
img/slide/lista-facturas.jpg /var/waps/sitios/ahkin/static/img/slide/lista-facturas.jpg
img/slide/wispcon2.png /var/waps/sitios/ahkin/static/img/slide/wispcon2.png
img/slide/banner-wisphub.jpg /var/waps/sitios/ahkin/static/img/slide/banner-wisphub.jpg
img/slide/formas-de-pago.jpg /var/waps/sitios/ahkin/static/img/slide/formas-de-pago.jpg
img/slide/MUM-MX20-banner.png /var/waps/sitios/ahkin/static/img/slide/MUM-MX20-banner.png
img/slide/MUM-Colombia-2019.png /var/waps/sitios/ahkin/static/img/slide/MUM-Colombia-2019.png
img/slide/MUM-Ecuador-2019.png /var/waps/sitios/ahkin/static/img/slide/MUM-Ecuador-2019.png
img/slide/pasarelas-de-pago.jpg /var/waps/sitios/ahkin/static/img/slide/pasarelas-de-pago.jpg
img/slide/banner-dgo-wh.gif /var/waps/sitios/ahkin/static/img/slide/banner-dgo-wh.gif
img/slide/generador-fichas-hotspot2.jpg /var/waps/sitios/ahkin/static/img/slide/generador-fichas-hotspot2.jpg
img/slide/generador-fichas-hotspot.jpg /var/waps/sitios/ahkin/static/img/slide/generador-fichas-hotspot.jpg
img/slide/mum-mexico-2019.png /var/waps/sitios/ahkin/static/img/slide/mum-mexico-2019.png
img/modals/new-company.png /var/waps/sitios/ahkin/static/img/modals/new-company.png
img/modals/demo-expired.png /var/waps/sitios/ahkin/static/img/modals/demo-expired.png
img/formas_pago/metodos_pago_colombia_ebanx.png /var/waps/sitios/ahkin/static/img/formas_pago/metodos_pago_colombia_ebanx.png
img/formas_pago/metodos_pago_ecuador_ebanx.png /var/waps/sitios/ahkin/static/img/formas_pago/metodos_pago_ecuador_ebanx.png
img/formas_pago/metodos_pago_argentina_ebanx.png /var/waps/sitios/ahkin/static/img/formas_pago/metodos_pago_argentina_ebanx.png
img/formas_pago/metodos_pago_peru_ebanx.png /var/waps/sitios/ahkin/static/img/formas_pago/metodos_pago_peru_ebanx.png
img/formas_pago/metodos_pago_bolivia_ebanx.png /var/waps/sitios/ahkin/static/img/formas_pago/metodos_pago_bolivia_ebanx.png
img/formas_pago/mercado-pago.png /var/waps/sitios/ahkin/static/img/formas_pago/mercado-pago.png
img/formas_pago/metodos_pago_chile_ebanx.png /var/waps/sitios/ahkin/static/img/formas_pago/metodos_pago_chile_ebanx.png
img/firewall/bloqueo-firewall.jpg /var/waps/sitios/ahkin/static/img/firewall/bloqueo-firewall.jpg
img/firewall/firewall.gif /var/waps/sitios/ahkin/static/img/firewall/firewall.gif
img/tecnologias/aws-ws.png /var/waps/sitios/ahkin/static/img/tecnologias/aws-ws.png
img/tecnologias/digital_ocean.png /var/waps/sitios/ahkin/static/img/tecnologias/digital_ocean.png
img/tecnologias/stripe.png /var/waps/sitios/ahkin/static/img/tecnologias/stripe.png
img/tecnologias/google-maps.png /var/waps/sitios/ahkin/static/img/tecnologias/google-maps.png
img/tecnologias/mikrotik.png /var/waps/sitios/ahkin/static/img/tecnologias/mikrotik.png
img/tecnologias/play-store.png /var/waps/sitios/ahkin/static/img/tecnologias/play-store.png
img/tecnologias/paypal.png /var/waps/sitios/ahkin/static/img/tecnologias/paypal.png
img/gif/lista-clientes.gif /var/waps/sitios/ahkin/static/img/gif/lista-clientes.gif
img/gif/lista-facturas.gif /var/waps/sitios/ahkin/static/img/gif/lista-facturas.gif
img/gif/lista-routers.gif /var/waps/sitios/ahkin/static/img/gif/lista-routers.gif
img/facturas/comprobante_de_pago.png /var/waps/sitios/ahkin/static/img/facturas/comprobante_de_pago.png
img/facturas/leyenda_referencia_pago.png /var/waps/sitios/ahkin/static/img/facturas/leyenda_referencia_pago.png
img/tarjeta-cobranza/fondo.png /var/waps/sitios/ahkin/static/img/tarjeta-cobranza/fondo.png
img/tarjeta-cobranza/formas-de-pago-cuentadigital.png /var/waps/sitios/ahkin/static/img/tarjeta-cobranza/formas-de-pago-cuentadigital.png
img/tarjeta-cobranza/paynet-logo.png /var/waps/sitios/ahkin/static/img/tarjeta-cobranza/paynet-logo.png
img/tarjeta-cobranza/cliente-icon.png /var/waps/sitios/ahkin/static/img/tarjeta-cobranza/cliente-icon.png
img/tarjeta-cobranza/logo_spei_codi.jpg /var/waps/sitios/ahkin/static/img/tarjeta-cobranza/logo_spei_codi.jpg
img/tarjeta-cobranza/wifi-home.png /var/waps/sitios/ahkin/static/img/tarjeta-cobranza/wifi-home.png
img/tarjeta-cobranza/Logo-Openpay.jpg /var/waps/sitios/ahkin/static/img/tarjeta-cobranza/Logo-Openpay.jpg
img/tarjeta-cobranza/cuentadigital-logo.png /var/waps/sitios/ahkin/static/img/tarjeta-cobranza/cuentadigital-logo.png
img/tarjeta-cobranza/formas-pago.jpg /var/waps/sitios/ahkin/static/img/tarjeta-cobranza/formas-pago.jpg
img/tarjeta-cobranza/telefono-icon.png /var/waps/sitios/ahkin/static/img/tarjeta-cobranza/telefono-icon.png
img/maps/empresa2 (2).png /var/waps/sitios/ahkin/static/img/maps/empresa2 (2).png
img/maps/empresa.png /var/waps/sitios/ahkin/static/img/maps/empresa.png
img/maps/cliente.png /var/waps/sitios/ahkin/static/img/maps/cliente.png
img/maps/empresa2-(2).png /var/waps/sitios/ahkin/static/img/maps/empresa2-(2).png
img/maps/router.png /var/waps/sitios/ahkin/static/img/maps/router.png
img/maps/nap.png /var/waps/sitios/ahkin/static/img/maps/nap.png
img/maps/empresa1.png /var/waps/sitios/ahkin/static/img/maps/empresa1.png
img/maps/nodo.png /var/waps/sitios/ahkin/static/img/maps/nodo.png
img/maps/sectorial.png /var/waps/sitios/ahkin/static/img/maps/sectorial.png
img/maps/nap1.png /var/waps/sitios/ahkin/static/img/maps/nap1.png
img/maps/marker_default_search.svg /var/waps/sitios/ahkin/static/img/maps/marker_default_search.svg
yaml/api/api-main.yaml /var/waps/sitios/ahkin/static/yaml/api/api-main.yaml
yaml/api/Clientes/paths/create_clientes.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/paths/create_clientes.yaml
yaml/api/Clientes/paths/retrieve_saldo.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/paths/retrieve_saldo.yaml
yaml/api/Clientes/paths/action_enable_disable_additional_service.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/paths/action_enable_disable_additional_service.yaml
yaml/api/Clientes/paths/ping_clientes.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/paths/ping_clientes.yaml
yaml/api/Clientes/paths/delete_clientes.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/paths/delete_clientes.yaml
yaml/api/Clientes/paths/action_activar_o_desactivar_servicio.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/paths/action_activar_o_desactivar_servicio.yaml
yaml/api/Clientes/paths/add_additional_telephone_service.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/paths/add_additional_telephone_service.yaml
yaml/api/Clientes/paths/retrieve_perfil.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/paths/retrieve_perfil.yaml
yaml/api/Clientes/paths/retrieve_servicio.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/paths/retrieve_servicio.yaml
yaml/api/Clientes/paths/list_additional_services.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/paths/list_additional_services.yaml
yaml/api/Clientes/paths/add_additional_television_service.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/paths/add_additional_television_service.yaml
yaml/api/Clientes/paths/list_clientes.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/paths/list_clientes.yaml
yaml/api/Clientes/paths/request_preinstallation.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/paths/request_preinstallation.yaml
yaml/api/Clientes/parameters/list_parameters.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/parameters/list_parameters.yaml
yaml/api/Clientes/components/SimpleCliente.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/components/SimpleCliente.yaml
yaml/api/Clientes/components/SimpleInvoice.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/components/SimpleInvoice.yaml
yaml/api/Clientes/components/Clientes.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/components/Clientes.yaml
yaml/api/Clientes/components/ServicesRetrieve.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/components/ServicesRetrieve.yaml
yaml/api/Clientes/components/ClientesRetrieve.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/components/ClientesRetrieve.yaml
yaml/api/Clientes/components/AdditionalServices.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/components/AdditionalServices.yaml
yaml/api/Clientes/components/SaldoRetrieve.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/components/SaldoRetrieve.yaml
yaml/api/Clientes/components/SimpleServiceTicket.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/components/SimpleServiceTicket.yaml
yaml/api/Clientes/components/SimpleService.yaml /var/waps/sitios/ahkin/static/yaml/api/Clientes/components/SimpleService.yaml
yaml/api/Zona/components/SimpleZona.yaml /var/waps/sitios/ahkin/static/yaml/api/Zona/components/SimpleZona.yaml
yaml/api/Sistema/paths/list_categorias_gastos.yaml /var/waps/sitios/ahkin/static/yaml/api/Sistema/paths/list_categorias_gastos.yaml
yaml/api/Sistema/paths/list_usuarios_staff.yaml /var/waps/sitios/ahkin/static/yaml/api/Sistema/paths/list_usuarios_staff.yaml
yaml/api/Sistema/paths/list_additional_plans.yaml /var/waps/sitios/ahkin/static/yaml/api/Sistema/paths/list_additional_plans.yaml
yaml/api/Sistema/paths/list_plan_internet.yaml /var/waps/sitios/ahkin/static/yaml/api/Sistema/paths/list_plan_internet.yaml
yaml/api/Sistema/paths/list_proveedores.yaml /var/waps/sitios/ahkin/static/yaml/api/Sistema/paths/list_proveedores.yaml
yaml/api/Sistema/paths/list_zonas.yaml /var/waps/sitios/ahkin/static/yaml/api/Sistema/paths/list_zonas.yaml
yaml/api/Sistema/paths/create_plan_pppoe.yaml /var/waps/sitios/ahkin/static/yaml/api/Sistema/paths/create_plan_pppoe.yaml
yaml/api/Sistema/paths/list_sectorial.yaml /var/waps/sitios/ahkin/static/yaml/api/Sistema/paths/list_sectorial.yaml
yaml/api/Sistema/paths/get_update_delete_plan_pppoe.yaml /var/waps/sitios/ahkin/static/yaml/api/Sistema/paths/get_update_delete_plan_pppoe.yaml
yaml/api/Sistema/paths/create_plan_queue.yaml /var/waps/sitios/ahkin/static/yaml/api/Sistema/paths/create_plan_queue.yaml
yaml/api/Sistema/paths/list_modelo_antena.yaml /var/waps/sitios/ahkin/static/yaml/api/Sistema/paths/list_modelo_antena.yaml
yaml/api/Sistema/paths/get_update_delete_plan_queue.yaml /var/waps/sitios/ahkin/static/yaml/api/Sistema/paths/get_update_delete_plan_queue.yaml
yaml/api/Sistema/paths/list_router.yaml /var/waps/sitios/ahkin/static/yaml/api/Sistema/paths/list_router.yaml
yaml/api/Router/components/SimpleRouter.yaml /var/waps/sitios/ahkin/static/yaml/api/Router/components/SimpleRouter.yaml
yaml/api/PlanInternet/components/SimplePlanInternet.yaml /var/waps/sitios/ahkin/static/yaml/api/PlanInternet/components/SimplePlanInternet.yaml
yaml/api/FichasHotspot/paths/lista_puntos_venta.yaml /var/waps/sitios/ahkin/static/yaml/api/FichasHotspot/paths/lista_puntos_venta.yaml
yaml/api/FichasHotspot/paths/list_fichas.yaml /var/waps/sitios/ahkin/static/yaml/api/FichasHotspot/paths/list_fichas.yaml
yaml/api/FichasHotspot/paths/detalle_ficha.yaml /var/waps/sitios/ahkin/static/yaml/api/FichasHotspot/paths/detalle_ficha.yaml
yaml/api/FichasHotspot/paths/eliminar_fichas.yaml /var/waps/sitios/ahkin/static/yaml/api/FichasHotspot/paths/eliminar_fichas.yaml
yaml/api/FichasHotspot/paths/ficha_prefijo.yaml /var/waps/sitios/ahkin/static/yaml/api/FichasHotspot/paths/ficha_prefijo.yaml
yaml/api/FichasHotspot/components/CrearFicha.yaml /var/waps/sitios/ahkin/static/yaml/api/FichasHotspot/components/CrearFicha.yaml
yaml/api/FichasHotspot/components/ListaFichas.yaml /var/waps/sitios/ahkin/static/yaml/api/FichasHotspot/components/ListaFichas.yaml
yaml/api/FichasHotspot/components/ListaPuntosVenta.yaml /var/waps/sitios/ahkin/static/yaml/api/FichasHotspot/components/ListaPuntosVenta.yaml
yaml/api/FichasHotspot/components/FichaPrefijo.yaml /var/waps/sitios/ahkin/static/yaml/api/FichasHotspot/components/FichaPrefijo.yaml
yaml/api/FichasHotspot/components/DetalleFicha.yaml /var/waps/sitios/ahkin/static/yaml/api/FichasHotspot/components/DetalleFicha.yaml
yaml/api/User/components/SimpleUser.yaml /var/waps/sitios/ahkin/static/yaml/api/User/components/SimpleUser.yaml
yaml/api/ModeloAntena/components/SimpleModeloAntena.yaml /var/waps/sitios/ahkin/static/yaml/api/ModeloAntena/components/SimpleModeloAntena.yaml
yaml/api/ApCliente/components/SimpleApCliente.yaml /var/waps/sitios/ahkin/static/yaml/api/ApCliente/components/SimpleApCliente.yaml
yaml/api/Instalaciones/paths/list_instalaciones.yaml /var/waps/sitios/ahkin/static/yaml/api/Instalaciones/paths/list_instalaciones.yaml
yaml/api/Instalaciones/parameters/list_parameters.yaml /var/waps/sitios/ahkin/static/yaml/api/Instalaciones/parameters/list_parameters.yaml
yaml/api/Instalaciones/components/Instalaciones.yaml /var/waps/sitios/ahkin/static/yaml/api/Instalaciones/components/Instalaciones.yaml
yaml/api/Tasks/paths/retrieve_task.yaml /var/waps/sitios/ahkin/static/yaml/api/Tasks/paths/retrieve_task.yaml
yaml/api/Tasks/components/RetrieveTask.yaml /var/waps/sitios/ahkin/static/yaml/api/Tasks/components/RetrieveTask.yaml
yaml/api/TarjetaCobranza/paths/list_tarjeta_cobranza.yaml /var/waps/sitios/ahkin/static/yaml/api/TarjetaCobranza/paths/list_tarjeta_cobranza.yaml
yaml/api/TarjetaCobranza/parameters/list_tarjeta_cobranza_params.yaml /var/waps/sitios/ahkin/static/yaml/api/TarjetaCobranza/parameters/list_tarjeta_cobranza_params.yaml
yaml/api/Gastos/paths/editar_gasto.yaml /var/waps/sitios/ahkin/static/yaml/api/Gastos/paths/editar_gasto.yaml
yaml/api/Gastos/paths/list_gastos.yaml /var/waps/sitios/ahkin/static/yaml/api/Gastos/paths/list_gastos.yaml
yaml/api/Gastos/paths/eliminar_gasto.yaml /var/waps/sitios/ahkin/static/yaml/api/Gastos/paths/eliminar_gasto.yaml
yaml/api/Gastos/paths/retrieve_gasto.yaml /var/waps/sitios/ahkin/static/yaml/api/Gastos/paths/retrieve_gasto.yaml
yaml/api/Gastos/components/Gasto.yaml /var/waps/sitios/ahkin/static/yaml/api/Gastos/components/Gasto.yaml
yaml/api/Gastos/components/ObtenerGasto.yaml /var/waps/sitios/ahkin/static/yaml/api/Gastos/components/ObtenerGasto.yaml
yaml/api/Facturas/paths/reportar_pago_factura.yaml /var/waps/sitios/ahkin/static/yaml/api/Facturas/paths/reportar_pago_factura.yaml
yaml/api/Facturas/paths/prorrateo.yaml /var/waps/sitios/ahkin/static/yaml/api/Facturas/paths/prorrateo.yaml
yaml/api/Facturas/paths/sugerencias.yaml /var/waps/sitios/ahkin/static/yaml/api/Facturas/paths/sugerencias.yaml
yaml/api/Facturas/paths/lista_articulos.yaml /var/waps/sitios/ahkin/static/yaml/api/Facturas/paths/lista_articulos.yaml
yaml/api/Facturas/paths/retrieve_facturas.yaml /var/waps/sitios/ahkin/static/yaml/api/Facturas/paths/retrieve_facturas.yaml
yaml/api/Facturas/paths/eliminar_facturas.yaml /var/waps/sitios/ahkin/static/yaml/api/Facturas/paths/eliminar_facturas.yaml
yaml/api/Facturas/paths/list_forma_de_pago.yaml /var/waps/sitios/ahkin/static/yaml/api/Facturas/paths/list_forma_de_pago.yaml
yaml/api/Facturas/paths/list_facturas.yaml /var/waps/sitios/ahkin/static/yaml/api/Facturas/paths/list_facturas.yaml
yaml/api/Facturas/paths/action_promesa_pago.yaml /var/waps/sitios/ahkin/static/yaml/api/Facturas/paths/action_promesa_pago.yaml
yaml/api/Facturas/paths/action_registrar_pago.yaml /var/waps/sitios/ahkin/static/yaml/api/Facturas/paths/action_registrar_pago.yaml
yaml/api/Facturas/parameters/list.yaml /var/waps/sitios/ahkin/static/yaml/api/Facturas/parameters/list.yaml
yaml/api/Facturas/components/InvoiceRetrieve.yaml /var/waps/sitios/ahkin/static/yaml/api/Facturas/components/InvoiceRetrieve.yaml
yaml/api/Facturas/components/Article.yaml /var/waps/sitios/ahkin/static/yaml/api/Facturas/components/Article.yaml
yaml/api/Facturas/components/ReportPayment.yaml /var/waps/sitios/ahkin/static/yaml/api/Facturas/components/ReportPayment.yaml
yaml/api/Facturas/components/PaymentRegister.yaml /var/waps/sitios/ahkin/static/yaml/api/Facturas/components/PaymentRegister.yaml
yaml/api/Facturas/components/PaymentMethod.yaml /var/waps/sitios/ahkin/static/yaml/api/Facturas/components/PaymentMethod.yaml
yaml/api/Facturas/components/Invoice.yaml /var/waps/sitios/ahkin/static/yaml/api/Facturas/components/Invoice.yaml
yaml/api/Tickets/paths/lista_asuntos_tickets.yaml /var/waps/sitios/ahkin/static/yaml/api/Tickets/paths/lista_asuntos_tickets.yaml
yaml/api/Tickets/paths/retrieve_tickets.yaml /var/waps/sitios/ahkin/static/yaml/api/Tickets/paths/retrieve_tickets.yaml
yaml/api/Tickets/paths/list_tickets.yaml /var/waps/sitios/ahkin/static/yaml/api/Tickets/paths/list_tickets.yaml
yaml/api/Tickets/components/TicketRetrieve.yaml /var/waps/sitios/ahkin/static/yaml/api/Tickets/components/TicketRetrieve.yaml
yaml/api/Tickets/components/TicketRespuestas.yaml /var/waps/sitios/ahkin/static/yaml/api/Tickets/components/TicketRespuestas.yaml
yaml/api/Tickets/components/Ticket.yaml /var/waps/sitios/ahkin/static/yaml/api/Tickets/components/Ticket.yaml
yaml/api/FormaPago/components/SimpleFormaPago.yaml /var/waps/sitios/ahkin/static/yaml/api/FormaPago/components/SimpleFormaPago.yaml
css/factura.css /var/waps/sitios/ahkin/static/css/factura.css
css/documentacion_v2.css /var/waps/sitios/ahkin/static/css/documentacion_v2.css
css/promocion_landing.css /var/waps/sitios/ahkin/static/css/promocion_landing.css
css/estilos_gastos.css /var/waps/sitios/ahkin/static/css/estilos_gastos.css
css/documentacion_staff_v2.css /var/waps/sitios/ahkin/static/css/documentacion_staff_v2.css
css/documentacion.css /var/waps/sitios/ahkin/static/css/documentacion.css
css/index.css /var/waps/sitios/ahkin/static/css/index.css
css/fonts/icomoon.svg /var/waps/sitios/ahkin/static/css/fonts/icomoon.svg
css/fonts/icomoon.eot /var/waps/sitios/ahkin/static/css/fonts/icomoon.eot
css/fonts/icomoon.ttf /var/waps/sitios/ahkin/static/css/fonts/icomoon.ttf
css/fonts/selection.json /var/waps/sitios/ahkin/static/css/fonts/selection.json
css/fonts/icomoon.woff /var/waps/sitios/ahkin/static/css/fonts/icomoon.woff
css/fonts/iconos27032020/icomoon.svg /var/waps/sitios/ahkin/static/css/fonts/iconos27032020/icomoon.svg
css/fonts/iconos27032020/icomoon.eot /var/waps/sitios/ahkin/static/css/fonts/iconos27032020/icomoon.eot
css/fonts/iconos27032020/icomoon.ttf /var/waps/sitios/ahkin/static/css/fonts/iconos27032020/icomoon.ttf
css/fonts/iconos27032020/selection.json /var/waps/sitios/ahkin/static/css/fonts/iconos27032020/selection.json
css/fonts/iconos27032020/icomoon.woff /var/waps/sitios/ahkin/static/css/fonts/iconos27032020/icomoon.woff
css/fonts/iconos28022018/icomoon.svg /var/waps/sitios/ahkin/static/css/fonts/iconos28022018/icomoon.svg
css/fonts/iconos28022018/icomoon.eot /var/waps/sitios/ahkin/static/css/fonts/iconos28022018/icomoon.eot
css/fonts/iconos28022018/icomoon.ttf /var/waps/sitios/ahkin/static/css/fonts/iconos28022018/icomoon.ttf
css/fonts/iconos28022018/selection.json /var/waps/sitios/ahkin/static/css/fonts/iconos28022018/selection.json
css/fonts/iconos28022018/icomoon.woff /var/waps/sitios/ahkin/static/css/fonts/iconos28022018/icomoon.woff
css/fonts/iconos28022018/font-awesome/css/font-awesome.min.css /var/waps/sitios/ahkin/static/css/fonts/iconos28022018/font-awesome/css/font-awesome.min.css
css/fonts/iconos28022018/font-awesome/css/font-awesome.css /var/waps/sitios/ahkin/static/css/fonts/iconos28022018/font-awesome/css/font-awesome.css
css/fonts/iconos28022018/font-awesome/fonts/fontawesome-webfont.ttf /var/waps/sitios/ahkin/static/css/fonts/iconos28022018/font-awesome/fonts/fontawesome-webfont.ttf
css/fonts/iconos28022018/font-awesome/fonts/fontawesome-webfont.woff /var/waps/sitios/ahkin/static/css/fonts/iconos28022018/font-awesome/fonts/fontawesome-webfont.woff
css/fonts/iconos28022018/font-awesome/fonts/fontawesome-webfont.eot /var/waps/sitios/ahkin/static/css/fonts/iconos28022018/font-awesome/fonts/fontawesome-webfont.eot
css/fonts/iconos28022018/font-awesome/fonts/fontawesome-webfont.svg /var/waps/sitios/ahkin/static/css/fonts/iconos28022018/font-awesome/fonts/fontawesome-webfont.svg
css/fonts/iconos28022018/font-awesome/fonts/fontawesome-webfont.woff2 /var/waps/sitios/ahkin/static/css/fonts/iconos28022018/font-awesome/fonts/fontawesome-webfont.woff2
css/fonts/iconos28022018/font-awesome/fonts/FontAwesome.otf /var/waps/sitios/ahkin/static/css/fonts/iconos28022018/font-awesome/fonts/FontAwesome.otf
css/fonts/iconos10072023/icomoon.svg /var/waps/sitios/ahkin/static/css/fonts/iconos10072023/icomoon.svg
css/fonts/iconos10072023/icomoon.eot /var/waps/sitios/ahkin/static/css/fonts/iconos10072023/icomoon.eot
css/fonts/iconos10072023/icomoon.ttf /var/waps/sitios/ahkin/static/css/fonts/iconos10072023/icomoon.ttf
css/fonts/iconos10072023/selection.json /var/waps/sitios/ahkin/static/css/fonts/iconos10072023/selection.json
css/fonts/iconos10072023/icomoon.woff /var/waps/sitios/ahkin/static/css/fonts/iconos10072023/icomoon.woff
css/fonts/iconos09032018/icomoon.svg /var/waps/sitios/ahkin/static/css/fonts/iconos09032018/icomoon.svg
css/fonts/iconos09032018/icomoon.eot /var/waps/sitios/ahkin/static/css/fonts/iconos09032018/icomoon.eot
css/fonts/iconos09032018/icomoon.ttf /var/waps/sitios/ahkin/static/css/fonts/iconos09032018/icomoon.ttf
css/fonts/iconos09032018/selection.json /var/waps/sitios/ahkin/static/css/fonts/iconos09032018/selection.json
css/fonts/iconos09032018/icomoon.woff /var/waps/sitios/ahkin/static/css/fonts/iconos09032018/icomoon.woff
css/fonts/iconos26022019/icomoon.svg /var/waps/sitios/ahkin/static/css/fonts/iconos26022019/icomoon.svg
css/fonts/iconos26022019/icomoon.eot /var/waps/sitios/ahkin/static/css/fonts/iconos26022019/icomoon.eot
css/fonts/iconos26022019/icomoon.ttf /var/waps/sitios/ahkin/static/css/fonts/iconos26022019/icomoon.ttf
css/fonts/iconos26022019/selection.json /var/waps/sitios/ahkin/static/css/fonts/iconos26022019/selection.json
css/fonts/iconos26022019/icomoon.woff /var/waps/sitios/ahkin/static/css/fonts/iconos26022019/icomoon.woff
css/fonts/iconos22022019/icomoon.svg /var/waps/sitios/ahkin/static/css/fonts/iconos22022019/icomoon.svg
css/fonts/iconos22022019/icomoon.eot /var/waps/sitios/ahkin/static/css/fonts/iconos22022019/icomoon.eot
css/fonts/iconos22022019/icomoon.ttf /var/waps/sitios/ahkin/static/css/fonts/iconos22022019/icomoon.ttf
css/fonts/iconos22022019/selection.json /var/waps/sitios/ahkin/static/css/fonts/iconos22022019/selection.json
css/fonts/iconos22022019/icomoon.woff /var/waps/sitios/ahkin/static/css/fonts/iconos22022019/icomoon.woff

django.contrib.staticfiles.finders.AppDirectoriesFinder (1632 archivos)

Ruta Ubicaci贸n
admin/js/timeparse.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/timeparse.js
admin/js/cancel.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/cancel.js
admin/js/SelectBox.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/SelectBox.js
admin/js/change_form.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/change_form.js
admin/js/popup_response.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/popup_response.js
admin/js/actions.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/actions.js
admin/js/actions.min.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/actions.min.js
admin/js/jquery.init.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/jquery.init.js
admin/js/urlify.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/urlify.js
admin/js/collapse.min.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/collapse.min.js
admin/js/collapse.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/collapse.js
admin/js/calendar.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/calendar.js
admin/js/prepopulate.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate.js
admin/js/core.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/core.js
admin/js/SelectFilter2.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js
admin/js/inlines.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/inlines.js
admin/js/inlines.min.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/inlines.min.js
admin/js/prepopulate.min.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate.min.js
admin/js/prepopulate_init.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js
admin/js/vendor/jquery/LICENSE-JQUERY.txt /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE-JQUERY.txt
admin/js/vendor/jquery/jquery.min.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js
admin/js/vendor/jquery/jquery.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js
admin/js/vendor/xregexp/xregexp.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js
admin/js/vendor/xregexp/xregexp.min.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js
admin/js/vendor/xregexp/LICENSE-XREGEXP.txt /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE-XREGEXP.txt
admin/js/admin/RelatedObjectLookups.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js
admin/js/admin/DateTimeShortcuts.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js
admin/img/tooltag-add.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg
admin/img/calendar-icons.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg
admin/img/tooltag-arrowright.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg
admin/img/icon-unknown-alt.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg
admin/img/icon-unknown.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg
admin/img/icon-calendar.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg
admin/img/inline-delete.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg
admin/img/icon-changelink.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg
admin/img/icon-addlink.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg
admin/img/icon-deletelink.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg
admin/img/search.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/search.svg
admin/img/LICENSE /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/LICENSE
admin/img/icon-clock.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg
admin/img/sorting-icons.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg
admin/img/README.txt /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/README.txt
admin/img/icon-no.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-no.svg
admin/img/selector-icons.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg
admin/img/icon-yes.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg
admin/img/icon-alert.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg
admin/img/gis/move_vertex_off.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg
admin/img/gis/move_vertex_on.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg
admin/css/rtl.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/rtl.css
admin/css/changelists.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/changelists.css
admin/css/login.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/login.css
admin/css/base.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/base.css
admin/css/fonts.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/fonts.css
admin/css/dashboard.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/dashboard.css
admin/css/widgets.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/widgets.css
admin/css/forms.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/forms.css
admin/fonts/Roboto-Light-webfont.woff /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff
admin/fonts/Roboto-Bold-webfont.woff /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff
admin/fonts/README.txt /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/README.txt
admin/fonts/LICENSE.txt /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/LICENSE.txt
admin/fonts/Roboto-Regular-webfont.woff /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff
ckeditor/ckeditor-init.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor-init.js
ckeditor/galleriffic/js/jquery.galleriffic.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/js/jquery.galleriffic.js
ckeditor/galleriffic/js/jquery.history.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/js/jquery.history.js
ckeditor/galleriffic/js/jush.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/js/jush.js
ckeditor/galleriffic/js/jquery.opacityrollover.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/js/jquery.opacityrollover.js
ckeditor/galleriffic/js/jquery-1.3.2.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/js/jquery-1.3.2.js
ckeditor/galleriffic/css/galleriffic-1.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/galleriffic-1.css
ckeditor/galleriffic/css/prevPageArrowWhite.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/prevPageArrowWhite.gif
ckeditor/galleriffic/css/galleriffic-3.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/galleriffic-3.css
ckeditor/galleriffic/css/galleriffic-2.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/galleriffic-2.css
ckeditor/galleriffic/css/galleriffic-5.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/galleriffic-5.css
ckeditor/galleriffic/css/galleriffic-4.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/galleriffic-4.css
ckeditor/galleriffic/css/loader.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/loader.gif
ckeditor/galleriffic/css/prevPageArrow.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/prevPageArrow.gif
ckeditor/galleriffic/css/nextPageArrow.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/nextPageArrow.gif
ckeditor/galleriffic/css/caption.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/caption.png
ckeditor/galleriffic/css/white.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/white.css
ckeditor/galleriffic/css/loaderWhite.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/loaderWhite.gif
ckeditor/galleriffic/css/black.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/black.css
ckeditor/galleriffic/css/jush.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/jush.css
ckeditor/galleriffic/css/basic.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/basic.css
ckeditor/galleriffic/css/nextPageArrowWhite.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/galleriffic/css/nextPageArrowWhite.gif
ckeditor/file-icons/pdf.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/file-icons/pdf.png
ckeditor/file-icons/swf.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/file-icons/swf.png
ckeditor/file-icons/ppt.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/file-icons/ppt.png
ckeditor/file-icons/xls.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/file-icons/xls.png
ckeditor/file-icons/doc.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/file-icons/doc.png
ckeditor/file-icons/txt.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/file-icons/txt.png
ckeditor/file-icons/file.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/file-icons/file.png
ckeditor/ckeditor/README.md /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/README.md
ckeditor/ckeditor/styles.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/styles.js
ckeditor/ckeditor/CHANGES.md /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/CHANGES.md
ckeditor/ckeditor/LICENSE.md /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/LICENSE.md
ckeditor/ckeditor/config.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/config.js
ckeditor/ckeditor/ckeditor.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/ckeditor.js
ckeditor/ckeditor/contents.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/contents.css
ckeditor/ckeditor/build-config.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/build-config.js
ckeditor/ckeditor/adapters/jquery.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/adapters/jquery.js
ckeditor/ckeditor/skins/moono/editor_ie.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/editor_ie.css
ckeditor/ckeditor/skins/moono/editor_iequirks.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/editor_iequirks.css
ckeditor/ckeditor/skins/moono/icons.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/icons.png
ckeditor/ckeditor/skins/moono/dialog_iequirks.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/dialog_iequirks.css
ckeditor/ckeditor/skins/moono/dialog_ie8.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/dialog_ie8.css
ckeditor/ckeditor/skins/moono/readme.md /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/readme.md
ckeditor/ckeditor/skins/moono/dialog_ie7.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/dialog_ie7.css
ckeditor/ckeditor/skins/moono/editor.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/editor.css
ckeditor/ckeditor/skins/moono/editor_gecko.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/editor_gecko.css
ckeditor/ckeditor/skins/moono/editor_ie7.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/editor_ie7.css
ckeditor/ckeditor/skins/moono/icons_hidpi.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/icons_hidpi.png
ckeditor/ckeditor/skins/moono/editor_ie8.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/editor_ie8.css
ckeditor/ckeditor/skins/moono/dialog_ie.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/dialog_ie.css
ckeditor/ckeditor/skins/moono/dialog.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/dialog.css
ckeditor/ckeditor/skins/moono/images/arrow.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/arrow.png
ckeditor/ckeditor/skins/moono/images/close.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/close.png
ckeditor/ckeditor/skins/moono/images/refresh.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/refresh.png
ckeditor/ckeditor/skins/moono/images/lock.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/lock.png
ckeditor/ckeditor/skins/moono/images/lock-open.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/lock-open.png
ckeditor/ckeditor/skins/moono/images/spinner.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/spinner.gif
ckeditor/ckeditor/skins/moono/images/hidpi/close.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/hidpi/close.png
ckeditor/ckeditor/skins/moono/images/hidpi/refresh.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/hidpi/refresh.png
ckeditor/ckeditor/skins/moono/images/hidpi/lock.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/hidpi/lock.png
ckeditor/ckeditor/skins/moono/images/hidpi/lock-open.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/hidpi/lock-open.png
ckeditor/ckeditor/lang/fi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/fi.js
ckeditor/ckeditor/lang/el.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/el.js
ckeditor/ckeditor/lang/zh-cn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/zh-cn.js
ckeditor/ckeditor/lang/it.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/it.js
ckeditor/ckeditor/lang/id.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/id.js
ckeditor/ckeditor/lang/sk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/sk.js
ckeditor/ckeditor/lang/fa.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/fa.js
ckeditor/ckeditor/lang/cy.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/cy.js
ckeditor/ckeditor/lang/km.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/km.js
ckeditor/ckeditor/lang/en-ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/en-ca.js
ckeditor/ckeditor/lang/ku.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ku.js
ckeditor/ckeditor/lang/af.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/af.js
ckeditor/ckeditor/lang/de.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/de.js
ckeditor/ckeditor/lang/hi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/hi.js
ckeditor/ckeditor/lang/sv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/sv.js
ckeditor/ckeditor/lang/th.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/th.js
ckeditor/ckeditor/lang/uk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/uk.js
ckeditor/ckeditor/lang/da.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/da.js
ckeditor/ckeditor/lang/sq.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/sq.js
ckeditor/ckeditor/lang/sl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/sl.js
ckeditor/ckeditor/lang/es.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/es.js
ckeditor/ckeditor/lang/eo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/eo.js
ckeditor/ckeditor/lang/tt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/tt.js
ckeditor/ckeditor/lang/fr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/fr.js
ckeditor/ckeditor/lang/ms.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ms.js
ckeditor/ckeditor/lang/nl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/nl.js
ckeditor/ckeditor/lang/sr-latn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/sr-latn.js
ckeditor/ckeditor/lang/ru.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ru.js
ckeditor/ckeditor/lang/ro.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ro.js
ckeditor/ckeditor/lang/mk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/mk.js
ckeditor/ckeditor/lang/gu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/gu.js
ckeditor/ckeditor/lang/ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ca.js
ckeditor/ckeditor/lang/fr-ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/fr-ca.js
ckeditor/ckeditor/lang/lt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/lt.js
ckeditor/ckeditor/lang/ja.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ja.js
ckeditor/ckeditor/lang/si.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/si.js
ckeditor/ckeditor/lang/pt-br.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/pt-br.js
ckeditor/ckeditor/lang/cs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/cs.js
ckeditor/ckeditor/lang/tr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/tr.js
ckeditor/ckeditor/lang/he.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/he.js
ckeditor/ckeditor/lang/lv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/lv.js
ckeditor/ckeditor/lang/ko.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ko.js
ckeditor/ckeditor/lang/nb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/nb.js
ckeditor/ckeditor/lang/hr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/hr.js
ckeditor/ckeditor/lang/pt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/pt.js
ckeditor/ckeditor/lang/bs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/bs.js
ckeditor/ckeditor/lang/en-gb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/en-gb.js
ckeditor/ckeditor/lang/mn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/mn.js
ckeditor/ckeditor/lang/eu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/eu.js
ckeditor/ckeditor/lang/bg.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/bg.js
ckeditor/ckeditor/lang/no.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/no.js
ckeditor/ckeditor/lang/vi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/vi.js
ckeditor/ckeditor/lang/en.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/en.js
ckeditor/ckeditor/lang/fo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/fo.js
ckeditor/ckeditor/lang/zh.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/zh.js
ckeditor/ckeditor/lang/sr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/sr.js
ckeditor/ckeditor/lang/ka.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ka.js
ckeditor/ckeditor/lang/ar.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ar.js
ckeditor/ckeditor/lang/pl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/pl.js
ckeditor/ckeditor/lang/is.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/is.js
ckeditor/ckeditor/lang/en-au.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/en-au.js
ckeditor/ckeditor/lang/ug.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ug.js
ckeditor/ckeditor/lang/hu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/hu.js
ckeditor/ckeditor/lang/bn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/bn.js
ckeditor/ckeditor/lang/et.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/et.js
ckeditor/ckeditor/lang/gl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/gl.js
ckeditor/ckeditor/plugins/icons.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/icons.png
ckeditor/ckeditor/plugins/icons_hidpi.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/icons_hidpi.png
ckeditor/ckeditor/plugins/language/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/plugin.js
ckeditor/ckeditor/plugins/language/lang/fi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/fi.js
ckeditor/ckeditor/plugins/language/lang/el.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/el.js
ckeditor/ckeditor/plugins/language/lang/zh-cn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/zh-cn.js
ckeditor/ckeditor/plugins/language/lang/it.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/it.js
ckeditor/ckeditor/plugins/language/lang/sk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/sk.js
ckeditor/ckeditor/plugins/language/lang/fa.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/fa.js
ckeditor/ckeditor/plugins/language/lang/cy.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/cy.js
ckeditor/ckeditor/plugins/language/lang/km.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/km.js
ckeditor/ckeditor/plugins/language/lang/ku.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/ku.js
ckeditor/ckeditor/plugins/language/lang/de.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/de.js
ckeditor/ckeditor/plugins/language/lang/sv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/sv.js
ckeditor/ckeditor/plugins/language/lang/uk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/uk.js
ckeditor/ckeditor/plugins/language/lang/da.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/da.js
ckeditor/ckeditor/plugins/language/lang/sq.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/sq.js
ckeditor/ckeditor/plugins/language/lang/sl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/sl.js
ckeditor/ckeditor/plugins/language/lang/es.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/es.js
ckeditor/ckeditor/plugins/language/lang/eo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/eo.js
ckeditor/ckeditor/plugins/language/lang/tt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/tt.js
ckeditor/ckeditor/plugins/language/lang/fr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/fr.js
ckeditor/ckeditor/plugins/language/lang/nl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/nl.js
ckeditor/ckeditor/plugins/language/lang/ru.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/ru.js
ckeditor/ckeditor/plugins/language/lang/ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/ca.js
ckeditor/ckeditor/plugins/language/lang/ja.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/ja.js
ckeditor/ckeditor/plugins/language/lang/pt-br.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/pt-br.js
ckeditor/ckeditor/plugins/language/lang/cs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/cs.js
ckeditor/ckeditor/plugins/language/lang/tr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/tr.js
ckeditor/ckeditor/plugins/language/lang/he.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/he.js
ckeditor/ckeditor/plugins/language/lang/ko.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/ko.js
ckeditor/ckeditor/plugins/language/lang/nb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/nb.js
ckeditor/ckeditor/plugins/language/lang/hr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/hr.js
ckeditor/ckeditor/plugins/language/lang/pt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/pt.js
ckeditor/ckeditor/plugins/language/lang/en-gb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/en-gb.js
ckeditor/ckeditor/plugins/language/lang/bg.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/bg.js
ckeditor/ckeditor/plugins/language/lang/no.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/no.js
ckeditor/ckeditor/plugins/language/lang/vi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/vi.js
ckeditor/ckeditor/plugins/language/lang/en.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/en.js
ckeditor/ckeditor/plugins/language/lang/fo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/fo.js
ckeditor/ckeditor/plugins/language/lang/zh.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/zh.js
ckeditor/ckeditor/plugins/language/lang/ar.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/ar.js
ckeditor/ckeditor/plugins/language/lang/pl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/pl.js
ckeditor/ckeditor/plugins/language/lang/hu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/hu.js
ckeditor/ckeditor/plugins/language/lang/gl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/gl.js
ckeditor/ckeditor/plugins/language/icons/language.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/icons/language.png
ckeditor/ckeditor/plugins/language/icons/hidpi/language.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/icons/hidpi/language.png
ckeditor/ckeditor/plugins/placeholder/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/plugin.js
ckeditor/ckeditor/plugins/placeholder/lang/fi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/fi.js
ckeditor/ckeditor/plugins/placeholder/lang/el.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/el.js
ckeditor/ckeditor/plugins/placeholder/lang/zh-cn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/zh-cn.js
ckeditor/ckeditor/plugins/placeholder/lang/it.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/it.js
ckeditor/ckeditor/plugins/placeholder/lang/id.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/id.js
ckeditor/ckeditor/plugins/placeholder/lang/sk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/sk.js
ckeditor/ckeditor/plugins/placeholder/lang/fa.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/fa.js
ckeditor/ckeditor/plugins/placeholder/lang/cy.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/cy.js
ckeditor/ckeditor/plugins/placeholder/lang/km.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/km.js
ckeditor/ckeditor/plugins/placeholder/lang/ku.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ku.js
ckeditor/ckeditor/plugins/placeholder/lang/af.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/af.js
ckeditor/ckeditor/plugins/placeholder/lang/de.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/de.js
ckeditor/ckeditor/plugins/placeholder/lang/sv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/sv.js
ckeditor/ckeditor/plugins/placeholder/lang/th.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/th.js
ckeditor/ckeditor/plugins/placeholder/lang/uk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/uk.js
ckeditor/ckeditor/plugins/placeholder/lang/da.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/da.js
ckeditor/ckeditor/plugins/placeholder/lang/sq.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/sq.js
ckeditor/ckeditor/plugins/placeholder/lang/sl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/sl.js
ckeditor/ckeditor/plugins/placeholder/lang/es.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/es.js
ckeditor/ckeditor/plugins/placeholder/lang/eo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/eo.js
ckeditor/ckeditor/plugins/placeholder/lang/tt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/tt.js
ckeditor/ckeditor/plugins/placeholder/lang/fr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/fr.js
ckeditor/ckeditor/plugins/placeholder/lang/nl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/nl.js
ckeditor/ckeditor/plugins/placeholder/lang/ru.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ru.js
ckeditor/ckeditor/plugins/placeholder/lang/ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ca.js
ckeditor/ckeditor/plugins/placeholder/lang/fr-ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/fr-ca.js
ckeditor/ckeditor/plugins/placeholder/lang/ja.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ja.js
ckeditor/ckeditor/plugins/placeholder/lang/si.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/si.js
ckeditor/ckeditor/plugins/placeholder/lang/pt-br.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/pt-br.js
ckeditor/ckeditor/plugins/placeholder/lang/cs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/cs.js
ckeditor/ckeditor/plugins/placeholder/lang/tr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/tr.js
ckeditor/ckeditor/plugins/placeholder/lang/he.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/he.js
ckeditor/ckeditor/plugins/placeholder/lang/lv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/lv.js
ckeditor/ckeditor/plugins/placeholder/lang/ko.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ko.js
ckeditor/ckeditor/plugins/placeholder/lang/nb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/nb.js
ckeditor/ckeditor/plugins/placeholder/lang/hr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/hr.js
ckeditor/ckeditor/plugins/placeholder/lang/pt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/pt.js
ckeditor/ckeditor/plugins/placeholder/lang/en-gb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/en-gb.js
ckeditor/ckeditor/plugins/placeholder/lang/eu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/eu.js
ckeditor/ckeditor/plugins/placeholder/lang/bg.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/bg.js
ckeditor/ckeditor/plugins/placeholder/lang/no.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/no.js
ckeditor/ckeditor/plugins/placeholder/lang/vi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/vi.js
ckeditor/ckeditor/plugins/placeholder/lang/en.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/en.js
ckeditor/ckeditor/plugins/placeholder/lang/zh.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/zh.js
ckeditor/ckeditor/plugins/placeholder/lang/ar.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ar.js
ckeditor/ckeditor/plugins/placeholder/lang/pl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/pl.js
ckeditor/ckeditor/plugins/placeholder/lang/ug.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ug.js
ckeditor/ckeditor/plugins/placeholder/lang/hu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/hu.js
ckeditor/ckeditor/plugins/placeholder/lang/et.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/et.js
ckeditor/ckeditor/plugins/placeholder/lang/gl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/gl.js
ckeditor/ckeditor/plugins/placeholder/icons/placeholder.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/icons/placeholder.png
ckeditor/ckeditor/plugins/placeholder/icons/hidpi/placeholder.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/icons/hidpi/placeholder.png
ckeditor/ckeditor/plugins/placeholder/dialogs/placeholder.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/dialogs/placeholder.js
ckeditor/ckeditor/plugins/adobeair/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/adobeair/plugin.js
ckeditor/ckeditor/plugins/div/dialogs/div.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/div/dialogs/div.js
ckeditor/ckeditor/plugins/about/dialogs/about.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/about/dialogs/about.js
ckeditor/ckeditor/plugins/about/dialogs/logo_ckeditor.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/about/dialogs/logo_ckeditor.png
ckeditor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png
ckeditor/ckeditor/plugins/menubutton/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/menubutton/plugin.js
ckeditor/ckeditor/plugins/image2/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/plugin.js
ckeditor/ckeditor/plugins/image2/lang/fi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/fi.js
ckeditor/ckeditor/plugins/image2/lang/el.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/el.js
ckeditor/ckeditor/plugins/image2/lang/zh-cn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/zh-cn.js
ckeditor/ckeditor/plugins/image2/lang/it.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/it.js
ckeditor/ckeditor/plugins/image2/lang/id.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/id.js
ckeditor/ckeditor/plugins/image2/lang/sk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/sk.js
ckeditor/ckeditor/plugins/image2/lang/fa.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/fa.js
ckeditor/ckeditor/plugins/image2/lang/cy.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/cy.js
ckeditor/ckeditor/plugins/image2/lang/km.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/km.js
ckeditor/ckeditor/plugins/image2/lang/en-ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/en-ca.js
ckeditor/ckeditor/plugins/image2/lang/ku.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ku.js
ckeditor/ckeditor/plugins/image2/lang/af.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/af.js
ckeditor/ckeditor/plugins/image2/lang/de.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/de.js
ckeditor/ckeditor/plugins/image2/lang/hi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/hi.js
ckeditor/ckeditor/plugins/image2/lang/sv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/sv.js
ckeditor/ckeditor/plugins/image2/lang/th.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/th.js
ckeditor/ckeditor/plugins/image2/lang/uk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/uk.js
ckeditor/ckeditor/plugins/image2/lang/da.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/da.js
ckeditor/ckeditor/plugins/image2/lang/sq.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/sq.js
ckeditor/ckeditor/plugins/image2/lang/sl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/sl.js
ckeditor/ckeditor/plugins/image2/lang/es.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/es.js
ckeditor/ckeditor/plugins/image2/lang/eo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/eo.js
ckeditor/ckeditor/plugins/image2/lang/tt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/tt.js
ckeditor/ckeditor/plugins/image2/lang/fr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/fr.js
ckeditor/ckeditor/plugins/image2/lang/ms.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ms.js
ckeditor/ckeditor/plugins/image2/lang/nl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/nl.js
ckeditor/ckeditor/plugins/image2/lang/sr-latn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/sr-latn.js
ckeditor/ckeditor/plugins/image2/lang/ru.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ru.js
ckeditor/ckeditor/plugins/image2/lang/ro.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ro.js
ckeditor/ckeditor/plugins/image2/lang/mk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/mk.js
ckeditor/ckeditor/plugins/image2/lang/gu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/gu.js
ckeditor/ckeditor/plugins/image2/lang/ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ca.js
ckeditor/ckeditor/plugins/image2/lang/fr-ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/fr-ca.js
ckeditor/ckeditor/plugins/image2/lang/lt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/lt.js
ckeditor/ckeditor/plugins/image2/lang/ja.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ja.js
ckeditor/ckeditor/plugins/image2/lang/si.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/si.js
ckeditor/ckeditor/plugins/image2/lang/pt-br.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/pt-br.js
ckeditor/ckeditor/plugins/image2/lang/cs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/cs.js
ckeditor/ckeditor/plugins/image2/lang/tr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/tr.js
ckeditor/ckeditor/plugins/image2/lang/he.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/he.js
ckeditor/ckeditor/plugins/image2/lang/lv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/lv.js
ckeditor/ckeditor/plugins/image2/lang/ko.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ko.js
ckeditor/ckeditor/plugins/image2/lang/nb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/nb.js
ckeditor/ckeditor/plugins/image2/lang/hr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/hr.js
ckeditor/ckeditor/plugins/image2/lang/pt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/pt.js
ckeditor/ckeditor/plugins/image2/lang/bs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/bs.js
ckeditor/ckeditor/plugins/image2/lang/en-gb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/en-gb.js
ckeditor/ckeditor/plugins/image2/lang/mn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/mn.js
ckeditor/ckeditor/plugins/image2/lang/eu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/eu.js
ckeditor/ckeditor/plugins/image2/lang/bg.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/bg.js
ckeditor/ckeditor/plugins/image2/lang/no.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/no.js
ckeditor/ckeditor/plugins/image2/lang/vi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/vi.js
ckeditor/ckeditor/plugins/image2/lang/en.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/en.js
ckeditor/ckeditor/plugins/image2/lang/fo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/fo.js
ckeditor/ckeditor/plugins/image2/lang/zh.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/zh.js
ckeditor/ckeditor/plugins/image2/lang/sr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/sr.js
ckeditor/ckeditor/plugins/image2/lang/ka.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ka.js
ckeditor/ckeditor/plugins/image2/lang/ar.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ar.js
ckeditor/ckeditor/plugins/image2/lang/pl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/pl.js
ckeditor/ckeditor/plugins/image2/lang/is.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/is.js
ckeditor/ckeditor/plugins/image2/lang/en-au.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/en-au.js
ckeditor/ckeditor/plugins/image2/lang/ug.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ug.js
ckeditor/ckeditor/plugins/image2/lang/hu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/hu.js
ckeditor/ckeditor/plugins/image2/lang/bn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/bn.js
ckeditor/ckeditor/plugins/image2/lang/et.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/et.js
ckeditor/ckeditor/plugins/image2/lang/gl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/gl.js
ckeditor/ckeditor/plugins/image2/icons/image.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/icons/image.png
ckeditor/ckeditor/plugins/image2/icons/hidpi/image.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/icons/hidpi/image.png
ckeditor/ckeditor/plugins/image2/dialogs/image2.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/dialogs/image2.js
ckeditor/ckeditor/plugins/autolink/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autolink/plugin.js
ckeditor/ckeditor/plugins/notification/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/plugin.js
ckeditor/ckeditor/plugins/notification/lang/zh-cn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/zh-cn.js
ckeditor/ckeditor/plugins/notification/lang/it.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/it.js
ckeditor/ckeditor/plugins/notification/lang/ku.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/ku.js
ckeditor/ckeditor/plugins/notification/lang/de.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/de.js
ckeditor/ckeditor/plugins/notification/lang/sv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/sv.js
ckeditor/ckeditor/plugins/notification/lang/da.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/da.js
ckeditor/ckeditor/plugins/notification/lang/eo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/eo.js
ckeditor/ckeditor/plugins/notification/lang/fr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/fr.js
ckeditor/ckeditor/plugins/notification/lang/nl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/nl.js
ckeditor/ckeditor/plugins/notification/lang/ru.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/ru.js
ckeditor/ckeditor/plugins/notification/lang/pt-br.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/pt-br.js
ckeditor/ckeditor/plugins/notification/lang/cs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/cs.js
ckeditor/ckeditor/plugins/notification/lang/tr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/tr.js
ckeditor/ckeditor/plugins/notification/lang/ko.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/ko.js
ckeditor/ckeditor/plugins/notification/lang/nb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/nb.js
ckeditor/ckeditor/plugins/notification/lang/en.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/en.js
ckeditor/ckeditor/plugins/notification/lang/zh.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/zh.js
ckeditor/ckeditor/plugins/notification/lang/pl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/pl.js
ckeditor/ckeditor/plugins/notification/lang/gl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/gl.js
ckeditor/ckeditor/plugins/iframe/images/placeholder.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/iframe/images/placeholder.png
ckeditor/ckeditor/plugins/iframe/dialogs/iframe.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/iframe/dialogs/iframe.js
ckeditor/ckeditor/plugins/mathjax/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/plugin.js
ckeditor/ckeditor/plugins/mathjax/lang/fi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/fi.js
ckeditor/ckeditor/plugins/mathjax/lang/el.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/el.js
ckeditor/ckeditor/plugins/mathjax/lang/zh-cn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/zh-cn.js
ckeditor/ckeditor/plugins/mathjax/lang/it.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/it.js
ckeditor/ckeditor/plugins/mathjax/lang/sk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/sk.js
ckeditor/ckeditor/plugins/mathjax/lang/fa.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/fa.js
ckeditor/ckeditor/plugins/mathjax/lang/cy.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/cy.js
ckeditor/ckeditor/plugins/mathjax/lang/km.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/km.js
ckeditor/ckeditor/plugins/mathjax/lang/ku.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ku.js
ckeditor/ckeditor/plugins/mathjax/lang/af.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/af.js
ckeditor/ckeditor/plugins/mathjax/lang/de.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/de.js
ckeditor/ckeditor/plugins/mathjax/lang/sv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/sv.js
ckeditor/ckeditor/plugins/mathjax/lang/uk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/uk.js
ckeditor/ckeditor/plugins/mathjax/lang/da.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/da.js
ckeditor/ckeditor/plugins/mathjax/lang/sq.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/sq.js
ckeditor/ckeditor/plugins/mathjax/lang/sl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/sl.js
ckeditor/ckeditor/plugins/mathjax/lang/es.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/es.js
ckeditor/ckeditor/plugins/mathjax/lang/eo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/eo.js
ckeditor/ckeditor/plugins/mathjax/lang/tt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/tt.js
ckeditor/ckeditor/plugins/mathjax/lang/fr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/fr.js
ckeditor/ckeditor/plugins/mathjax/lang/nl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/nl.js
ckeditor/ckeditor/plugins/mathjax/lang/ru.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ru.js
ckeditor/ckeditor/plugins/mathjax/lang/ro.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ro.js
ckeditor/ckeditor/plugins/mathjax/lang/ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ca.js
ckeditor/ckeditor/plugins/mathjax/lang/lt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/lt.js
ckeditor/ckeditor/plugins/mathjax/lang/ja.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ja.js
ckeditor/ckeditor/plugins/mathjax/lang/pt-br.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/pt-br.js
ckeditor/ckeditor/plugins/mathjax/lang/cs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/cs.js
ckeditor/ckeditor/plugins/mathjax/lang/tr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/tr.js
ckeditor/ckeditor/plugins/mathjax/lang/he.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/he.js
ckeditor/ckeditor/plugins/mathjax/lang/ko.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ko.js
ckeditor/ckeditor/plugins/mathjax/lang/nb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/nb.js
ckeditor/ckeditor/plugins/mathjax/lang/hr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/hr.js
ckeditor/ckeditor/plugins/mathjax/lang/pt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/pt.js
ckeditor/ckeditor/plugins/mathjax/lang/en-gb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/en-gb.js
ckeditor/ckeditor/plugins/mathjax/lang/bg.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/bg.js
ckeditor/ckeditor/plugins/mathjax/lang/no.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/no.js
ckeditor/ckeditor/plugins/mathjax/lang/vi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/vi.js
ckeditor/ckeditor/plugins/mathjax/lang/en.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/en.js
ckeditor/ckeditor/plugins/mathjax/lang/zh.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/zh.js
ckeditor/ckeditor/plugins/mathjax/lang/ar.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ar.js
ckeditor/ckeditor/plugins/mathjax/lang/pl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/pl.js
ckeditor/ckeditor/plugins/mathjax/lang/hu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/hu.js
ckeditor/ckeditor/plugins/mathjax/lang/gl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/gl.js
ckeditor/ckeditor/plugins/mathjax/images/loader.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/images/loader.gif
ckeditor/ckeditor/plugins/mathjax/icons/mathjax.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/icons/mathjax.png
ckeditor/ckeditor/plugins/mathjax/icons/hidpi/mathjax.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/icons/hidpi/mathjax.png
ckeditor/ckeditor/plugins/mathjax/dialogs/mathjax.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/dialogs/mathjax.js
ckeditor/ckeditor/plugins/iframedialog/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/iframedialog/plugin.js
ckeditor/ckeditor/plugins/tableresize/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/tableresize/plugin.js
ckeditor/ckeditor/plugins/liststyle/dialogs/liststyle.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/liststyle/dialogs/liststyle.js
ckeditor/ckeditor/plugins/codesnippetgeshi/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippetgeshi/plugin.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/it.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/it.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/id.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/id.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/km.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/km.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/af.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/af.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/th.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/th.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/da.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/da.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/si.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/si.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/he.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/he.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/no.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/no.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/et.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/et.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js
ckeditor/ckeditor/plugins/forms/images/hiddenfield.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/images/hiddenfield.gif
ckeditor/ckeditor/plugins/forms/dialogs/button.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/button.js
ckeditor/ckeditor/plugins/forms/dialogs/textarea.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/textarea.js
ckeditor/ckeditor/plugins/forms/dialogs/textfield.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/textfield.js
ckeditor/ckeditor/plugins/forms/dialogs/hiddenfield.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/hiddenfield.js
ckeditor/ckeditor/plugins/forms/dialogs/select.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/select.js
ckeditor/ckeditor/plugins/forms/dialogs/checkbox.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/checkbox.js
ckeditor/ckeditor/plugins/forms/dialogs/radio.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/radio.js
ckeditor/ckeditor/plugins/forms/dialogs/form.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/form.js
ckeditor/ckeditor/plugins/find/dialogs/find.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/find/dialogs/find.js
ckeditor/ckeditor/plugins/embedbase/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/plugin.js
ckeditor/ckeditor/plugins/embedbase/lang/zh-cn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/zh-cn.js
ckeditor/ckeditor/plugins/embedbase/lang/it.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/it.js
ckeditor/ckeditor/plugins/embedbase/lang/ku.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/ku.js
ckeditor/ckeditor/plugins/embedbase/lang/de.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/de.js
ckeditor/ckeditor/plugins/embedbase/lang/sv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/sv.js
ckeditor/ckeditor/plugins/embedbase/lang/da.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/da.js
ckeditor/ckeditor/plugins/embedbase/lang/eo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/eo.js
ckeditor/ckeditor/plugins/embedbase/lang/fr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/fr.js
ckeditor/ckeditor/plugins/embedbase/lang/nl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/nl.js
ckeditor/ckeditor/plugins/embedbase/lang/ru.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/ru.js
ckeditor/ckeditor/plugins/embedbase/lang/pt-br.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/pt-br.js
ckeditor/ckeditor/plugins/embedbase/lang/cs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/cs.js
ckeditor/ckeditor/plugins/embedbase/lang/tr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/tr.js
ckeditor/ckeditor/plugins/embedbase/lang/ko.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/ko.js
ckeditor/ckeditor/plugins/embedbase/lang/nb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/nb.js
ckeditor/ckeditor/plugins/embedbase/lang/en.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/en.js
ckeditor/ckeditor/plugins/embedbase/lang/zh.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/zh.js
ckeditor/ckeditor/plugins/embedbase/lang/pl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/pl.js
ckeditor/ckeditor/plugins/embedbase/lang/gl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/gl.js
ckeditor/ckeditor/plugins/embedbase/dialogs/embedbase.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/dialogs/embedbase.js
ckeditor/ckeditor/plugins/bbcode/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/bbcode/plugin.js
ckeditor/ckeditor/plugins/xml/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/xml/plugin.js
ckeditor/ckeditor/plugins/preview/preview.html /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/preview/preview.html
ckeditor/ckeditor/plugins/uicolor/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/plugin.js
ckeditor/ckeditor/plugins/uicolor/lang/fi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/fi.js
ckeditor/ckeditor/plugins/uicolor/lang/el.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/el.js
ckeditor/ckeditor/plugins/uicolor/lang/zh-cn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/zh-cn.js
ckeditor/ckeditor/plugins/uicolor/lang/it.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/it.js
ckeditor/ckeditor/plugins/uicolor/lang/id.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/id.js
ckeditor/ckeditor/plugins/uicolor/lang/sk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/sk.js
ckeditor/ckeditor/plugins/uicolor/lang/fa.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/fa.js
ckeditor/ckeditor/plugins/uicolor/lang/cy.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/cy.js
ckeditor/ckeditor/plugins/uicolor/lang/km.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/km.js
ckeditor/ckeditor/plugins/uicolor/lang/ku.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ku.js
ckeditor/ckeditor/plugins/uicolor/lang/af.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/af.js
ckeditor/ckeditor/plugins/uicolor/lang/de.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/de.js
ckeditor/ckeditor/plugins/uicolor/lang/sv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/sv.js
ckeditor/ckeditor/plugins/uicolor/lang/uk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/uk.js
ckeditor/ckeditor/plugins/uicolor/lang/da.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/da.js
ckeditor/ckeditor/plugins/uicolor/lang/sq.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/sq.js
ckeditor/ckeditor/plugins/uicolor/lang/sl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/sl.js
ckeditor/ckeditor/plugins/uicolor/lang/es.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/es.js
ckeditor/ckeditor/plugins/uicolor/lang/eo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/eo.js
ckeditor/ckeditor/plugins/uicolor/lang/tt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/tt.js
ckeditor/ckeditor/plugins/uicolor/lang/_translationstatus.txt /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/_translationstatus.txt
ckeditor/ckeditor/plugins/uicolor/lang/fr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/fr.js
ckeditor/ckeditor/plugins/uicolor/lang/nl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/nl.js
ckeditor/ckeditor/plugins/uicolor/lang/ru.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ru.js
ckeditor/ckeditor/plugins/uicolor/lang/mk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/mk.js
ckeditor/ckeditor/plugins/uicolor/lang/ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ca.js
ckeditor/ckeditor/plugins/uicolor/lang/fr-ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/fr-ca.js
ckeditor/ckeditor/plugins/uicolor/lang/ja.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ja.js
ckeditor/ckeditor/plugins/uicolor/lang/si.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/si.js
ckeditor/ckeditor/plugins/uicolor/lang/pt-br.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/pt-br.js
ckeditor/ckeditor/plugins/uicolor/lang/cs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/cs.js
ckeditor/ckeditor/plugins/uicolor/lang/tr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/tr.js
ckeditor/ckeditor/plugins/uicolor/lang/he.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/he.js
ckeditor/ckeditor/plugins/uicolor/lang/lv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/lv.js
ckeditor/ckeditor/plugins/uicolor/lang/ko.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ko.js
ckeditor/ckeditor/plugins/uicolor/lang/nb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/nb.js
ckeditor/ckeditor/plugins/uicolor/lang/hr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/hr.js
ckeditor/ckeditor/plugins/uicolor/lang/pt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/pt.js
ckeditor/ckeditor/plugins/uicolor/lang/en-gb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/en-gb.js
ckeditor/ckeditor/plugins/uicolor/lang/eu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/eu.js
ckeditor/ckeditor/plugins/uicolor/lang/bg.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/bg.js
ckeditor/ckeditor/plugins/uicolor/lang/no.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/no.js
ckeditor/ckeditor/plugins/uicolor/lang/vi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/vi.js
ckeditor/ckeditor/plugins/uicolor/lang/en.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/en.js
ckeditor/ckeditor/plugins/uicolor/lang/zh.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/zh.js
ckeditor/ckeditor/plugins/uicolor/lang/ar.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ar.js
ckeditor/ckeditor/plugins/uicolor/lang/pl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/pl.js
ckeditor/ckeditor/plugins/uicolor/lang/ug.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ug.js
ckeditor/ckeditor/plugins/uicolor/lang/hu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/hu.js
ckeditor/ckeditor/plugins/uicolor/lang/et.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/et.js
ckeditor/ckeditor/plugins/uicolor/lang/gl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/gl.js
ckeditor/ckeditor/plugins/uicolor/yui/yui.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/yui/yui.js
ckeditor/ckeditor/plugins/uicolor/yui/assets/yui.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/yui/assets/yui.css
ckeditor/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png
ckeditor/ckeditor/plugins/uicolor/yui/assets/hue_bg.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/yui/assets/hue_bg.png
ckeditor/ckeditor/plugins/uicolor/yui/assets/picker_mask.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/yui/assets/picker_mask.png
ckeditor/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png
ckeditor/ckeditor/plugins/uicolor/icons/uicolor.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/icons/uicolor.png
ckeditor/ckeditor/plugins/uicolor/icons/hidpi/uicolor.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/icons/hidpi/uicolor.png
ckeditor/ckeditor/plugins/uicolor/dialogs/uicolor.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/dialogs/uicolor.js
ckeditor/ckeditor/plugins/link/images/anchor.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/link/images/anchor.png
ckeditor/ckeditor/plugins/link/images/hidpi/anchor.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/link/images/hidpi/anchor.png
ckeditor/ckeditor/plugins/link/dialogs/link.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/link/dialogs/link.js
ckeditor/ckeditor/plugins/link/dialogs/anchor.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/link/dialogs/anchor.js
ckeditor/ckeditor/plugins/widget/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/plugin.js
ckeditor/ckeditor/plugins/widget/lang/fi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/fi.js
ckeditor/ckeditor/plugins/widget/lang/el.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/el.js
ckeditor/ckeditor/plugins/widget/lang/zh-cn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/zh-cn.js
ckeditor/ckeditor/plugins/widget/lang/it.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/it.js
ckeditor/ckeditor/plugins/widget/lang/sk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/sk.js
ckeditor/ckeditor/plugins/widget/lang/fa.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/fa.js
ckeditor/ckeditor/plugins/widget/lang/cy.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/cy.js
ckeditor/ckeditor/plugins/widget/lang/km.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/km.js
ckeditor/ckeditor/plugins/widget/lang/ku.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/ku.js
ckeditor/ckeditor/plugins/widget/lang/af.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/af.js
ckeditor/ckeditor/plugins/widget/lang/de.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/de.js
ckeditor/ckeditor/plugins/widget/lang/sv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/sv.js
ckeditor/ckeditor/plugins/widget/lang/uk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/uk.js
ckeditor/ckeditor/plugins/widget/lang/da.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/da.js
ckeditor/ckeditor/plugins/widget/lang/sq.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/sq.js
ckeditor/ckeditor/plugins/widget/lang/sl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/sl.js
ckeditor/ckeditor/plugins/widget/lang/es.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/es.js
ckeditor/ckeditor/plugins/widget/lang/eo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/eo.js
ckeditor/ckeditor/plugins/widget/lang/tt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/tt.js
ckeditor/ckeditor/plugins/widget/lang/fr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/fr.js
ckeditor/ckeditor/plugins/widget/lang/nl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/nl.js
ckeditor/ckeditor/plugins/widget/lang/ru.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/ru.js
ckeditor/ckeditor/plugins/widget/lang/ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/ca.js
ckeditor/ckeditor/plugins/widget/lang/ja.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/ja.js
ckeditor/ckeditor/plugins/widget/lang/pt-br.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/pt-br.js
ckeditor/ckeditor/plugins/widget/lang/cs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/cs.js
ckeditor/ckeditor/plugins/widget/lang/tr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/tr.js
ckeditor/ckeditor/plugins/widget/lang/he.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/he.js
ckeditor/ckeditor/plugins/widget/lang/lv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/lv.js
ckeditor/ckeditor/plugins/widget/lang/ko.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/ko.js
ckeditor/ckeditor/plugins/widget/lang/nb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/nb.js
ckeditor/ckeditor/plugins/widget/lang/hr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/hr.js
ckeditor/ckeditor/plugins/widget/lang/pt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/pt.js
ckeditor/ckeditor/plugins/widget/lang/en-gb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/en-gb.js
ckeditor/ckeditor/plugins/widget/lang/bg.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/bg.js
ckeditor/ckeditor/plugins/widget/lang/no.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/no.js
ckeditor/ckeditor/plugins/widget/lang/vi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/vi.js
ckeditor/ckeditor/plugins/widget/lang/en.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/en.js
ckeditor/ckeditor/plugins/widget/lang/zh.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/zh.js
ckeditor/ckeditor/plugins/widget/lang/ar.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/ar.js
ckeditor/ckeditor/plugins/widget/lang/pl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/pl.js
ckeditor/ckeditor/plugins/widget/lang/hu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/hu.js
ckeditor/ckeditor/plugins/widget/lang/gl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/gl.js
ckeditor/ckeditor/plugins/widget/images/handle.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/images/handle.png
ckeditor/ckeditor/plugins/uploadimage/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadimage/plugin.js
ckeditor/ckeditor/plugins/stylesheetparser/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/stylesheetparser/plugin.js
ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.js
ckeditor/ckeditor/plugins/magicline/images/icon-rtl.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/magicline/images/icon-rtl.png
ckeditor/ckeditor/plugins/magicline/images/icon.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/magicline/images/icon.png
ckeditor/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png
ckeditor/ckeditor/plugins/magicline/images/hidpi/icon.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/magicline/images/hidpi/icon.png
ckeditor/ckeditor/plugins/image/images/noimage.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image/images/noimage.png
ckeditor/ckeditor/plugins/image/dialogs/image.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image/dialogs/image.js
ckeditor/ckeditor/plugins/autoembed/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/plugin.js
ckeditor/ckeditor/plugins/autoembed/lang/it.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/it.js
ckeditor/ckeditor/plugins/autoembed/lang/ku.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/ku.js
ckeditor/ckeditor/plugins/autoembed/lang/de.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/de.js
ckeditor/ckeditor/plugins/autoembed/lang/pt-br.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/pt-br.js
ckeditor/ckeditor/plugins/autoembed/lang/cs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/cs.js
ckeditor/ckeditor/plugins/autoembed/lang/tr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/tr.js
ckeditor/ckeditor/plugins/autoembed/lang/nb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/nb.js
ckeditor/ckeditor/plugins/autoembed/lang/en.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/en.js
ckeditor/ckeditor/plugins/autoembed/lang/zh.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/zh.js
ckeditor/ckeditor/plugins/autoembed/lang/pl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/pl.js
ckeditor/ckeditor/plugins/sharedspace/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sharedspace/plugin.js
ckeditor/ckeditor/plugins/ajax/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/ajax/plugin.js
ckeditor/ckeditor/plugins/scayt/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/plugin.js
ckeditor/ckeditor/plugins/scayt/README.md /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/README.md
ckeditor/ckeditor/plugins/scayt/LICENSE.md /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/LICENSE.md
ckeditor/ckeditor/plugins/scayt/lang/fi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/fi.js
ckeditor/ckeditor/plugins/scayt/lang/el.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/el.js
ckeditor/ckeditor/plugins/scayt/lang/zh-cn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/zh-cn.js
ckeditor/ckeditor/plugins/scayt/lang/it.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/it.js
ckeditor/ckeditor/plugins/scayt/lang/sk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/sk.js
ckeditor/ckeditor/plugins/scayt/lang/fa.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/fa.js
ckeditor/ckeditor/plugins/scayt/lang/cy.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/cy.js
ckeditor/ckeditor/plugins/scayt/lang/km.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/km.js
ckeditor/ckeditor/plugins/scayt/lang/en-ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/en-ca.js
ckeditor/ckeditor/plugins/scayt/lang/ku.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/ku.js
ckeditor/ckeditor/plugins/scayt/lang/af.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/af.js
ckeditor/ckeditor/plugins/scayt/lang/de.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/de.js
ckeditor/ckeditor/plugins/scayt/lang/hi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/hi.js
ckeditor/ckeditor/plugins/scayt/lang/sv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/sv.js
ckeditor/ckeditor/plugins/scayt/lang/th.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/th.js
ckeditor/ckeditor/plugins/scayt/lang/uk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/uk.js
ckeditor/ckeditor/plugins/scayt/lang/da.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/da.js
ckeditor/ckeditor/plugins/scayt/lang/sl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/sl.js
ckeditor/ckeditor/plugins/scayt/lang/es.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/es.js
ckeditor/ckeditor/plugins/scayt/lang/eo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/eo.js
ckeditor/ckeditor/plugins/scayt/lang/fr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/fr.js
ckeditor/ckeditor/plugins/scayt/lang/ms.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/ms.js
ckeditor/ckeditor/plugins/scayt/lang/nl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/nl.js
ckeditor/ckeditor/plugins/scayt/lang/sr-latn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/sr-latn.js
ckeditor/ckeditor/plugins/scayt/lang/ru.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/ru.js
ckeditor/ckeditor/plugins/scayt/lang/ro.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/ro.js
ckeditor/ckeditor/plugins/scayt/lang/mk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/mk.js
ckeditor/ckeditor/plugins/scayt/lang/gu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/gu.js
ckeditor/ckeditor/plugins/scayt/lang/ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/ca.js
ckeditor/ckeditor/plugins/scayt/lang/fr-ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/fr-ca.js
ckeditor/ckeditor/plugins/scayt/lang/lt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/lt.js
ckeditor/ckeditor/plugins/scayt/lang/ja.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/ja.js
ckeditor/ckeditor/plugins/scayt/lang/pt-br.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/pt-br.js
ckeditor/ckeditor/plugins/scayt/lang/cs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/cs.js
ckeditor/ckeditor/plugins/scayt/lang/tr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/tr.js
ckeditor/ckeditor/plugins/scayt/lang/he.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/he.js
ckeditor/ckeditor/plugins/scayt/lang/lv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/lv.js
ckeditor/ckeditor/plugins/scayt/lang/ko.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/ko.js
ckeditor/ckeditor/plugins/scayt/lang/nb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/nb.js
ckeditor/ckeditor/plugins/scayt/lang/hr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/hr.js
ckeditor/ckeditor/plugins/scayt/lang/pt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/pt.js
ckeditor/ckeditor/plugins/scayt/lang/bs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/bs.js
ckeditor/ckeditor/plugins/scayt/lang/en-gb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/en-gb.js
ckeditor/ckeditor/plugins/scayt/lang/mn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/mn.js
ckeditor/ckeditor/plugins/scayt/lang/eu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/eu.js
ckeditor/ckeditor/plugins/scayt/lang/bg.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/bg.js
ckeditor/ckeditor/plugins/scayt/lang/no.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/no.js
ckeditor/ckeditor/plugins/scayt/lang/vi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/vi.js
ckeditor/ckeditor/plugins/scayt/lang/en.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/en.js
ckeditor/ckeditor/plugins/scayt/lang/fo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/fo.js
ckeditor/ckeditor/plugins/scayt/lang/zh.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/zh.js
ckeditor/ckeditor/plugins/scayt/lang/sr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/sr.js
ckeditor/ckeditor/plugins/scayt/lang/ka.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/ka.js
ckeditor/ckeditor/plugins/scayt/lang/ar.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/ar.js
ckeditor/ckeditor/plugins/scayt/lang/pl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/pl.js
ckeditor/ckeditor/plugins/scayt/lang/is.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/is.js
ckeditor/ckeditor/plugins/scayt/lang/en-au.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/en-au.js
ckeditor/ckeditor/plugins/scayt/lang/ug.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/ug.js
ckeditor/ckeditor/plugins/scayt/lang/hu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/hu.js
ckeditor/ckeditor/plugins/scayt/lang/bn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/bn.js
ckeditor/ckeditor/plugins/scayt/lang/et.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/et.js
ckeditor/ckeditor/plugins/scayt/lang/gl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/lang/gl.js
ckeditor/ckeditor/plugins/scayt/icons/scayt.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/icons/scayt.png
ckeditor/ckeditor/plugins/scayt/icons/hidpi/scayt.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/icons/hidpi/scayt.png
ckeditor/ckeditor/plugins/scayt/dialogs/options.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/dialogs/options.js
ckeditor/ckeditor/plugins/scayt/dialogs/toolbar.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/dialogs/toolbar.css
ckeditor/ckeditor/plugins/autogrow/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autogrow/plugin.js
ckeditor/ckeditor/plugins/embedsemantic/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedsemantic/plugin.js
ckeditor/ckeditor/plugins/embedsemantic/icons/embedsemantic.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedsemantic/icons/embedsemantic.png
ckeditor/ckeditor/plugins/embedsemantic/icons/hidpi/embedsemantic.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedsemantic/icons/hidpi/embedsemantic.png
ckeditor/ckeditor/plugins/docprops/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/plugin.js
ckeditor/ckeditor/plugins/docprops/lang/fi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/fi.js
ckeditor/ckeditor/plugins/docprops/lang/el.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/el.js
ckeditor/ckeditor/plugins/docprops/lang/zh-cn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/zh-cn.js
ckeditor/ckeditor/plugins/docprops/lang/it.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/it.js
ckeditor/ckeditor/plugins/docprops/lang/id.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/id.js
ckeditor/ckeditor/plugins/docprops/lang/sk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/sk.js
ckeditor/ckeditor/plugins/docprops/lang/fa.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/fa.js
ckeditor/ckeditor/plugins/docprops/lang/cy.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/cy.js
ckeditor/ckeditor/plugins/docprops/lang/km.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/km.js
ckeditor/ckeditor/plugins/docprops/lang/en-ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/en-ca.js
ckeditor/ckeditor/plugins/docprops/lang/ku.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ku.js
ckeditor/ckeditor/plugins/docprops/lang/af.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/af.js
ckeditor/ckeditor/plugins/docprops/lang/de.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/de.js
ckeditor/ckeditor/plugins/docprops/lang/hi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/hi.js
ckeditor/ckeditor/plugins/docprops/lang/sv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/sv.js
ckeditor/ckeditor/plugins/docprops/lang/th.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/th.js
ckeditor/ckeditor/plugins/docprops/lang/uk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/uk.js
ckeditor/ckeditor/plugins/docprops/lang/da.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/da.js
ckeditor/ckeditor/plugins/docprops/lang/sq.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/sq.js
ckeditor/ckeditor/plugins/docprops/lang/sl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/sl.js
ckeditor/ckeditor/plugins/docprops/lang/es.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/es.js
ckeditor/ckeditor/plugins/docprops/lang/eo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/eo.js
ckeditor/ckeditor/plugins/docprops/lang/tt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/tt.js
ckeditor/ckeditor/plugins/docprops/lang/fr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/fr.js
ckeditor/ckeditor/plugins/docprops/lang/ms.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ms.js
ckeditor/ckeditor/plugins/docprops/lang/nl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/nl.js
ckeditor/ckeditor/plugins/docprops/lang/sr-latn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/sr-latn.js
ckeditor/ckeditor/plugins/docprops/lang/ru.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ru.js
ckeditor/ckeditor/plugins/docprops/lang/ro.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ro.js
ckeditor/ckeditor/plugins/docprops/lang/mk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/mk.js
ckeditor/ckeditor/plugins/docprops/lang/gu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/gu.js
ckeditor/ckeditor/plugins/docprops/lang/ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ca.js
ckeditor/ckeditor/plugins/docprops/lang/fr-ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/fr-ca.js
ckeditor/ckeditor/plugins/docprops/lang/lt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/lt.js
ckeditor/ckeditor/plugins/docprops/lang/ja.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ja.js
ckeditor/ckeditor/plugins/docprops/lang/si.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/si.js
ckeditor/ckeditor/plugins/docprops/lang/pt-br.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/pt-br.js
ckeditor/ckeditor/plugins/docprops/lang/cs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/cs.js
ckeditor/ckeditor/plugins/docprops/lang/tr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/tr.js
ckeditor/ckeditor/plugins/docprops/lang/he.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/he.js
ckeditor/ckeditor/plugins/docprops/lang/lv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/lv.js
ckeditor/ckeditor/plugins/docprops/lang/ko.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ko.js
ckeditor/ckeditor/plugins/docprops/lang/nb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/nb.js
ckeditor/ckeditor/plugins/docprops/lang/hr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/hr.js
ckeditor/ckeditor/plugins/docprops/lang/pt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/pt.js
ckeditor/ckeditor/plugins/docprops/lang/bs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/bs.js
ckeditor/ckeditor/plugins/docprops/lang/en-gb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/en-gb.js
ckeditor/ckeditor/plugins/docprops/lang/mn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/mn.js
ckeditor/ckeditor/plugins/docprops/lang/eu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/eu.js
ckeditor/ckeditor/plugins/docprops/lang/bg.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/bg.js
ckeditor/ckeditor/plugins/docprops/lang/no.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/no.js
ckeditor/ckeditor/plugins/docprops/lang/vi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/vi.js
ckeditor/ckeditor/plugins/docprops/lang/en.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/en.js
ckeditor/ckeditor/plugins/docprops/lang/fo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/fo.js
ckeditor/ckeditor/plugins/docprops/lang/zh.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/zh.js
ckeditor/ckeditor/plugins/docprops/lang/sr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/sr.js
ckeditor/ckeditor/plugins/docprops/lang/ka.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ka.js
ckeditor/ckeditor/plugins/docprops/lang/ar.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ar.js
ckeditor/ckeditor/plugins/docprops/lang/pl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/pl.js
ckeditor/ckeditor/plugins/docprops/lang/is.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/is.js
ckeditor/ckeditor/plugins/docprops/lang/en-au.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/en-au.js
ckeditor/ckeditor/plugins/docprops/lang/ug.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ug.js
ckeditor/ckeditor/plugins/docprops/lang/hu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/hu.js
ckeditor/ckeditor/plugins/docprops/lang/bn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/bn.js
ckeditor/ckeditor/plugins/docprops/lang/et.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/et.js
ckeditor/ckeditor/plugins/docprops/lang/gl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/gl.js
ckeditor/ckeditor/plugins/docprops/icons/docprops-rtl.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/icons/docprops-rtl.png
ckeditor/ckeditor/plugins/docprops/icons/docprops.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/icons/docprops.png
ckeditor/ckeditor/plugins/docprops/icons/hidpi/docprops-rtl.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/icons/hidpi/docprops-rtl.png
ckeditor/ckeditor/plugins/docprops/icons/hidpi/docprops.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/icons/hidpi/docprops.png
ckeditor/ckeditor/plugins/docprops/dialogs/docprops.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/dialogs/docprops.js
ckeditor/ckeditor/plugins/wsc/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/plugin.js
ckeditor/ckeditor/plugins/wsc/README.md /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/README.md
ckeditor/ckeditor/plugins/wsc/LICENSE.md /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/LICENSE.md
ckeditor/ckeditor/plugins/wsc/lang/fi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/fi.js
ckeditor/ckeditor/plugins/wsc/lang/el.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/el.js
ckeditor/ckeditor/plugins/wsc/lang/zh-cn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/zh-cn.js
ckeditor/ckeditor/plugins/wsc/lang/it.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/it.js
ckeditor/ckeditor/plugins/wsc/lang/sk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/sk.js
ckeditor/ckeditor/plugins/wsc/lang/fa.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/fa.js
ckeditor/ckeditor/plugins/wsc/lang/cy.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/cy.js
ckeditor/ckeditor/plugins/wsc/lang/km.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/km.js
ckeditor/ckeditor/plugins/wsc/lang/en-ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/en-ca.js
ckeditor/ckeditor/plugins/wsc/lang/ku.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ku.js
ckeditor/ckeditor/plugins/wsc/lang/af.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/af.js
ckeditor/ckeditor/plugins/wsc/lang/de.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/de.js
ckeditor/ckeditor/plugins/wsc/lang/hi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/hi.js
ckeditor/ckeditor/plugins/wsc/lang/sv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/sv.js
ckeditor/ckeditor/plugins/wsc/lang/th.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/th.js
ckeditor/ckeditor/plugins/wsc/lang/uk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/uk.js
ckeditor/ckeditor/plugins/wsc/lang/da.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/da.js
ckeditor/ckeditor/plugins/wsc/lang/sl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/sl.js
ckeditor/ckeditor/plugins/wsc/lang/es.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/es.js
ckeditor/ckeditor/plugins/wsc/lang/eo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/eo.js
ckeditor/ckeditor/plugins/wsc/lang/fr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/fr.js
ckeditor/ckeditor/plugins/wsc/lang/ms.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ms.js
ckeditor/ckeditor/plugins/wsc/lang/nl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/nl.js
ckeditor/ckeditor/plugins/wsc/lang/sr-latn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/sr-latn.js
ckeditor/ckeditor/plugins/wsc/lang/ru.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ru.js
ckeditor/ckeditor/plugins/wsc/lang/ro.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ro.js
ckeditor/ckeditor/plugins/wsc/lang/mk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/mk.js
ckeditor/ckeditor/plugins/wsc/lang/gu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/gu.js
ckeditor/ckeditor/plugins/wsc/lang/ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ca.js
ckeditor/ckeditor/plugins/wsc/lang/fr-ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/fr-ca.js
ckeditor/ckeditor/plugins/wsc/lang/lt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/lt.js
ckeditor/ckeditor/plugins/wsc/lang/ja.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ja.js
ckeditor/ckeditor/plugins/wsc/lang/pt-br.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/pt-br.js
ckeditor/ckeditor/plugins/wsc/lang/cs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/cs.js
ckeditor/ckeditor/plugins/wsc/lang/tr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/tr.js
ckeditor/ckeditor/plugins/wsc/lang/he.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/he.js
ckeditor/ckeditor/plugins/wsc/lang/lv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/lv.js
ckeditor/ckeditor/plugins/wsc/lang/ko.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ko.js
ckeditor/ckeditor/plugins/wsc/lang/nb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/nb.js
ckeditor/ckeditor/plugins/wsc/lang/hr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/hr.js
ckeditor/ckeditor/plugins/wsc/lang/pt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/pt.js
ckeditor/ckeditor/plugins/wsc/lang/bs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/bs.js
ckeditor/ckeditor/plugins/wsc/lang/en-gb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/en-gb.js
ckeditor/ckeditor/plugins/wsc/lang/mn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/mn.js
ckeditor/ckeditor/plugins/wsc/lang/eu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/eu.js
ckeditor/ckeditor/plugins/wsc/lang/bg.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/bg.js
ckeditor/ckeditor/plugins/wsc/lang/no.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/no.js
ckeditor/ckeditor/plugins/wsc/lang/vi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/vi.js
ckeditor/ckeditor/plugins/wsc/lang/en.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/en.js
ckeditor/ckeditor/plugins/wsc/lang/fo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/fo.js
ckeditor/ckeditor/plugins/wsc/lang/zh.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/zh.js
ckeditor/ckeditor/plugins/wsc/lang/sr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/sr.js
ckeditor/ckeditor/plugins/wsc/lang/ka.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ka.js
ckeditor/ckeditor/plugins/wsc/lang/ar.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ar.js
ckeditor/ckeditor/plugins/wsc/lang/pl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/pl.js
ckeditor/ckeditor/plugins/wsc/lang/is.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/is.js
ckeditor/ckeditor/plugins/wsc/lang/en-au.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/en-au.js
ckeditor/ckeditor/plugins/wsc/lang/ug.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ug.js
ckeditor/ckeditor/plugins/wsc/lang/hu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/hu.js
ckeditor/ckeditor/plugins/wsc/lang/bn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/bn.js
ckeditor/ckeditor/plugins/wsc/lang/et.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/et.js
ckeditor/ckeditor/plugins/wsc/lang/gl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/gl.js
ckeditor/ckeditor/plugins/wsc/icons/spellchecker.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/icons/spellchecker.png
ckeditor/ckeditor/plugins/wsc/icons/hidpi/spellchecker.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/icons/hidpi/spellchecker.png
ckeditor/ckeditor/plugins/wsc/dialogs/wsc_ie.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/dialogs/wsc_ie.js
ckeditor/ckeditor/plugins/wsc/dialogs/wsc.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/dialogs/wsc.css
ckeditor/ckeditor/plugins/wsc/dialogs/wsc.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/dialogs/wsc.js
ckeditor/ckeditor/plugins/wsc/dialogs/tmpFrameset.html /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
ckeditor/ckeditor/plugins/wsc/dialogs/ciframe.html /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/dialogs/ciframe.html
ckeditor/ckeditor/plugins/pagebreak/images/pagebreak.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/pagebreak/images/pagebreak.gif
ckeditor/ckeditor/plugins/notificationaggregator/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notificationaggregator/plugin.js
ckeditor/ckeditor/plugins/sourcedialog/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/plugin.js
ckeditor/ckeditor/plugins/sourcedialog/lang/fi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/fi.js
ckeditor/ckeditor/plugins/sourcedialog/lang/el.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/el.js
ckeditor/ckeditor/plugins/sourcedialog/lang/zh-cn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/zh-cn.js
ckeditor/ckeditor/plugins/sourcedialog/lang/it.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/it.js
ckeditor/ckeditor/plugins/sourcedialog/lang/id.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/id.js
ckeditor/ckeditor/plugins/sourcedialog/lang/sk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/sk.js
ckeditor/ckeditor/plugins/sourcedialog/lang/fa.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/fa.js
ckeditor/ckeditor/plugins/sourcedialog/lang/cy.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/cy.js
ckeditor/ckeditor/plugins/sourcedialog/lang/km.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/km.js
ckeditor/ckeditor/plugins/sourcedialog/lang/en-ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/en-ca.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ku.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ku.js
ckeditor/ckeditor/plugins/sourcedialog/lang/af.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/af.js
ckeditor/ckeditor/plugins/sourcedialog/lang/de.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/de.js
ckeditor/ckeditor/plugins/sourcedialog/lang/hi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/hi.js
ckeditor/ckeditor/plugins/sourcedialog/lang/sv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/sv.js
ckeditor/ckeditor/plugins/sourcedialog/lang/th.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/th.js
ckeditor/ckeditor/plugins/sourcedialog/lang/uk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/uk.js
ckeditor/ckeditor/plugins/sourcedialog/lang/da.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/da.js
ckeditor/ckeditor/plugins/sourcedialog/lang/sq.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/sq.js
ckeditor/ckeditor/plugins/sourcedialog/lang/sl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/sl.js
ckeditor/ckeditor/plugins/sourcedialog/lang/es.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/es.js
ckeditor/ckeditor/plugins/sourcedialog/lang/eo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/eo.js
ckeditor/ckeditor/plugins/sourcedialog/lang/tt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/tt.js
ckeditor/ckeditor/plugins/sourcedialog/lang/fr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/fr.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ms.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ms.js
ckeditor/ckeditor/plugins/sourcedialog/lang/nl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/nl.js
ckeditor/ckeditor/plugins/sourcedialog/lang/sr-latn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/sr-latn.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ru.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ru.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ro.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ro.js
ckeditor/ckeditor/plugins/sourcedialog/lang/gu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/gu.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ca.js
ckeditor/ckeditor/plugins/sourcedialog/lang/fr-ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/fr-ca.js
ckeditor/ckeditor/plugins/sourcedialog/lang/lt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/lt.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ja.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ja.js
ckeditor/ckeditor/plugins/sourcedialog/lang/si.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/si.js
ckeditor/ckeditor/plugins/sourcedialog/lang/pt-br.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/pt-br.js
ckeditor/ckeditor/plugins/sourcedialog/lang/cs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/cs.js
ckeditor/ckeditor/plugins/sourcedialog/lang/tr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/tr.js
ckeditor/ckeditor/plugins/sourcedialog/lang/he.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/he.js
ckeditor/ckeditor/plugins/sourcedialog/lang/lv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/lv.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ko.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ko.js
ckeditor/ckeditor/plugins/sourcedialog/lang/nb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/nb.js
ckeditor/ckeditor/plugins/sourcedialog/lang/hr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/hr.js
ckeditor/ckeditor/plugins/sourcedialog/lang/pt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/pt.js
ckeditor/ckeditor/plugins/sourcedialog/lang/bs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/bs.js
ckeditor/ckeditor/plugins/sourcedialog/lang/en-gb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/en-gb.js
ckeditor/ckeditor/plugins/sourcedialog/lang/mn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/mn.js
ckeditor/ckeditor/plugins/sourcedialog/lang/eu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/eu.js
ckeditor/ckeditor/plugins/sourcedialog/lang/bg.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/bg.js
ckeditor/ckeditor/plugins/sourcedialog/lang/no.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/no.js
ckeditor/ckeditor/plugins/sourcedialog/lang/vi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/vi.js
ckeditor/ckeditor/plugins/sourcedialog/lang/en.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/en.js
ckeditor/ckeditor/plugins/sourcedialog/lang/fo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/fo.js
ckeditor/ckeditor/plugins/sourcedialog/lang/zh.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/zh.js
ckeditor/ckeditor/plugins/sourcedialog/lang/sr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/sr.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ka.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ka.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ar.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ar.js
ckeditor/ckeditor/plugins/sourcedialog/lang/pl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/pl.js
ckeditor/ckeditor/plugins/sourcedialog/lang/is.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/is.js
ckeditor/ckeditor/plugins/sourcedialog/lang/en-au.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/en-au.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ug.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ug.js
ckeditor/ckeditor/plugins/sourcedialog/lang/hu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/hu.js
ckeditor/ckeditor/plugins/sourcedialog/lang/bn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/bn.js
ckeditor/ckeditor/plugins/sourcedialog/lang/et.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/et.js
ckeditor/ckeditor/plugins/sourcedialog/lang/gl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/gl.js
ckeditor/ckeditor/plugins/sourcedialog/icons/sourcedialog.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/icons/sourcedialog.png
ckeditor/ckeditor/plugins/sourcedialog/icons/sourcedialog-rtl.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/icons/sourcedialog-rtl.png
ckeditor/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog.png
ckeditor/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png
ckeditor/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js
ckeditor/ckeditor/plugins/clipboard/dialogs/paste.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/clipboard/dialogs/paste.js
ckeditor/ckeditor/plugins/templates/templates/default.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/templates/templates/default.js
ckeditor/ckeditor/plugins/templates/templates/images/template1.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/templates/templates/images/template1.gif
ckeditor/ckeditor/plugins/templates/templates/images/template2.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/templates/templates/images/template2.gif
ckeditor/ckeditor/plugins/templates/templates/images/template3.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/templates/templates/images/template3.gif
ckeditor/ckeditor/plugins/templates/dialogs/templates.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/templates/dialogs/templates.css
ckeditor/ckeditor/plugins/templates/dialogs/templates.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/templates/dialogs/templates.js
ckeditor/ckeditor/plugins/embed/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embed/plugin.js
ckeditor/ckeditor/plugins/embed/icons/embed.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embed/icons/embed.png
ckeditor/ckeditor/plugins/embed/icons/hidpi/embed.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embed/icons/hidpi/embed.png
ckeditor/ckeditor/plugins/specialchar/dialogs/specialchar.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/specialchar.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fi.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/el.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/el.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/it.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/it.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/id.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/id.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sk.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fa.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fa.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cy.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cy.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/km.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/km.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ku.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ku.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/af.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/af.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sv.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/th.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/th.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/uk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/uk.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/da.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/da.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sq.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sq.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sl.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eo.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tt.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nl.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ru.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ru.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ca.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lt.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ja.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ja.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/si.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/si.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cs.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tr.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/he.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/he.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lv.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ko.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ko.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nb.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hr.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/bg.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/bg.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/no.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/no.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/vi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/vi.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ar.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ar.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pl.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ug.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ug.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hu.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/et.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/et.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/gl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/gl.js
ckeditor/ckeditor/plugins/smiley/images/lightbulb.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/lightbulb.gif
ckeditor/ckeditor/plugins/smiley/images/wink_smile.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/wink_smile.png
ckeditor/ckeditor/plugins/smiley/images/thumbs_down.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/thumbs_down.png
ckeditor/ckeditor/plugins/smiley/images/angel_smile.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/angel_smile.png
ckeditor/ckeditor/plugins/smiley/images/heart.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/heart.gif
ckeditor/ckeditor/plugins/smiley/images/omg_smile.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/omg_smile.png
ckeditor/ckeditor/plugins/smiley/images/regular_smile.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/regular_smile.gif
ckeditor/ckeditor/plugins/smiley/images/tounge_smile.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/tounge_smile.gif
ckeditor/ckeditor/plugins/smiley/images/omg_smile.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/omg_smile.gif
ckeditor/ckeditor/plugins/smiley/images/angry_smile.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/angry_smile.gif
ckeditor/ckeditor/plugins/smiley/images/sad_smile.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/sad_smile.png
ckeditor/ckeditor/plugins/smiley/images/thumbs_down.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/thumbs_down.gif
ckeditor/ckeditor/plugins/smiley/images/angry_smile.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/angry_smile.png
ckeditor/ckeditor/plugins/smiley/images/devil_smile.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/devil_smile.gif
ckeditor/ckeditor/plugins/smiley/images/heart.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/heart.png
ckeditor/ckeditor/plugins/smiley/images/thumbs_up.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/thumbs_up.gif
ckeditor/ckeditor/plugins/smiley/images/wink_smile.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/wink_smile.gif
ckeditor/ckeditor/plugins/smiley/images/regular_smile.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/regular_smile.png
ckeditor/ckeditor/plugins/smiley/images/shades_smile.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/shades_smile.png
ckeditor/ckeditor/plugins/smiley/images/thumbs_up.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/thumbs_up.png
ckeditor/ckeditor/plugins/smiley/images/envelope.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/envelope.png
ckeditor/ckeditor/plugins/smiley/images/cry_smile.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/cry_smile.png
ckeditor/ckeditor/plugins/smiley/images/broken_heart.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/broken_heart.png
ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif
ckeditor/ckeditor/plugins/smiley/images/devil_smile.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/devil_smile.png
ckeditor/ckeditor/plugins/smiley/images/confused_smile.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/confused_smile.gif
ckeditor/ckeditor/plugins/smiley/images/kiss.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/kiss.png
ckeditor/ckeditor/plugins/smiley/images/cry_smile.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/cry_smile.gif
ckeditor/ckeditor/plugins/smiley/images/embarrassed_smile.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/embarrassed_smile.png
ckeditor/ckeditor/plugins/smiley/images/embaressed_smile.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/embaressed_smile.gif
ckeditor/ckeditor/plugins/smiley/images/broken_heart.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/broken_heart.gif
ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png
ckeditor/ckeditor/plugins/smiley/images/teeth_smile.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/teeth_smile.png
ckeditor/ckeditor/plugins/smiley/images/shades_smile.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/shades_smile.gif
ckeditor/ckeditor/plugins/smiley/images/kiss.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/kiss.gif
ckeditor/ckeditor/plugins/smiley/images/teeth_smile.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/teeth_smile.gif
ckeditor/ckeditor/plugins/smiley/images/sad_smile.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/sad_smile.gif
ckeditor/ckeditor/plugins/smiley/images/confused_smile.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/confused_smile.png
ckeditor/ckeditor/plugins/smiley/images/envelope.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/envelope.gif
ckeditor/ckeditor/plugins/smiley/images/embarrassed_smile.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/embarrassed_smile.gif
ckeditor/ckeditor/plugins/smiley/images/angel_smile.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/angel_smile.gif
ckeditor/ckeditor/plugins/smiley/images/tongue_smile.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/tongue_smile.png
ckeditor/ckeditor/plugins/smiley/images/lightbulb.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/lightbulb.png
ckeditor/ckeditor/plugins/smiley/images/tongue_smile.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/tongue_smile.gif
ckeditor/ckeditor/plugins/smiley/dialogs/smiley.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/dialogs/smiley.js
ckeditor/ckeditor/plugins/uploadwidget/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/plugin.js
ckeditor/ckeditor/plugins/uploadwidget/lang/zh-cn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/zh-cn.js
ckeditor/ckeditor/plugins/uploadwidget/lang/it.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/it.js
ckeditor/ckeditor/plugins/uploadwidget/lang/ku.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/ku.js
ckeditor/ckeditor/plugins/uploadwidget/lang/de.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/de.js
ckeditor/ckeditor/plugins/uploadwidget/lang/sv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/sv.js
ckeditor/ckeditor/plugins/uploadwidget/lang/da.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/da.js
ckeditor/ckeditor/plugins/uploadwidget/lang/eo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/eo.js
ckeditor/ckeditor/plugins/uploadwidget/lang/fr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/fr.js
ckeditor/ckeditor/plugins/uploadwidget/lang/nl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/nl.js
ckeditor/ckeditor/plugins/uploadwidget/lang/ru.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/ru.js
ckeditor/ckeditor/plugins/uploadwidget/lang/pt-br.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/pt-br.js
ckeditor/ckeditor/plugins/uploadwidget/lang/cs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/cs.js
ckeditor/ckeditor/plugins/uploadwidget/lang/tr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/tr.js
ckeditor/ckeditor/plugins/uploadwidget/lang/ko.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/ko.js
ckeditor/ckeditor/plugins/uploadwidget/lang/nb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/nb.js
ckeditor/ckeditor/plugins/uploadwidget/lang/en.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/en.js
ckeditor/ckeditor/plugins/uploadwidget/lang/zh.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/zh.js
ckeditor/ckeditor/plugins/uploadwidget/lang/pl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/pl.js
ckeditor/ckeditor/plugins/uploadwidget/lang/hu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/hu.js
ckeditor/ckeditor/plugins/uploadwidget/lang/gl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/gl.js
ckeditor/ckeditor/plugins/codesnippet/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/plugin.js
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/CHANGES.md /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/CHANGES.md
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/LICENSE /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/LICENSE
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css
ckeditor/ckeditor/plugins/codesnippet/lang/fi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/fi.js
ckeditor/ckeditor/plugins/codesnippet/lang/el.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/el.js
ckeditor/ckeditor/plugins/codesnippet/lang/zh-cn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/zh-cn.js
ckeditor/ckeditor/plugins/codesnippet/lang/it.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/it.js
ckeditor/ckeditor/plugins/codesnippet/lang/sk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/sk.js
ckeditor/ckeditor/plugins/codesnippet/lang/fa.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/fa.js
ckeditor/ckeditor/plugins/codesnippet/lang/km.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/km.js
ckeditor/ckeditor/plugins/codesnippet/lang/ku.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ku.js
ckeditor/ckeditor/plugins/codesnippet/lang/de.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/de.js
ckeditor/ckeditor/plugins/codesnippet/lang/sv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/sv.js
ckeditor/ckeditor/plugins/codesnippet/lang/th.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/th.js
ckeditor/ckeditor/plugins/codesnippet/lang/uk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/uk.js
ckeditor/ckeditor/plugins/codesnippet/lang/da.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/da.js
ckeditor/ckeditor/plugins/codesnippet/lang/sq.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/sq.js
ckeditor/ckeditor/plugins/codesnippet/lang/sl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/sl.js
ckeditor/ckeditor/plugins/codesnippet/lang/es.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/es.js
ckeditor/ckeditor/plugins/codesnippet/lang/eo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/eo.js
ckeditor/ckeditor/plugins/codesnippet/lang/tt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/tt.js
ckeditor/ckeditor/plugins/codesnippet/lang/fr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/fr.js
ckeditor/ckeditor/plugins/codesnippet/lang/nl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/nl.js
ckeditor/ckeditor/plugins/codesnippet/lang/ru.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ru.js
ckeditor/ckeditor/plugins/codesnippet/lang/ro.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ro.js
ckeditor/ckeditor/plugins/codesnippet/lang/ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ca.js
ckeditor/ckeditor/plugins/codesnippet/lang/fr-ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/fr-ca.js
ckeditor/ckeditor/plugins/codesnippet/lang/lt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/lt.js
ckeditor/ckeditor/plugins/codesnippet/lang/ja.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ja.js
ckeditor/ckeditor/plugins/codesnippet/lang/pt-br.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/pt-br.js
ckeditor/ckeditor/plugins/codesnippet/lang/cs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/cs.js
ckeditor/ckeditor/plugins/codesnippet/lang/tr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/tr.js
ckeditor/ckeditor/plugins/codesnippet/lang/he.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/he.js
ckeditor/ckeditor/plugins/codesnippet/lang/lv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/lv.js
ckeditor/ckeditor/plugins/codesnippet/lang/ko.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ko.js
ckeditor/ckeditor/plugins/codesnippet/lang/nb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/nb.js
ckeditor/ckeditor/plugins/codesnippet/lang/hr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/hr.js
ckeditor/ckeditor/plugins/codesnippet/lang/pt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/pt.js
ckeditor/ckeditor/plugins/codesnippet/lang/en-gb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/en-gb.js
ckeditor/ckeditor/plugins/codesnippet/lang/bg.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/bg.js
ckeditor/ckeditor/plugins/codesnippet/lang/no.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/no.js
ckeditor/ckeditor/plugins/codesnippet/lang/vi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/vi.js
ckeditor/ckeditor/plugins/codesnippet/lang/en.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/en.js
ckeditor/ckeditor/plugins/codesnippet/lang/zh.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/zh.js
ckeditor/ckeditor/plugins/codesnippet/lang/ar.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ar.js
ckeditor/ckeditor/plugins/codesnippet/lang/pl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/pl.js
ckeditor/ckeditor/plugins/codesnippet/lang/ug.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ug.js
ckeditor/ckeditor/plugins/codesnippet/lang/hu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/hu.js
ckeditor/ckeditor/plugins/codesnippet/lang/et.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/et.js
ckeditor/ckeditor/plugins/codesnippet/lang/gl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/gl.js
ckeditor/ckeditor/plugins/codesnippet/icons/codesnippet.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/icons/codesnippet.png
ckeditor/ckeditor/plugins/codesnippet/icons/hidpi/codesnippet.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/icons/hidpi/codesnippet.png
ckeditor/ckeditor/plugins/codesnippet/dialogs/codesnippet.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/dialogs/codesnippet.js
ckeditor/ckeditor/plugins/flash/images/placeholder.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/flash/images/placeholder.png
ckeditor/ckeditor/plugins/flash/dialogs/flash.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/flash/dialogs/flash.js
ckeditor/ckeditor/plugins/divarea/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/divarea/plugin.js
ckeditor/ckeditor/plugins/dialog/dialogDefinition.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/dialog/dialogDefinition.js
ckeditor/ckeditor/plugins/tabletools/dialogs/tableCell.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/tabletools/dialogs/tableCell.js
ckeditor/ckeditor/plugins/pastefromword/filter/default.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/pastefromword/filter/default.js
ckeditor/ckeditor/plugins/devtools/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/plugin.js
ckeditor/ckeditor/plugins/devtools/lang/fi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/fi.js
ckeditor/ckeditor/plugins/devtools/lang/el.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/el.js
ckeditor/ckeditor/plugins/devtools/lang/zh-cn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/zh-cn.js
ckeditor/ckeditor/plugins/devtools/lang/it.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/it.js
ckeditor/ckeditor/plugins/devtools/lang/id.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/id.js
ckeditor/ckeditor/plugins/devtools/lang/sk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/sk.js
ckeditor/ckeditor/plugins/devtools/lang/fa.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/fa.js
ckeditor/ckeditor/plugins/devtools/lang/cy.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/cy.js
ckeditor/ckeditor/plugins/devtools/lang/km.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/km.js
ckeditor/ckeditor/plugins/devtools/lang/ku.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ku.js
ckeditor/ckeditor/plugins/devtools/lang/de.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/de.js
ckeditor/ckeditor/plugins/devtools/lang/sv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/sv.js
ckeditor/ckeditor/plugins/devtools/lang/uk.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/uk.js
ckeditor/ckeditor/plugins/devtools/lang/da.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/da.js
ckeditor/ckeditor/plugins/devtools/lang/sq.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/sq.js
ckeditor/ckeditor/plugins/devtools/lang/sl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/sl.js
ckeditor/ckeditor/plugins/devtools/lang/es.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/es.js
ckeditor/ckeditor/plugins/devtools/lang/eo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/eo.js
ckeditor/ckeditor/plugins/devtools/lang/tt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/tt.js
ckeditor/ckeditor/plugins/devtools/lang/_translationstatus.txt /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/_translationstatus.txt
ckeditor/ckeditor/plugins/devtools/lang/fr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/fr.js
ckeditor/ckeditor/plugins/devtools/lang/nl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/nl.js
ckeditor/ckeditor/plugins/devtools/lang/ru.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ru.js
ckeditor/ckeditor/plugins/devtools/lang/ro.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ro.js
ckeditor/ckeditor/plugins/devtools/lang/gu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/gu.js
ckeditor/ckeditor/plugins/devtools/lang/ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ca.js
ckeditor/ckeditor/plugins/devtools/lang/fr-ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/fr-ca.js
ckeditor/ckeditor/plugins/devtools/lang/lt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/lt.js
ckeditor/ckeditor/plugins/devtools/lang/ja.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ja.js
ckeditor/ckeditor/plugins/devtools/lang/si.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/si.js
ckeditor/ckeditor/plugins/devtools/lang/pt-br.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/pt-br.js
ckeditor/ckeditor/plugins/devtools/lang/cs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/cs.js
ckeditor/ckeditor/plugins/devtools/lang/tr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/tr.js
ckeditor/ckeditor/plugins/devtools/lang/he.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/he.js
ckeditor/ckeditor/plugins/devtools/lang/lv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/lv.js
ckeditor/ckeditor/plugins/devtools/lang/ko.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ko.js
ckeditor/ckeditor/plugins/devtools/lang/nb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/nb.js
ckeditor/ckeditor/plugins/devtools/lang/hr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/hr.js
ckeditor/ckeditor/plugins/devtools/lang/pt.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/pt.js
ckeditor/ckeditor/plugins/devtools/lang/en-gb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/en-gb.js
ckeditor/ckeditor/plugins/devtools/lang/eu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/eu.js
ckeditor/ckeditor/plugins/devtools/lang/bg.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/bg.js
ckeditor/ckeditor/plugins/devtools/lang/no.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/no.js
ckeditor/ckeditor/plugins/devtools/lang/vi.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/vi.js
ckeditor/ckeditor/plugins/devtools/lang/en.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/en.js
ckeditor/ckeditor/plugins/devtools/lang/zh.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/zh.js
ckeditor/ckeditor/plugins/devtools/lang/ar.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ar.js
ckeditor/ckeditor/plugins/devtools/lang/pl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/pl.js
ckeditor/ckeditor/plugins/devtools/lang/ug.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ug.js
ckeditor/ckeditor/plugins/devtools/lang/hu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/hu.js
ckeditor/ckeditor/plugins/devtools/lang/et.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/et.js
ckeditor/ckeditor/plugins/devtools/lang/gl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/gl.js
ckeditor/ckeditor/plugins/filetools/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/plugin.js
ckeditor/ckeditor/plugins/filetools/lang/zh-cn.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/zh-cn.js
ckeditor/ckeditor/plugins/filetools/lang/it.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/it.js
ckeditor/ckeditor/plugins/filetools/lang/ku.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/ku.js
ckeditor/ckeditor/plugins/filetools/lang/de.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/de.js
ckeditor/ckeditor/plugins/filetools/lang/sv.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/sv.js
ckeditor/ckeditor/plugins/filetools/lang/da.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/da.js
ckeditor/ckeditor/plugins/filetools/lang/eo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/eo.js
ckeditor/ckeditor/plugins/filetools/lang/fr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/fr.js
ckeditor/ckeditor/plugins/filetools/lang/nl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/nl.js
ckeditor/ckeditor/plugins/filetools/lang/ru.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/ru.js
ckeditor/ckeditor/plugins/filetools/lang/pt-br.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/pt-br.js
ckeditor/ckeditor/plugins/filetools/lang/cs.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/cs.js
ckeditor/ckeditor/plugins/filetools/lang/tr.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/tr.js
ckeditor/ckeditor/plugins/filetools/lang/ko.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/ko.js
ckeditor/ckeditor/plugins/filetools/lang/nb.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/nb.js
ckeditor/ckeditor/plugins/filetools/lang/en.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/en.js
ckeditor/ckeditor/plugins/filetools/lang/zh.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/zh.js
ckeditor/ckeditor/plugins/filetools/lang/pl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/pl.js
ckeditor/ckeditor/plugins/filetools/lang/gl.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/gl.js
ckeditor/ckeditor/plugins/lineutils/plugin.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/lineutils/plugin.js
ckeditor/ckeditor/plugins/table/dialogs/table.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/table/dialogs/table.js
ckeditor/ckeditor/plugins/showblocks/images/block_h5.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_h5.png
ckeditor/ckeditor/plugins/showblocks/images/block_p.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_p.png
ckeditor/ckeditor/plugins/showblocks/images/block_div.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_div.png
ckeditor/ckeditor/plugins/showblocks/images/block_h3.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_h3.png
ckeditor/ckeditor/plugins/showblocks/images/block_h4.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_h4.png
ckeditor/ckeditor/plugins/showblocks/images/block_pre.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_pre.png
ckeditor/ckeditor/plugins/showblocks/images/block_blockquote.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_blockquote.png
ckeditor/ckeditor/plugins/showblocks/images/block_h1.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_h1.png
ckeditor/ckeditor/plugins/showblocks/images/block_address.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_address.png
ckeditor/ckeditor/plugins/showblocks/images/block_h6.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_h6.png
ckeditor/ckeditor/plugins/showblocks/images/block_h2.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_h2.png
flags/cv.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/cv.gif
flags/co.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/co.gif
flags/vn.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/vn.gif
flags/la.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/la.gif
flags/cg.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/cg.gif
flags/is.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/is.gif
flags/hk.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/hk.gif
flags/mg.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/mg.gif
flags/pm.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/pm.gif
flags/ms.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ms.gif
flags/vu.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/vu.gif
flags/to.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/to.gif
flags/sa.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/sa.gif
flags/gb.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/gb.gif
flags/ls.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ls.gif
flags/tz.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/tz.gif
flags/no.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/no.gif
flags/dj.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/dj.gif
flags/hm.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/hm.gif
flags/ru.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ru.gif
flags/sr.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/sr.gif
flags/et.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/et.gif
flags/bz.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/bz.gif
flags/pf.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/pf.gif
flags/us.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/us.gif
flags/vg.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/vg.gif
flags/sn.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/sn.gif
flags/be.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/be.gif
flags/lc.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/lc.gif
flags/ir.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ir.gif
flags/bs.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/bs.gif
flags/nc.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/nc.gif
flags/ng.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ng.gif
flags/vc.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/vc.gif
flags/pe.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/pe.gif
flags/mt.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/mt.gif
flags/je.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/je.gif
flags/st.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/st.gif
flags/sz.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/sz.gif
flags/jp.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/jp.gif
flags/cc.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/cc.gif
flags/ua.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ua.gif
flags/ee.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ee.gif
flags/hn.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/hn.gif
flags/mz.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/mz.gif
flags/mf.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/mf.gif
flags/vi.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/vi.gif
flags/ck.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ck.gif
flags/ne.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ne.gif
flags/dk.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/dk.gif
flags/gw.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/gw.gif
flags/uz.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/uz.gif
flags/qa.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/qa.gif
flags/fm.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/fm.gif
flags/so.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/so.gif
flags/zw.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/zw.gif
flags/gu.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/gu.gif
flags/td.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/td.gif
flags/ad.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ad.gif
flags/al.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/al.gif
flags/bn.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/bn.gif
flags/cm.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/cm.gif
flags/af.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/af.gif
flags/yt.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/yt.gif
flags/ky.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ky.gif
flags/ga.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ga.gif
flags/nf.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/nf.gif
flags/cu.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/cu.gif
flags/ke.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ke.gif
flags/kg.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/kg.gif
flags/ax.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ax.gif
flags/sj.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/sj.gif
flags/ba.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ba.gif
flags/tf.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/tf.gif
flags/gi.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/gi.gif
flags/kr.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/kr.gif
flags/by.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/by.gif
flags/bm.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/bm.gif
flags/nu.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/nu.gif
flags/it.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/it.gif
flags/ai.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ai.gif
flags/az.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/az.gif
flags/tj.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/tj.gif
flags/sb.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/sb.gif
flags/mx.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/mx.gif
flags/eh.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/eh.gif
flags/re.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/re.gif
flags/as.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/as.gif
flags/cz.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/cz.gif
flags/pk.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/pk.gif
flags/bh.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/bh.gif
flags/dz.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/dz.gif
flags/ki.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ki.gif
flags/hr.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/hr.gif
flags/eu.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/eu.gif
flags/ly.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ly.gif
flags/sprite.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/sprite.css
flags/ph.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ph.gif
flags/tc.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/tc.gif
flags/ca.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ca.gif
flags/gm.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/gm.gif
flags/im.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/im.gif
flags/sk.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/sk.gif
flags/sh.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/sh.gif
flags/nz.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/nz.gif
flags/bw.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/bw.gif
flags/jo.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/jo.gif
flags/fj.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/fj.gif
flags/cy.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/cy.gif
flags/ao.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ao.gif
flags/sprite-hq.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/sprite-hq.png
flags/mc.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/mc.gif
flags/es.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/es.gif
flags/ni.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ni.gif
flags/gd.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/gd.gif
flags/lv.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/lv.gif
flags/sd.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/sd.gif
flags/gp.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/gp.gif
flags/il.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/il.gif
flags/bv.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/bv.gif
flags/kh.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/kh.gif
flags/li.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/li.gif
flags/um.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/um.gif
flags/mk.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/mk.gif
flags/wf.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/wf.gif
flags/bb.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/bb.gif
flags/na.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/na.gif
flags/ge.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ge.gif
flags/sy.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/sy.gif
flags/ec.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ec.gif
flags/gr.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/gr.gif
flags/sm.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/sm.gif
flags/ht.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ht.gif
flags/fi.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/fi.gif
flags/__.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/__.gif
flags/va.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/va.gif
flags/cn.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/cn.gif
flags/si.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/si.gif
flags/dm.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/dm.gif
flags/aq.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/aq.gif
flags/ma.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ma.gif
flags/cr.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/cr.gif
flags/ml.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ml.gif
flags/bt.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/bt.gif
flags/ss.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ss.gif
flags/bf.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/bf.gif
flags/kn.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/kn.gif
flags/ci.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ci.gif
flags/io.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/io.gif
flags/cd.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/cd.gif
flags/ye.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ye.gif
flags/bg.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/bg.gif
flags/tw.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/tw.gif
flags/gh.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/gh.gif
flags/cw.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/cw.gif
flags/er.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/er.gif
flags/fo.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/fo.gif
flags/nr.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/nr.gif
flags/jm.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/jm.gif
flags/fk.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/fk.gif
flags/mw.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/mw.gif
flags/gg.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/gg.gif
flags/sx.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/sx.gif
flags/my.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/my.gif
flags/pn.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/pn.gif
flags/gs.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/gs.gif
flags/aw.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/aw.gif
flags/kp.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/kp.gif
flags/ws.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ws.gif
flags/sv.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/sv.gif
flags/iq.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/iq.gif
flags/bi.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/bi.gif
flags/sg.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/sg.gif
flags/am.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/am.gif
flags/km.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/km.gif
flags/tl.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/tl.gif
flags/do.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/do.gif
flags/gn.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/gn.gif
flags/se.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/se.gif
flags/sprite-hq.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/sprite-hq.css
flags/mm.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/mm.gif
flags/fr.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/fr.gif
flags/cf.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/cf.gif
flags/zm.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/zm.gif
flags/ie.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ie.gif
flags/pg.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/pg.gif
flags/gq.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/gq.gif
flags/tg.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/tg.gif
flags/sprite.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/sprite.png
flags/id.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/id.gif
flags/ve.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ve.gif
flags/pl.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/pl.gif
flags/bd.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/bd.gif
flags/kz.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/kz.gif
flags/me.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/me.gif
flags/tn.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/tn.gif
flags/mu.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/mu.gif
flags/au.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/au.gif
flags/om.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/om.gif
flags/mo.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/mo.gif
flags/mq.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/mq.gif
flags/br.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/br.gif
flags/hu.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/hu.gif
flags/ug.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ug.gif
flags/ar.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ar.gif
flags/tv.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/tv.gif
flags/mh.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/mh.gif
flags/pt.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/pt.gif
flags/tm.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/tm.gif
flags/bl.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/bl.gif
flags/np.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/np.gif
flags/lt.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/lt.gif
flags/pa.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/pa.gif
flags/lk.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/lk.gif
flags/lb.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/lb.gif
flags/mp.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/mp.gif
flags/bq.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/bq.gif
flags/cl.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/cl.gif
flags/rs.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/rs.gif
flags/eg.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/eg.gif
flags/ro.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ro.gif
flags/rw.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/rw.gif
flags/lr.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/lr.gif
flags/pr.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/pr.gif
flags/mn.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/mn.gif
flags/md.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/md.gif
flags/bo.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/bo.gif
flags/ag.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ag.gif
flags/py.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/py.gif
flags/tr.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/tr.gif
flags/mv.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/mv.gif
flags/de.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/de.gif
flags/gt.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/gt.gif
flags/pw.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/pw.gif
flags/lu.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/lu.gif
flags/bj.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/bj.gif
flags/cx.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/cx.gif
flags/nl.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/nl.gif
flags/at.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/at.gif
flags/gl.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/gl.gif
flags/mr.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/mr.gif
flags/ae.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ae.gif
flags/kw.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/kw.gif
flags/za.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/za.gif
flags/tt.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/tt.gif
flags/in.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/in.gif
flags/gy.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/gy.gif
flags/sc.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/sc.gif
flags/gf.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/gf.gif
flags/ps.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ps.gif
flags/tk.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/tk.gif
flags/th.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/th.gif
flags/ch.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/ch.gif
flags/uy.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/uy.gif
flags/sl.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_countries/static/flags/sl.gif
django_celery_monitor/style.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/django_celery_monitor/static/django_celery_monitor/style.css
notifications/notify.js /var/waps/entornos/ahkin/src/notificaciones-django/notifications/static/notifications/notify.js
rest_framework/docs/js/jquery.json-view.min.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/docs/js/jquery.json-view.min.js
rest_framework/docs/js/highlight.pack.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/docs/js/highlight.pack.js
rest_framework/docs/js/api.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/docs/js/api.js
rest_framework/docs/img/grid.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/docs/img/grid.png
rest_framework/docs/img/favicon.ico /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/docs/img/favicon.ico
rest_framework/docs/css/highlight.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/docs/css/highlight.css
rest_framework/docs/css/base.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/docs/css/base.css
rest_framework/docs/css/jquery.json-view.min.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/docs/css/jquery.json-view.min.css
rest_framework/js/coreapi-0.1.1.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/js/coreapi-0.1.1.js
rest_framework/js/jquery-3.3.1.min.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/js/jquery-3.3.1.min.js
rest_framework/js/ajax-form.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/js/ajax-form.js
rest_framework/js/bootstrap.min.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/js/bootstrap.min.js
rest_framework/js/csrf.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/js/csrf.js
rest_framework/js/prettify-min.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/js/prettify-min.js
rest_framework/js/default.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/js/default.js
rest_framework/img/glyphicons-halflings-white.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/img/glyphicons-halflings-white.png
rest_framework/img/grid.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/img/grid.png
rest_framework/img/glyphicons-halflings.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/img/glyphicons-halflings.png
rest_framework/css/bootstrap.min.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/css/bootstrap.min.css
rest_framework/css/bootstrap-theme.min.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/css/bootstrap-theme.min.css
rest_framework/css/default.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/css/default.css
rest_framework/css/bootstrap-tweaks.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/css/bootstrap-tweaks.css
rest_framework/css/font-awesome-4.0.3.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/css/font-awesome-4.0.3.css
rest_framework/css/prettify.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/css/prettify.css
rest_framework/fonts/fontawesome-webfont.ttf /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.ttf
rest_framework/fonts/glyphicons-halflings-regular.ttf /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.ttf
rest_framework/fonts/fontawesome-webfont.woff /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.woff
rest_framework/fonts/glyphicons-halflings-regular.woff2 /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff2
rest_framework/fonts/fontawesome-webfont.eot /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.eot
rest_framework/fonts/fontawesome-webfont.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.svg
rest_framework/fonts/glyphicons-halflings-regular.eot /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.eot
rest_framework/fonts/glyphicons-halflings-regular.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.svg
rest_framework/fonts/glyphicons-halflings-regular.woff /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff
dicts/README.md /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/dicts/README.md
dicts/en_US.aff /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/dicts/en_US.aff
dicts/en_US.dic /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/dicts/en_US.dic
plugins/js/highlight.min.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/js/highlight.min.js
plugins/js/resizable.min.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/js/resizable.min.js
plugins/js/theme-github.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/js/theme-github.js
plugins/js/emojis.min.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/js/emojis.min.js
plugins/js/ace.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/js/ace.js
plugins/js/mode-markdown.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/js/mode-markdown.js
plugins/js/jquery.min.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/js/jquery.min.js
plugins/js/ext-language_tools.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/js/ext-language_tools.js
plugins/js/semantic.min.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/js/semantic.min.js
plugins/js/typo.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/js/typo.js
plugins/js/spellcheck.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/js/spellcheck.js
plugins/js/snippets/markdown.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/js/snippets/markdown.js
plugins/images/heart.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/images/heart.png
plugins/images/flags.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/images/flags.png
plugins/images/commonmark.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/images/commonmark.png
plugins/css/semantic.min.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/css/semantic.min.css
plugins/css/ace.min.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/css/ace.min.css
plugins/css/resizable.min.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/css/resizable.min.css
plugins/fonts/outline-icons.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/fonts/outline-icons.svg
plugins/fonts/brand-icons.ttf /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/fonts/brand-icons.ttf
plugins/fonts/icons.woff2 /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/fonts/icons.woff2
plugins/fonts/icons.eot /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/fonts/icons.eot
plugins/fonts/outline-icons.eot /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/fonts/outline-icons.eot
plugins/fonts/icons.woff /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/fonts/icons.woff
plugins/fonts/icons.ttf /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/fonts/icons.ttf
plugins/fonts/brand-icons.woff /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/fonts/brand-icons.woff
plugins/fonts/brand-icons.eot /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/fonts/brand-icons.eot
plugins/fonts/outline-icons.ttf /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/fonts/outline-icons.ttf
plugins/fonts/brand-icons.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/fonts/brand-icons.svg
plugins/fonts/brand-icons.woff2 /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/fonts/brand-icons.woff2
plugins/fonts/outline-icons.woff /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/fonts/outline-icons.woff
plugins/fonts/icons.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/fonts/icons.svg
plugins/fonts/outline-icons.woff2 /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/plugins/fonts/outline-icons.woff2
martor/js/martor.min.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/martor/js/martor.min.js
martor/js/martor.monify.backup.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/martor/js/martor.monify.backup.js
martor/js/martor.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/martor/js/martor.js
martor/css/martor.backup.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/martor/css/martor.backup.css
martor/css/martor-admin.min.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/martor/css/martor-admin.min.css
martor/css/martor-admin.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/martor/css/martor-admin.css
martor/css/martor.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/martor/css/martor.css
martor/css/martor.min.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/martor/static/martor/css/martor.min.css
debug_toolbar/.DS_Store /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/.DS_Store
debug_toolbar/js/jquery_post.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/js/jquery_post.js
debug_toolbar/js/toolbar.sql.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.sql.js
debug_toolbar/js/jquery_pre.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/js/jquery_pre.js
debug_toolbar/js/toolbar.timer.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.timer.js
debug_toolbar/js/toolbar.template.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.template.js
debug_toolbar/js/toolbar.profiling.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.profiling.js
debug_toolbar/js/jquery_existing.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/js/jquery_existing.js
debug_toolbar/js/toolbar.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/img/djdt_vertical.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/img/djdt_vertical.png
debug_toolbar/img/close_hover.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/img/close_hover.png
debug_toolbar/img/close.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/img/close.png
debug_toolbar/img/ajax-loader.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/img/ajax-loader.gif
debug_toolbar/img/indicator.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/img/indicator.png
debug_toolbar/img/back.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/img/back.png
debug_toolbar/img/back_hover.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/img/back_hover.png
debug_toolbar/css/print.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css

Plantillas (3 renderizadas)

Ruta de plantilla

  1. /var/waps/sitios/ahkin/templates

Plantillas

ver_post_v2.html
/var/waps/sitios/ahkin/wisp_docs/templates/ver_post_v2.html
{'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'cambiar_password_wifi': False, u'csrf_token': <SimpleLazyObject: u'tNlodrMtJbpMJBEAiJ9gM7yZifDTa5AJcDVpIeDvDP56woJr2RnmNc8ncdv4OWgj'>, u'debug': True, 'grupo_usuario': '', 'is_staff': False, 'login_form': <LoginForm bound=False, valid=Unknown, fields=(login;password;remember)>, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f1f0d9ed5d0>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f1f0ec8aed0>, u'request': u'<<request>>', 'singup_form': <SignupForm bound=False, valid=Unknown, fields=(nombre_empresa;captcha;country_code;telefono;email;password1)>, u'sql_queries': <function <lambda> at 0x7f1f0e45fed8>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f0f00d850>>, 'ver_datos_wifi': False} {} {'listado_post': u'<<publicarqueryset of wisp_docs.Post>>', 'post': <PostArticle: SMS (Mensajeria)>, 'postarticle': True}
base_post_v2.html
/var/waps/sitios/ahkin/wisp_docs/templates/base_post_v2.html
{'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'cambiar_password_wifi': False, u'csrf_token': <SimpleLazyObject: u'tNlodrMtJbpMJBEAiJ9gM7yZifDTa5AJcDVpIeDvDP56woJr2RnmNc8ncdv4OWgj'>, u'debug': True, 'grupo_usuario': '', 'is_staff': False, 'login_form': <LoginForm bound=False, valid=Unknown, fields=(login;password;remember)>, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f1f0d9ed5d0>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f1f0ec8aed0>, u'request': u'<<request>>', 'singup_form': <SignupForm bound=False, valid=Unknown, fields=(nombre_empresa;captcha;country_code;telefono;email;password1)>, u'sql_queries': <function <lambda> at 0x7f1f0e45fed8>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f0f00d850>>, 'ver_datos_wifi': False} {} {'listado_post': u'<<publicarqueryset of wisp_docs.Post>>', 'post': <PostArticle: SMS (Mensajeria)>, 'postarticle': True}
base.html
/var/waps/sitios/ahkin/templates/base.html
{'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'cambiar_password_wifi': False, u'csrf_token': <SimpleLazyObject: u'tNlodrMtJbpMJBEAiJ9gM7yZifDTa5AJcDVpIeDvDP56woJr2RnmNc8ncdv4OWgj'>, u'debug': True, 'grupo_usuario': '', 'is_staff': False, 'login_form': <LoginForm bound=False, valid=Unknown, fields=(login;password;remember)>, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f1f0d9ed5d0>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f1f0ec8aed0>, u'request': u'<<request>>', 'singup_form': <SignupForm bound=False, valid=Unknown, fields=(nombre_empresa;captcha;country_code;telefono;email;password1)>, u'sql_queries': <function <lambda> at 0x7f1f0e45fed8>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f0f00d850>>, 'ver_datos_wifi': False} {} {'listado_post': u'<<publicarqueryset of wisp_docs.Post>>', 'post': <PostArticle: SMS (Mensajeria)>, 'postarticle': True}

Procesadores de contexto

django.template.context_processors.csrf
{u'csrf_token': <SimpleLazyObject: u'tNlodrMtJbpMJBEAiJ9gM7yZifDTa5AJcDVpIeDvDP56woJr2RnmNc8ncdv4OWgj'>}
django.template.context_processors.debug
{u'debug': True, u'sql_queries': <function <lambda> at 0x7f1f0e45fed8>}
django.template.context_processors.request
{u'request': <WSGIRequest: GET '/documentacion/articulo/smsv2-461/'>}
django.contrib.auth.context_processors.auth
{'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f1f0ec8aed0>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f0f00d850>>}
django.contrib.messages.context_processors.messages
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f1f0d9ed5d0>}
Ahkin.context_processors.datos_globales
{'is_staff': False, 'singup_form': <SignupForm bound=False, valid=Unknown, fields=(nombre_empresa;captcha;country_code;telefono;email;password1)>, 'login_form': <LoginForm bound=False, valid=Unknown, fields=(login;password;remember)>, 'grupo_usuario': '', 'cambiar_password_wifi': False, 'ver_datos_wifi': False}

4 llamadas al Cach茅 desde backends

Res煤men

Llamadas totales Tiempo total Aciertos de cach茅 Errores de cach茅
0 0 ms 0 0

Comandos

add get set delete clear get_many set_many delete_many has_key incr decr incr_version decr_version
0 0 0 0 0 0 0 0 0 0 0 0 0

Se帽ales

Se帽al Proporcionando Receptores
class_prepared class
connection_created connection
got_request_exception request
post_delete instance, using ModelBase.update_changed, ModelBase.update_changed
post_init instance StdImageField.update_dimension_fields, StdImageField.set_variations, StdImageField.update_dimension_fields, StdImageField.set_variations, StdImageField.update_dimension_fields, StdImageField.set_variations, StdImageField.update_dimension_fields, StdImageField.set_variations, StdImageField.update_dimension_fields, StdImageField.set_variations, StdImageField.update_dimension_fields, StdImageField.set_variations, StdImageField.update_dimension_fields, StdImageField.set_variations, StdImageField.update_dimension_fields, StdImageField.set_variations, StdImageField.update_dimension_fields, StdImageField.set_variations, StdImageField.update_dimension_fields, StdImageField.set_variations, StdImageField.update_dimension_fields, StdImageField.set_variations, StdImageField.update_dimension_fields, StdImageField.set_variations, StdImageField.update_dimension_fields, StdImageField.set_variations, StdImageField.update_dimension_fields, StdImageField.set_variations, StdImageField.update_dimension_fields, StdImageField.set_variations, StdImageField.update_dimension_fields, StdImageField.set_variations
post_migrate verbosity, apps, app_config, plan, using, interactive create_permissions, update_contenttypes, create_default_site
post_save update_fields, instance, created, using, raw ModelBase.update_changed, ModelBase.update_changed, ModelBase.update_changed
pre_delete instance, using clear_site_cache, ModelBase.changed, ModelBase.update_changed, delete_empresa
pre_init instance, args, kwargs
pre_save update_fields, instance, using, raw clear_site_cache, ModelBase.changed
request_finished close_old_connections, close_caches
request_started environ reset_queries, close_old_connections

Mensajes del registro

No hay mensajes registrados.