Corte de servicio de ONU (Internet y CaTV) a nivel OLT

Formas de desactivar ONU

1-ONU Internet

A través de una API personalizada, se busca conectar con la plataforma externa encargada de gestionar la OLT para enviar la instrucción de deshabilitar la ONU. A continuación, se detallan las ventajas y desventajas de este enfoque:

Ventajas:

  • Se bloquearía todo el tráfico de Internet (IPv4/IPv6) ya que la dirección IP WAN dejaría de funcionar, asegurando así la suspensión del servicio.
  • No se necesita usar Mikrotik

Desventajas:

  • No se mostrará un aviso de corte de servicio en pantalla para informar al cliente sobre la suspensión del servicio.
  • El cliente no podra pagar servicio internet desde la plataforma y la app movil de wisphub, al menos que use una red externa de celular o Internet
  • Para el corte de IPTV/Catv se deben usar API externas.
  • Esta funcion solo funciona si las ONUS pertenecen a la misma marca de OLT.
  • La OLT se saturara al desactivar onus masivamente y esta dejara de responder, en promedio acepta 20 conexiones telnet al mismo tiempo.

2-CATV

A través de la integración con de la OLT en APIs personalizadas, WispHub se conecta a la plataforma externa que gestiona las OLT para deshabilitar los puertos de CATV. Aquí se detallan las ventajas y desventajas de este enfoque:

Ventajas:

  • Se deshabilitan todos los servicios  televisión CATV.

Desventajas:

  • La suspensión del servicio de CATV solo es efectiva si las ONUs y OLTS son de la misma marca.
  • Si el cliente usa un mino nodo óptico para recibir la televisión el corte no funcioa, se recominenda retirar equipos una vez el cliente este suspendido 15 dias. 
  •  

Parametrización para el corte solo por Eventos API

En WispHub pueden presentarse tres casos para establecer la configuración del corte por eventos api, que son necesarias tener en cuenta.

Caso 1 — Sin conexión al router y sin aplicar ninguna acción en Mikrotik

Este caso está diseñado para situaciones donde todo el control del cliente (activación, suspensión, reconexión y parámetros de servicio) se realizará exclusivamente desde plataformas externas, como una OLT u otro sistema externo mediante eventos API.

El objetivo es que WispHub no intervenga en el router Mikrotik para nada, ni para crear clientes, ni para aplicar reglas, ni para suspender, ni para ejecutar acciones API en el router.

Configuración necesaria en el sistema

  • TIPO DE CORTE: Corte en plataformas externas
    Esto asegura que el sistema solo enviará el evento API, sin intentar crear ni modificar nada en el router.

  • HABILITAR API: OFF
    Con esto, el sistema no ejecutará ninguna acción hacia el router, incluso si el cliente cambia de estado (activo, suspendido, pagado, etc.).

 

¿Qué sucede cuando el router está desactivado?

Cuando esta opción está desactivada, WispHub NO se conecta al router Mikrotik, por lo que:

 No se crea ningún tipo de control o servicio en el router

  • No se crean Simple Queue

  • No se crean PCQ + Address List

  • No se crean PPPoE Secrets

  • No se crean Hotspot Users

  • No se generan listas, bindings, DHCP, IPv6 ni ningún elemento adicional

No se aplican reglas de corte en el router

no se conectará al router ni aplicará reglas de moroso en el firewall cuando se realicen las siguientes acciones:

  • Cortes manuales a un usuario.

  • Cortes automáticos por zona o por usuario.

  • Suspensiones manuales.

En estos casos, no se generan ni aplican reglas de corte, suspensiones o address-lists en el router.

¿Entonces qué sí hace el sistema?

Aunque no interactúa con el router, el sistema sigue funcionando para:

  • Gestión de facturación

  • Avisos y notificaciones de pago

  • Registro de estados del cliente (Activo / Suspendido)

  • Reportes, contabilidad, administración y módulos internos

  • Enviar eventos API a plataformas externas (ej. AdminOLT, SamrOLT)

El estado del cliente cambia en WispHub (por ejemplo: Activo → Suspendido), pero no afecta el router, porque el corte real se hará en la plataforma externa mediante el evento API.

Caso 2 — Sin control en el router, pero sí con configuraciones adicionales

En este escenario no se requiere que el sistema cree controles de servicio en el router, como:

  • Simple Queue
  • PCQ + Address List
  • PPPoE
  • Hotspot

Tampoco se necesita que el router aplique cortes de servicio, ya que estos se realizan desde OLT por medio del modulo eventos API en plataformas externas.

Sin embargo, sí se necesita que el sistema envíe configuraciones adicionales al Mikrotik, tales como:

  • Address List personalizados
  • Amarre IP–MAC
  • IP Bindings
  • DHCP Leases

Configuración recomendada en el sistema

  1. TIPO DE CORTE: Por address-list moroso

    No se usará para cortar en el router.

  2. Habilitar API: ON

    Esto es necesario para que el sistema pueda ejecutar las acciones API que permiten crear:

    Address Lists personalizados
    IP Bindings
    DHCP LEASES
    Amarre IP/MAC

  3. AGREGAR CLIENTE AL MIKROTIK: OFF

    Debe permanecer en OFF para evitar que el sistema genere:

    Importante:

    • Simple Queue
    • PCQ + Address List
    • Cualquier mecanismo de control de velocidad
    • Este botón solo evita queues y pcq.
    • Si el router tiene activado PPPoE o Hotspot, el sistema sí seguirá creando secrets/usuarios, ya que estos no son controles de velocidad sino métodos de autenticación.
  4. Control Simple Queue: ON

    Debe estar activado. Esto no implica que se creen Simple Queue en el router (porque “Agregar cliente al Mikrotik: OFF” los bloquea), sino que:

    •  Seguira permitiendo los módulos adicionales (Address Lists personalizados, IP Bindings, DHCP LEASES, Amarre IP/MAC) sí puedan ser enviados al router.

En resumen

TIPO DE CORTE: Por address-list moroso

Habilitar APi: ON

Agregar cliente al Mikrotik: OFF — evita que se creen queues y PCQ en el router, pero no impide la creación de secrets PPPoE/Hotspot si esos módulos están activados..

Control Simple Queue: ON

+ La configuracion adicional: Address Lists personalizados, IP Bindings, DHCP LEASES, Amarre IP/MAC

La configuración adicional que se requiera usar: (Address Lists personalizados, IP Bindings, DHCP LEASES, Amarre IP/MAC)

Para más información consulta el siguiente manual No crear Reglas de Velocidad en el Mikrotik

Después de configurar este caso, es necesario instalar las reglas de WispHub en el Mikrotik.
Aunque el corte no se realizará desde el router, estas reglas deben existir para evitar errores cuando el sistema intente ejecutar una suspensión.

Una vez instaladas:

  1. Ve a IP → Firewall → Filter y IP → Firewall → NAT.

  2. Desactiva todas las reglas instaladas por WispHub.

Esto se hace porque:

  • Si las reglas no existen, el sistema arrojará errores al intentar suspender (“regla no encontrada”).

  • Al instalarlas y luego desactivarlas, el flujo interno del sistema se mantiene intacto.

  • El sistema seguirá agregando el address-list moroso, pero sin efecto real, lo cual es correcto ya que el corte real se ejecutará mediante eventos API desde la plataforma externa.

Con esto, se evita cualquier ruptura del flujo normal del sistema y no se producen errores durante las suspensiones.

Caso 3 — Control velocidad desde OLT, autenticación PPPoE en Mikrotik y configuraciones adicionales

Este caso es ideal cuando:

  • El control de velocidad se hace exclusivamente desde la OLT.

  • El corte de servicio también se realiza en la OLT mediante plataformas externas (AdminOLT o SmartOLT).

  • El Mikrotik solo funciona como autenticador PPPoE, sin manejar velocidad ni cortes.

  • Se requieren configuraciones adicionales en el Mikrotik (Address Lists, IP Bindings, Leases, Amarre IP/MAC)

Objetivo del Caso 3

Usar el Mikrotik únicamente para:

  • Autenticar clientes PPPoE.

  • Recibir configuraciones adicionales desde el sistema.

Pero sin aplicar velocidad, sin queues y sin cortes de servicio, ya que:

  • La velocidad la controla la OLT.

  • El corte lo hace la plataforma externa por API.

Configuración recomendada en WispHub

Asegúrate de configurar estos valores:

1. Tipo de corte: Address List Moroso

Importante:
Se creará el address-list moroso pero no tendrá efecto, ya que las reglas de corte en el router estarán desactivadas.

2. Habilitar API: ON

Necesario para que el sistema pueda:

  • Enviar secrets PPPoE (lo cual es necesario)

  • Enviar address lists personalizados (opcional)

  • Enviar IP Bindings (opcional)

  • Crear DHCP Leases (opcional)

  • Aplicar amarre IP/MAC (opcional)

Sin esta opción, el Mikrotik no recibiría nada.

3. No agregar cliente al Mikrotik: OFF

Este parámetro debe estar en OFF.

Significa que NO se crearán:

  • Simple Queue

  • PCQ

  • Controles de velocidad en general

Pero permite que se creen:

  • Secrets PPPoE (porque son autenticación, no control de velocidad)

De esta manera, el Mikrotik sigue funcionando como servidor PPPoE, pero sin manejar ancho de banda.

4. Control PPPoE: ON

Este es el parámetro que debe estar activado (Obligatorio)

Para qué sirve:

  • Permite que el sistema cree automáticamente el secret PPPoE en el Mikrotik.

  • Mantiene habilitada la comunicación para las configuraciones adicionales.

Paso obligatorio: Configurar los planes PPPoE en 0k/0k

Antes de crear un cliente:

  1. Ir a Sistema > Planes de Internet > Planes PPPoE

  2. Editar el plan que se usará

  3. Cambiar:

    • Bajada: 0k

    • Subida: 0k

Esto asegura que:

  • El secret PPPoE en el Mikrotik se cree con 0k/0k

  • El control de velocidad se mantiene únicamente en la OLT

Reglas de corte en el Mikrotik (muy importante)

Aunque el sistema generará automáticamente las reglas de corte por moroso:

Deben apagarse (disable) inmediatamente después de ser creadas.

¿Por qué?

  • Para evitar romper el flujo normal 

  • Para evitar errores del sistema indicando que “no encontró las reglas”

  • Para que el corte se realice únicamente desde la OLT

  • Para que el address-list moroso exista, pero sin efecto real

Con esto:

  • El sistema seguirá agregando al cliente al address-list moroso

  • Pero no cortará nada en el Mikrotik

  • El corte real sigue siendo por API desde AdminOLT o SmartOLT

Opcional — Configuraciones adicionales permitidas

Si el administrador lo requiere, el sistema sí puede enviar estas configuraciones al Mikrotik:

  • Address Lists personalizados

  • IP Bindings

  • DHCP Leases

  • Amarre IP/MAC

Estas funciones seguirán trabajando sin afectar al control de velocidad ni al corte de servicio.

 

Uso de eventos API en plataformas externas (AdminOLT / SamrOLT)

Una vez realizada toda la configuración anterior, el siguiente paso es definir cómo deseas administrar la creación y suspensión de clientes.
Si el control del servicio se realizará desde la OLT, deberás activar y usar los eventos API de plataformas externas, como AdminOLT o SamrOLT.

Estos eventos permiten que:

  • El cliente se cree automáticamente en la OLT.

  • El servicio se suspenda y reactive directamente desde la OLT, sin intervención del router.

De esta forma, el sistema mantiene coherencia entre estados y evita depender de reglas o cortes dentro del Mikrotik.

ADMINOLT

Como primer punto, es necesario activar la opción de "Activar api personalizada". Para posterior llenar los datos del subominio (con el que se accede a AdminOLT) y token. 

Permite las acciones:

  • Desativar/Activar servicio TV (CATV): Esta acción se podrá llevar acabo siempre y cuanto nuestro cliente tenga un servicio adiconal de Televisiión y nuestra api personalizada este configurada con los siguientes parametros. 

 

  • Desactivar/Activar ONU (Internet): Para ejecutar la acción de solo suspender la ONU, el cliente deberá contar con la información del SN de la ONU en su servicio de internet y así mismo, nuestro router deberá tener el aí personalizada con el siguiente parametro. 

Desactivar/Activar ONU (Internet) y Servicio de TV (CATV)

Esta opción solo funciona para Huawei, Vsol y Tplink
  • Desactivar/Activar ONU (Internet) y Servicio de TV (CATV): Para desactivar el servicio de internet y de televisión, bastará con que nuesttro cliente tenga el servicio adiconal de television ya que en ese aparatdo se encontrará la información del SN de la ONU. Así mismo, la configuración de nuestra api personalizada deberá encontrarse de la siguiente forma: 

 

SMARTOLT

Como primer punto, es necesario activar la opción de "Activar api personalizada". Para posterior llenar los datos del subominio (con el que se accede a Smartolt) y API

Permite las acciones:

  • Desactivar/Activar CATV: Este solo se permitirá si el cliente tiene un servicio adicional y si la configuración de nuestro api se encuentra de la siguiente manera. 

  • Desactivar/Activar ONU (Internet): Para ejecutar la acción de solo suspender la ONU, el cliente deberá contar con la información del SN de la ONU en su servicio de internet y así mismo, nuestro router deberá tener el aí personalizada con el siguiente parametro. 

En Eventos API Personalizados, debe agregar su subdominio y el api key

Posterior, en la desactivación colocaría el siguiente URL, debe reemplazar los datos con los del dominio

Activar

https://REMPLAZARPORDOMINIOSMARTOLT/api/onu/bulk_enable/?metodo_wisphub=post&onus_external_ids={sn_onu}

Desactivar

https://REMPLAZARPORDOMINIOSMARTOLT/api/onu/bulk_disable/?metodo_wisphub=post&onus_external_ids={sn_onu}


6 de Mayo de 2024 a las 10:29 - Visitas: 5955

«

Versiones

Package Nombre Versión
Django 1.11.29
Python 2.7.9
allauth Allauth 0.28.0.final.0
ckeditor Ckeditor 5.3.1
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 496.000 mseg
Tiempo en CPU del sistema 24.000 mseg
Tiempo total de CPU 520.000 mseg
Tiempo transcurrido 559.648 mseg
Cambios de contexto 21 voluntario, 71 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]')]
AHKIN3_BASE_URL 'http://wifilocal.wisphub.net'
AHKIN_BEAT_HABILITADO True
ALLOWED_HOSTS ['*']
APIKEY_AHKIN_IA u'********************'
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 []
CSRF_USE_SESSIONS False
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_LOCALTIME False
EMAIL_USE_SSL False
EMAIL_USE_TLS True
EMPRESAS_BETA_IA ['megabit', 'ipcom-sistemas-sas', 'zonawifix', 'wisphub', 'wisphub2', 'wisphub3', 'gears-wifi', 'amanda-sarao', 'gears-wifib']
EMPRESAS_GRATIS_ACCESO_IA ['megabit', 'wisphub', 'wisphub2', 'wisphub3', 'gears-wifi', 'amanda-sarao', 'gears-wifib']
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_CONTIFICO 'https://api.contifico.com/sistema/api/v1'
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
FORM_RENDERER u'django.forms.renderers.DjangoTemplates'
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 {}
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', 'oxxopay']
PASSWORD_HASHERS u'********************'
PASSWORD_RESET_TIMEOUT_DAYS u'********************'
PASS_INFLUX u'********************'
PASS_INFLUX2 u'********************'
PAYPAL_BASE_URL 'https://api-m.sandbox.paypal.com'
PAYPAL_CLIENT_ID 'AcFzHq5945mBPwc_85UNeGmIKDX9IOTmdVliU4rEvUzzldT_-vtyFn40jMp10SRBfH1PG1G_LwgFrG8B'
PAYPAL_CLIENT_SECRET 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_PRELOAD 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.cobranet.io'
STRIPE_PUBLIC_KEY_USA u'********************'
STRIPE_SECRET_KEY_USA u'********************'
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_AHKIN_IA_BASE 'https://ia-dev.wisphub.net'
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.81
Cf-Ipcountry US
Cf-Ray 9e5f7ee10c3fc125-EWR
Cf-Visitor {"scheme":"https"}
Connection close
Cookie => see Request panel
Host nyc.wisphub.net
User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
X-Forwarded-For 216.73.216.81, 162.158.62.254
X-Forwarded-Proto https
X-Real-Ip 162.158.62.254

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/corte-de-seervicio-onu-internet-y-catv-664/
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'corte-de-seervicio-onu-internet-y-catv', u'664') {} ver_post_articulo

Cookies

Variable Valor
'csrftoken' 'WbfRDH485iYxcE5fE8slBnnzjQYJl46ahE56Nk6w4u2eXSGbmdN9o8kJf27p7Ty3'

Sin datos de sesión

Sin datos GET

Sin datos POST

SQL queries from 1 connection

  •   default 103.62 ms (6 consultas )
  Query Línea de tiempo Tiempo (ms) Acción
  +
0.768285611729%
0.80

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` = 'Corte de servicio de ONU (Internet y CaTV) a nivel OLT', `resumen` = '', `noticia` = '<h1 style=\"text-align: center;\">Formas de desactivar ONU</h1>\r\n\r\n<h2 id=\"onu\">1-ONU Internet</h2>\r\n\r\n<p>A trav&eacute;s de una API personalizada, se busca conectar con la plataforma externa encargada de gestionar la OLT para enviar la instrucci&oacute;n de deshabilitar la ONU. A continuaci&oacute;n, se detallan las ventajas y desventajas de este enfoque:</p>\r\n\r\n<p><strong>Ventajas:</strong></p>\r\n\r\n<ul>\r\n <li>Se bloquear&iacute;a todo el tr&aacute;fico de Internet (IPv4/IPv6) ya que la direcci&oacute;n IP WAN dejar&iacute;a de funcionar, asegurando as&iacute; la suspensi&oacute;n del servicio.</li>\r\n <li>No se necesita usar Mikrotik</li>\r\n</ul>\r\n\r\n<p><strong>Desventajas:</strong></p>\r\n\r\n<ul>\r\n <li>No se mostrar&aacute; un aviso de corte de servicio en pantalla para informar al cliente sobre la suspensi&oacute;n del servicio.</li>\r\n <li>El cliente no podra pagar servicio internet desde la plataforma&nbsp;y&nbsp;la app movil de wisphub, al menos que use una red externa de celular o Internet</li>\r\n <li>Para el corte de IPTV/Catv se deben usar API externas.</li>\r\n <li>Esta funcion solo funciona si las ONUS pertenecen a la misma marca de OLT.</li>\r\n <li>La OLT se saturara al desactivar onus masivamente y esta dejara de responder, en promedio acepta 20 conexiones telnet al mismo tiempo.</li>\r\n</ul>\r\n\r\n<h2>2-CATV</h2>\r\n\r\n<p>A trav&eacute;s de la integraci&oacute;n con de la OLT en APIs personalizadas, WispHub se conecta a la plataforma externa que gestiona las OLT para deshabilitar los puertos de CATV. Aqu&iacute; se detallan las ventajas y desventajas de este enfoque:</p>\r\n\r\n<p><strong>Ventajas:</strong></p>\r\n\r\n<ul>\r\n <li>Se deshabilitan todos los servicios&nbsp; televisi&oacute;n CATV.</li>\r\n</ul>\r\n\r\n<p><strong>Desventajas:</strong></p>\r\n\r\n<ul>\r\n <li>La suspensi&oacute;n del servicio de CATV solo es efectiva si las ONUs y OLTS son de la misma marca.</li>\r\n <li>Si el cliente usa un mino nodo &oacute;ptico para recibir la televisi&oacute;n el corte no funcioa, se recominenda retirar equipos una vez el cliente este suspendido 15 dias.&nbsp;</li>\r\n <li>&nbsp;</li>\r\n</ul>\r\n\r\n<h2 class=\"pregunta\" id=\"PREGUNTA\">Parametrizaci&oacute;n para el corte solo por&nbsp;Eventos API</h2>\r\n\r\n<p>En WispHub pueden presentarse tres casos para establecer la configuraci&oacute;n del corte por eventos api, que son necesarias tener en cuenta.</p>\r\n\r\n<h2 class=\"pregunta\" id=\"PREGUNTA1\"><strong>Caso 1 &mdash; Sin conexi&oacute;n al router y sin aplicar ninguna acci&oacute;n en Mikrotik</strong></h2>\r\n\r\n<p data-end=\"622\" data-start=\"360\">Este caso est&aacute; dise&ntilde;ado para situaciones donde <strong data-end=\"500\" data-start=\"407\">todo el control del cliente (activaci&oacute;n, suspensi&oacute;n, reconexi&oacute;n y par&aacute;metros de servicio)</strong> se realizar&aacute; exclusivamente desde <strong data-end=\"559\" data-start=\"535\">plataformas externas</strong>, como una OLT u otro sistema externo mediante <strong data-end=\"621\" data-start=\"606\">eventos API</strong>.</p>\r\n\r\n<p data-end=\"812\" data-start=\"624\">El objetivo es que <strong data-end=\"700\" data-start=\"643\">WispHub no intervenga en el router Mikrotik para nada</strong>, ni para crear clientes, ni para aplicar reglas, ni para suspender, ni para ejecutar acciones API en el router.</p>\r\n\r\n<h3 data-end=\"858\" data-start=\"814\">Configuraci&oacute;n necesaria en el sistema</h3>\r\n\r\n<ul data-end=\"1200\" data-start=\"860\">\r\n <li data-end=\"1025\" data-start=\"860\">\r\n <p data-end=\"1025\" data-start=\"862\"><strong data-end=\"880\" data-start=\"862\">TIPO DE CORTE:</strong> Corte en plataformas externas<br data-end=\"913\" data-start=\"910\" />\r\n Esto asegura que el sistema <strong data-end=\"973\" data-start=\"943\">solo enviar&aacute; el evento API</strong>, sin intentar crear ni modificar nada en el router.</p>\r\n </li>\r\n <li data-end=\"1200\" data-start=\"1027\">\r\n <p data-end=\"1200\" data-start=\"1029\"><strong data-end=\"1047\" data-start=\"1029\">HABILITAR API:</strong> OFF<br data-end=\"1054\" data-start=\"1051\" />\r\n Con esto, el sistema <strong data-end=\"1124\" data-start=\"1077\">no ejecutar&aacute; ninguna acci&oacute;n hacia el router</strong>, incluso si el cliente cambia de estado (activo, suspendido, pagado, etc.).</p>\r\n </li>\r\n</ul>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/laura%40wisphub/2025/12/03/2025-12-03_114402.png\" /></p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<h3 data-end=\"1259\" data-start=\"1207\">&iquest;Qu&eacute; sucede cuando el router est&aacute; desactivado?</h3>\r\n\r\n<p data-end=\"1355\" data-start=\"1261\">Cuando esta opci&oacute;n est&aacute; desactivada, <strong data-end=\"1342\" data-start=\"1298\">WispHub NO se conecta al router Mikrotik</strong>, por lo que:</p>\r\n\r\n<h3 data-end=\"1420\" data-start=\"1357\">&nbsp;No se crea ning&uacute;n tipo de control o servicio en el router</h3>\r\n\r\n<ul data-end=\"1626\" data-start=\"1421\">\r\n <li data-end=\"1451\" data-start=\"1421\">\r\n <p data-end=\"1451\" data-start=\"1423\">No se crean <strong data-end=\"1451\" data-start=\"1435\">Simple Queue</strong></p>\r\n </li>\r\n <li data-end=\"1488\" data-start=\"1452\">\r\n <p data-end=\"1488\" data-start=\"1454\">No se crean <strong data-end=\"1488\" data-start=\"1466\">PCQ + Address List</strong></p>\r\n </li>\r\n <li data-end=\"1520\" data-start=\"1489\">\r\n <p data-end=\"1520\" data-start=\"1491\">No se crean <strong data-end=\"1520\" data-start=\"1503\">PPPoE Secrets</strong></p>\r\n </li>\r\n <li data-end=\"1552\" data-start=\"1521\">\r\n <p data-end=\"1552\" data-start=\"1523\">No se crean <strong data-end=\"1552\" data-start=\"1535\">Hotspot Users</strong></p>\r\n </li>\r\n <li data-end=\"1626\" data-start=\"1553\">\r\n <p data-end=\"1626\" data-start=\"1555\">No se generan listas, bindings, DHCP, IPv6 ni ning&uacute;n elemento adicional</p>\r\n </li>\r\n</ul>\r\n\r\n<h3 data-end=\"1676\" data-start=\"1628\">No se aplican reglas de corte en el router</h3>\r\n\r\n<p data-end=\"196\" data-start=\"53\"><strong data-end=\"106\" data-start=\"77\">no se conectar&aacute; al router</strong> ni aplicar&aacute; reglas de <em data-end=\"137\" data-start=\"129\">moroso</em> en el firewall cuando se realicen las siguientes acciones:</p>\r\n\r\n<ul data-end=\"305\" data-start=\"198\">\r\n <li data-end=\"231\" data-start=\"198\">\r\n <p data-end=\"231\" data-start=\"200\">Cortes manuales a un usuario.</p>\r\n </li>\r\n <li data-end=\"278\" data-start=\"232\">\r\n <p data-end=\"278\" data-start=\"234\">Cortes autom&aacute;ticos por zona o por usuario.</p>\r\n </li>\r\n <li data-end=\"305\" data-start=\"279\">\r\n <p data-end=\"305\" data-start=\"281\">Suspensiones manuales.</p>\r\n </li>\r\n</ul>\r\n\r\n<p data-end=\"411\" data-start=\"307\">En estos casos, <strong data-end=\"397\" data-start=\"323\">no se generan ni aplican reglas de corte, suspensiones o address-lists</strong> en el router.</p>\r\n\r\n<h3 data-end=\"2206\" data-start=\"2167\">&iquest;Entonces qu&eacute; s&iacute; hace el sistema?</h3>\r\n\r\n<p data-end=\"2282\" data-start=\"2208\">Aunque no interact&uacute;a con el router, <strong data-end=\"2282\" data-start=\"2244\">el sistema sigue funcionando para:</strong></p>\r\n\r\n<ul data-end=\"2546\" data-start=\"2284\">\r\n <li data-end=\"2314\" data-start=\"2284\">\r\n <p data-end=\"2314\" data-start=\"2286\">Gesti&oacute;n de <strong data-end=\"2312\" data-start=\"2297\">facturaci&oacute;n</strong></p>\r\n </li>\r\n <li data-end=\"2354\" data-start=\"2315\">\r\n <p data-end=\"2354\" data-start=\"2317\"><strong data-end=\"2327\" data-start=\"2317\">Avisos</strong> y notificaciones de pago</p>\r\n </li>\r\n <li data-end=\"2412\" data-start=\"2355\">\r\n <p data-end=\"2412\" data-start=\"2357\">Registro de estados del cliente (Activo / Suspendido)</p>\r\n </li>\r\n <li data-end=\"2474\" data-start=\"2413\">\r\n <p data-end=\"2474\" data-start=\"2415\">Reportes, contabilidad, administraci&oacute;n y m&oacute;dulos internos</p>\r\n </li>\r\n <li data-end=\"2546\" data-start=\"2475\">\r\n <p data-end=\"2546\" data-start=\"2477\">Enviar <strong data-end=\"2499\" data-start=\"2484\">eventos API</strong> a plataformas externas (ej. AdminOLT, SamrOLT)</p>\r\n </li>\r\n</ul>\r\n\r\n<p data-end=\"2733\" data-start=\"2548\">El estado del cliente cambia en WispHub (por ejemplo: <em data-end=\"2623\" data-start=\"2602\">Activo &rarr; Suspendido</em>), pero <strong data-end=\"2654\" data-start=\"2631\">no afecta el router</strong>, porque el corte real se har&aacute; en la plataforma externa mediante el evento API.</p>\r\n\r\n<h2 class=\"pregunta1\" id=\"noagregarcliente\"><strong>Caso 2&nbsp;&mdash; Sin control en el router, pero s&iacute; con configuraciones adicionales</strong></h2>\r\n\r\n<div>\r\n<p>En este escenario <strong>no se requiere que el sistema cree controles de servicio</strong> en el router, como:</p>\r\n\r\n<ul>\r\n <li>Simple Queue</li>\r\n <li>PCQ + Address List</li>\r\n <li>PPPoE</li>\r\n <li>Hotspot</li>\r\n</ul>\r\n\r\n<p>Tampoco se necesita que el router aplique cortes de servicio, ya que estos se realizan desde OLT por medio del modulo eventos API en plataformas externas.</p>\r\n\r\n<p>Sin embargo, <strong>s&iacute; se necesita que el sistema env&iacute;e configuraciones adicionales al Mikrotik</strong>, tales como:</p>\r\n\r\n<ul>\r\n <li>Address List personalizados</li>\r\n <li>Amarre IP&ndash;MAC</li>\r\n <li>IP Bindings</li>\r\n <li>DHCP Leases</li>\r\n</ul>\r\n\r\n<h3>Configuraci&oacute;n recomendada en el sistema</h3>\r\n\r\n<ol>\r\n <li><strong>TIPO DE CORTE: Por address-list moroso</strong>\r\n\r\n <p class=\"note\">No se usar&aacute; para cortar en el router.</p>\r\n </li>\r\n <li>\r\n <p><strong>Habilitar API: ON</strong></p>\r\n\r\n <p>Esto es necesario para que el sistema pueda ejecutar las acciones API que permiten crear:</p>\r\n\r\n <p>Address Lists personalizados<br />\r\n IP Bindings<br />\r\n DHCP LEASES<br />\r\n Amarre IP/MAC</p>\r\n </li>\r\n <li><strong>AGREGAR CLIENTE AL MIKROTIK: OFF</strong>\r\n <p>Debe permanecer en OFF para evitar que el sistema genere:</p>\r\n\r\n <p>Importante:</p>\r\n\r\n <ul>\r\n <li>Simple Queue</li>\r\n <li>PCQ + Address List</li>\r\n <li>Cualquier mecanismo de control de velocidad</li>\r\n <li>Este bot&oacute;n solo evita queues y pcq.</li>\r\n <li>Si el router tiene activado PPPoE o Hotspot, el sistema <strong>s&iacute; seguir&aacute; creando secrets/usuarios</strong>, ya que estos no son controles de velocidad sino m&eacute;todos de autenticaci&oacute;n.</li>\r\n </ul>\r\n </li>\r\n <li><strong>Control Simple Queue: ON</strong>\r\n <p>Debe estar activado. Esto no implica que se creen Simple Queue en el router (porque &ldquo;Agregar cliente al Mikrotik: OFF&rdquo; los bloquea), sino que:</p>\r\n\r\n <ul>\r\n <li>&nbsp;Seguira permitiendo los m&oacute;dulos adicionales (Address Lists personalizados, IP Bindings, DHCP LEASES, Amarre IP/MAC) s&iacute; puedan ser enviados al router.</li>\r\n </ul>\r\n </li>\r\n</ol>\r\n\r\n<h3>En resumen</h3>\r\n\r\n<p><strong>TIPO DE CORTE: Por address-list moroso</strong></p>\r\n\r\n<p><strong>Habilitar APi: ON</strong></p>\r\n\r\n<p><strong>Agregar cliente al Mikrotik: OFF</strong> &mdash; evita que se creen queues y PCQ en el router, pero <em>no</em> impide la creaci&oacute;n de secrets PPPoE/Hotspot si esos m&oacute;dulos est&aacute;n activados..</p>\r\n\r\n<p><strong>Control Simple Queue: ON</strong></p>\r\n\r\n<p><strong>+ La configuracion adicional:&nbsp;</strong>Address Lists personalizados,&nbsp;IP Bindings, DHCP LEASES,&nbsp;Amarre IP/MAC</p>\r\n\r\n<div class=\"summary\">\r\n<p>La configuraci&oacute;n adicional que se requiera usar:<strong> (Address Lists personalizados, IP Bindings, DHCP LEASES, Amarre IP/MAC)</strong></p>\r\n</div>\r\n</div>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/laura%40wisphub/2025/12/04/2025-12-04_181845.png\" /></p>\r\n\r\n<p>Para m&aacute;s informaci&oacute;n consulta el siguiente manual&nbsp;<a href=\"https://wisphub.net/documentacion/articulo/no-crear-reglas-en-el-mikrotik-718/\">No crear Reglas de Velocidad en el Mikrotik</a></p>\r\n\r\n<p><strong>Despu&eacute;s de configurar este caso, es necesario instalar las reglas de WispHub en el Mikrotik.<br />\r\nAunque el corte no se realizar&aacute; desde el router, estas reglas deben existir para evitar errores cuando el sistema intente ejecutar una suspensi&oacute;n.</strong></p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/laura%40wisphub/2025/12/04/2025-12-04_162310.png\" /></p>\r\n\r\n<p data-end=\"429\" data-start=\"410\">Una vez instaladas:</p>\r\n\r\n<ol data-end=\"552\" data-start=\"431\">\r\n <li data-end=\"494\" data-start=\"431\">\r\n <p data-end=\"494\" data-start=\"434\">Ve a <strong data-end=\"465\" data-start=\"439\">IP &rarr; Firewall &rarr; Filter</strong> y <strong data-end=\"491\" data-start=\"468\">IP &rarr; Firewall &rarr; NAT</strong>.</p>\r\n </li>\r\n <li data-end=\"552\" data-start=\"495\">\r\n <p data-end=\"552\" data-start=\"498\"><strong data-end=\"511\" data-start=\"498\">Desactiva</strong> todas las reglas instaladas por WispHub.</p>\r\n </li>\r\n</ol>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/laura%40wisphub/2025/12/04/2025-12-04_162704.png\" /></p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/laura%40wisphub/2025/12/03/2025-12-03_120441.png\" /></p>\r\n\r\n<p data-end=\"574\" data-start=\"554\">Esto se hace porque:</p>\r\n\r\n<ul data-end=\"957\" data-start=\"576\">\r\n <li data-end=\"680\" data-start=\"576\">\r\n <p data-end=\"680\" data-start=\"578\">Si las reglas no existen, el sistema arrojar&aacute; errores al intentar suspender (&ldquo;regla no encontrada&rdquo;).</p>\r\n </li>\r\n <li data-end=\"772\" data-start=\"681\">\r\n <p data-end=\"772\" data-start=\"683\">Al instalarlas y luego desactivarlas, el flujo interno del sistema se mantiene intacto.</p>\r\n </li>\r\n <li data-end=\"957\" data-start=\"773\">\r\n <p data-end=\"957\" data-start=\"775\">El sistema seguir&aacute; agregando el <strong data-end=\"830\" data-start=\"807\">address-list moroso</strong>, pero sin efecto real, lo cual es correcto ya que el corte real se ejecutar&aacute; mediante eventos API desde la plataforma externa.</p>\r\n </li>\r\n</ul>\r\n\r\n<p data-end=\"1077\" data-start=\"959\">Con esto, se evita cualquier ruptura del flujo normal del sistema y no se producen errores durante las suspensiones.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/laura%40wisphub/2025/12/03/2025-12-03_120350.png\" /></p>\r\n\r\n<h2 id=\"caso3\" data-end=\"178\" data-start=\"81\"><strong data-end=\"178\" data-start=\"85\">Caso 3 &mdash; Control velocidad desde OLT, autenticaci&oacute;n PPPoE en Mikrotik y configuraciones adicionales</strong></h2>\r\n\r\n<p data-end=\"206\" data-start=\"180\">Este caso es ideal cuando:</p>\r\n\r\n<ul data-end=\"602\" data-start=\"208\">\r\n <li data-end=\"280\" data-start=\"208\">\r\n <p data-end=\"280\" data-start=\"210\">El <strong data-end=\"237\" data-start=\"213\">control de velocidad</strong> se hace <strong data-end=\"277\" data-start=\"246\">exclusivamente desde la OLT</strong>.</p>\r\n </li>\r\n <li data-end=\"395\" data-start=\"281\">\r\n <p data-end=\"395\" data-start=\"283\">El <strong data-end=\"307\" data-start=\"286\">corte de servicio</strong> tambi&eacute;n se realiza en la OLT mediante <strong data-end=\"370\" data-start=\"346\">plataformas externas</strong> (AdminOLT o SmartOLT).</p>\r\n </li>\r\n <li data-end=\"487\" data-start=\"396\">\r\n <p data-end=\"487\" data-start=\"398\">El Mikrotik <strong data-end=\"451\" data-start=\"410\">solo funciona como autenticador PPPoE</strong>, sin manejar velocidad ni cortes.</p>\r\n </li>\r\n <li data-end=\"602\" data-start=\"488\">\r\n <p data-end=\"602\" data-start=\"490\">Se requieren <strong data-end=\"534\" data-start=\"503\">configuraciones adicionales</strong> en el Mikrotik (Address Lists, IP Bindings, Leases, Amarre IP/MAC)</p>\r\n </li>\r\n</ul>\r\n\r\n<h3 data-end=\"637\" data-start=\"609\"><strong data-end=\"637\" data-start=\"614\">Objetivo del Caso 3</strong></h3>\r\n\r\n<p data-end=\"672\" data-start=\"639\">Usar el Mikrotik &uacute;nicamente para:</p>\r\n\r\n<ul data-end=\"762\" data-start=\"674\">\r\n <li data-end=\"704\" data-start=\"674\">\r\n <p data-end=\"704\" data-start=\"676\">Autenticar clientes PPPoE.</p>\r\n </li>\r\n <li data-end=\"762\" data-start=\"705\">\r\n <p data-end=\"762\" data-start=\"707\">Recibir configuraciones adicionales desde el sistema.</p>\r\n </li>\r\n</ul>\r\n\r\n<p data-end=\"840\" data-start=\"764\">Pero <strong data-end=\"831\" data-start=\"769\">sin aplicar velocidad, sin queues y sin cortes de servicio</strong>, ya que:</p>\r\n\r\n<ul data-end=\"936\" data-start=\"842\">\r\n <li data-end=\"882\" data-start=\"842\">\r\n <p data-end=\"882\" data-start=\"844\">La <strong data-end=\"860\" data-start=\"847\">velocidad</strong> la controla la OLT.</p>\r\n </li>\r\n <li data-end=\"936\" data-start=\"883\">\r\n <p data-end=\"936\" data-start=\"885\">El <strong data-end=\"897\" data-start=\"888\">corte</strong> lo hace la plataforma externa por API.</p>\r\n </li>\r\n</ul>\r\n\r\n<h3 data-end=\"988\" data-start=\"943\"><strong data-end=\"988\" data-start=\"948\">Configuraci&oacute;n recomendada en WispHub</strong></h3>\r\n\r\n<p data-end=\"1028\" data-start=\"990\">Aseg&uacute;rate de configurar estos valores:</p>\r\n\r\n<h3 data-end=\"1081\" data-start=\"1035\"><strong data-end=\"1081\" data-start=\"1038\">1. Tipo de corte: <em data-end=\"1079\" data-start=\"1058\">Address List Moroso</em></strong></h3>\r\n\r\n<p data-end=\"1477\" data-start=\"1333\"><strong data-end=\"1351\" data-start=\"1336\">Importante:</strong><br data-end=\"1354\" data-start=\"1351\" />\r\nSe crear&aacute; el <em data-end=\"1388\" data-start=\"1367\">address-list moroso</em> pero <strong data-end=\"1414\" data-start=\"1394\">no tendr&aacute; efecto</strong>, ya que las reglas de corte en el router estar&aacute;n desactivadas.</p>\r\n\r\n<h3 data-end=\"1511\" data-start=\"1484\"><strong data-end=\"1511\" data-start=\"1487\">2. Habilitar API: ON</strong></h3>\r\n\r\n<p data-end=\"1551\" data-start=\"1513\">Necesario para que el sistema pueda:</p>\r\n\r\n<ul data-end=\"1686\" data-start=\"1553\">\r\n <li data-end=\"1577\" data-start=\"1553\">\r\n <p data-end=\"1577\" data-start=\"1555\">Enviar secrets PPPoE (lo cual es necesario)</p>\r\n </li>\r\n <li data-end=\"1617\" data-start=\"1578\">\r\n <p data-end=\"1617\" data-start=\"1580\">Enviar address lists personalizados (opcional)</p>\r\n </li>\r\n <li data-end=\"1640\" data-start=\"1618\">\r\n <p data-end=\"1640\" data-start=\"1620\">Enviar IP Bindings&nbsp;(opcional)</p>\r\n </li>\r\n <li data-end=\"1662\" data-start=\"1641\">\r\n <p data-end=\"1662\" data-start=\"1643\">Crear DHCP Leases&nbsp;(opcional)</p>\r\n </li>\r\n <li data-end=\"1686\" data-start=\"1663\">\r\n <p data-end=\"1686\" data-start=\"1665\">Aplicar amarre IP/MAC&nbsp;(opcional)</p>\r\n </li>\r\n</ul>\r\n\r\n<p data-end=\"1739\" data-start=\"1688\">Sin esta opci&oacute;n, <strong data-end=\"1738\" data-start=\"1705\">el Mikrotik no recibir&iacute;a nada</strong>.</p>\r\n\r\n<h3 data-end=\"1791\" data-start=\"1746\"><strong data-end=\"1791\" data-start=\"1749\">3. No agregar cliente al Mikrotik: OFF</strong></h3>\r\n\r\n<p data-end=\"1830\" data-start=\"1793\">Este par&aacute;metro <strong data-end=\"1829\" data-start=\"1808\">debe estar en OFF</strong>.</p>\r\n\r\n<p data-end=\"1866\" data-start=\"1832\">Significa que <strong data-end=\"1854\" data-start=\"1848\">NO</strong> se crear&aacute;n:</p>\r\n\r\n<ul data-end=\"1930\" data-start=\"1868\">\r\n <li data-end=\"1884\" data-start=\"1868\">\r\n <p data-end=\"1884\" data-start=\"1870\">Simple Queue</p>\r\n </li>\r\n <li data-end=\"1892\" data-start=\"1885\">\r\n <p data-end=\"1892\" data-start=\"1887\">PCQ</p>\r\n </li>\r\n <li data-end=\"1930\" data-start=\"1893\">\r\n <p data-end=\"1930\" data-start=\"1895\">Controles de velocidad en general</p>\r\n </li>\r\n</ul>\r\n\r\n<p data-end=\"1965\" data-start=\"1932\">Pero <strong data-end=\"1943\" data-start=\"1937\">S&Iacute;</strong> permite que se creen:</p>\r\n\r\n<ul data-end=\"2034\" data-start=\"1967\">\r\n <li data-end=\"2034\" data-start=\"1967\">\r\n <p data-end=\"2034\" data-start=\"1969\">Secrets PPPoE (porque son autenticaci&oacute;n, no control de velocidad)</p>\r\n </li>\r\n</ul>\r\n\r\n<p data-end=\"2139\" data-start=\"2036\">De esta manera, el Mikrotik sigue funcionando como servidor PPPoE, pero <strong data-end=\"2138\" data-start=\"2108\">sin manejar ancho de banda</strong>.</p>\r\n\r\n<h3 data-end=\"2173\" data-start=\"2146\"><strong data-end=\"2173\" data-start=\"2149\">4. Control PPPoE: ON</strong></h3>\r\n\r\n<p data-end=\"2250\" data-start=\"2175\">Este es el par&aacute;metro que debe estar activado (Obligatorio)</p>\r\n\r\n<p data-end=\"2273\" data-start=\"2252\"><strong data-end=\"2271\" data-start=\"2252\">Para qu&eacute; sirve:</strong></p>\r\n\r\n<ul data-end=\"2433\" data-start=\"2274\">\r\n <li data-end=\"2357\" data-start=\"2274\">\r\n <p data-end=\"2357\" data-start=\"2276\">Permite que el sistema cree autom&aacute;ticamente el <strong data-end=\"2339\" data-start=\"2323\">secret PPPoE</strong> en el Mikrotik.</p>\r\n </li>\r\n <li data-end=\"2433\" data-start=\"2358\">\r\n <p data-end=\"2433\" data-start=\"2360\">Mantiene habilitada la comunicaci&oacute;n para las configuraciones adicionales.</p>\r\n </li>\r\n</ul>\r\n\r\n<h3 data-end=\"2654\" data-start=\"2595\"><strong>Paso obligatorio: Configurar los planes PPPoE en 0k/0k</strong></h3>\r\n\r\n<p data-end=\"2682\" data-start=\"2656\">Antes de crear un cliente:</p>\r\n\r\n<ol data-end=\"2830\" data-start=\"2684\">\r\n <li data-end=\"2741\" data-start=\"2684\">\r\n <p data-end=\"2741\" data-start=\"2687\">Ir a <strong data-end=\"2739\" data-start=\"2692\">Sistema &gt; Planes de Internet &gt; Planes PPPoE</strong></p>\r\n </li>\r\n <li data-end=\"2774\" data-start=\"2742\">\r\n <p data-end=\"2774\" data-start=\"2745\">Editar el plan que se usar&aacute;</p>\r\n </li>\r\n <li data-end=\"2830\" data-start=\"2775\">\r\n <p data-end=\"2788\" data-start=\"2778\">Cambiar:</p>\r\n\r\n <ul data-end=\"2830\" data-start=\"2792\">\r\n <li data-end=\"2810\" data-start=\"2792\">\r\n <p data-end=\"2810\" data-start=\"2794\"><strong data-end=\"2808\" data-start=\"2794\">Bajada: 0k</strong></p>\r\n </li>\r\n <li data-end=\"2830\" data-start=\"2814\">\r\n <p data-end=\"2830\" data-start=\"2816\"><strong data-end=\"2830\" data-start=\"2816\">Subida: 0k</strong></p>\r\n </li>\r\n </ul>\r\n </li>\r\n</ol>\r\n\r\n<p data-end=\"2849\" data-start=\"2832\">Esto asegura que:</p>\r\n\r\n<ul data-end=\"2970\" data-start=\"2851\">\r\n <li data-end=\"2907\" data-start=\"2851\">\r\n <p data-end=\"2907\" data-start=\"2853\">El secret PPPoE en el Mikrotik se cree con <strong data-end=\"2905\" data-start=\"2896\">0k/0k</strong></p>\r\n </li>\r\n <li data-end=\"2970\" data-start=\"2908\">\r\n <p data-end=\"2970\" data-start=\"2910\">El control de velocidad se mantiene <strong data-end=\"2970\" data-start=\"2946\">&uacute;nicamente en la OLT</strong></p>\r\n </li>\r\n</ul>\r\n\r\n<h3 data-end=\"3033\" data-start=\"2977\"><strong data-end=\"3033\" data-start=\"2982\">Reglas de corte en el Mikrotik (muy importante)</strong></h3>\r\n\r\n<p data-end=\"3109\" data-start=\"3035\">Aunque el sistema generar&aacute; autom&aacute;ticamente las reglas de corte por moroso:</p>\r\n\r\n<p data-end=\"3180\" data-start=\"3111\">Deben <strong data-end=\"3141\" data-start=\"3119\">apagarse (disable)</strong> inmediatamente despu&eacute;s de ser creadas.</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/laura%40wisphub/2025/12/04/2025-12-04_162704.png\" /></p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/laura%40wisphub/2025/12/03/2025-12-03_120441.png\" /></p>\r\n\r\n<p data-end=\"3195\" data-start=\"3182\"><strong data-end=\"3195\" data-start=\"3182\">&iquest;Por qu&eacute;?</strong></p>\r\n\r\n<ul data-end=\"3440\" data-start=\"3197\">\r\n <li data-end=\"3245\" data-start=\"3197\">\r\n <p data-end=\"3245\" data-start=\"3199\">Para evitar romper el flujo normal&nbsp;</p>\r\n </li>\r\n <li data-end=\"3320\" data-start=\"3246\">\r\n <p data-end=\"3320\" data-start=\"3248\">Para evitar errores del sistema indicando que &ldquo;no encontr&oacute; las reglas&rdquo;</p>\r\n </li>\r\n <li data-end=\"3377\" data-start=\"3321\">\r\n <p data-end=\"3377\" data-start=\"3323\">Para que el corte se realice &uacute;nicamente desde la OLT</p>\r\n </li>\r\n <li data-end=\"3440\" data-start=\"3378\">\r\n <p data-end=\"3440\" data-start=\"3380\">Para que el address-list moroso exista, pero sin efecto real</p>\r\n </li>\r\n</ul>\r\n\r\n<p data-end=\"3440\" data-start=\"3380\"><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/laura%40wisphub/2025/12/03/2025-12-03_120350.png\" /></p>\r\n\r\n<p data-end=\"3451\" data-start=\"3442\">Con esto:</p>\r\n\r\n<ul data-end=\"3628\" data-start=\"3453\">\r\n <li data-end=\"3521\" data-start=\"3453\">\r\n <p data-end=\"3521\" data-start=\"3455\">El sistema seguir&aacute; agregando al cliente al <em data-end=\"3519\" data-start=\"3498\">address-list moroso</em></p>\r\n </li>\r\n <li data-end=\"3565\" data-start=\"3522\">\r\n <p data-end=\"3565\" data-start=\"3524\">Pero <strong data-end=\"3563\" data-start=\"3529\">no cortar&aacute; nada en el Mikrotik</strong></p>\r\n </li>\r\n <li data-end=\"3628\" data-start=\"3566\">\r\n <p data-end=\"3628\" data-start=\"3568\">El corte real sigue siendo por API desde AdminOLT o SmartOLT</p>\r\n </li>\r\n</ul>\r\n\r\n<h3 data-end=\"3693\" data-start=\"3635\"><strong data-end=\"3693\" data-start=\"3640\">Opcional &mdash; Configuraciones adicionales permitidas</strong></h3>\r\n\r\n<p data-end=\"3793\" data-start=\"3695\">Si el administrador lo requiere, el sistema <strong data-end=\"3751\" data-start=\"3739\">s&iacute; puede</strong> enviar estas configuraciones al Mikrotik:</p>\r\n\r\n<ul data-end=\"3891\" data-start=\"3795\">\r\n <li data-end=\"3831\" data-start=\"3795\">\r\n <p data-end=\"3831\" data-start=\"3797\"><strong data-end=\"3829\" data-start=\"3797\">Address Lists personalizados</strong></p>\r\n </li>\r\n <li data-end=\"3851\" data-start=\"3832\">\r\n <p data-end=\"3851\" data-start=\"3834\"><strong data-end=\"3849\" data-start=\"3834\">IP Bindings</strong></p>\r\n </li>\r\n <li data-end=\"3871\" data-start=\"3852\">\r\n <p data-end=\"3871\" data-start=\"3854\"><strong data-end=\"3869\" data-start=\"3854\">DHCP Leases</strong></p>\r\n </li>\r\n <li data-end=\"3891\" data-start=\"3872\">\r\n <p data-end=\"3891\" data-start=\"3874\"><strong data-end=\"3891\" data-start=\"3874\">Amarre IP/MAC</strong></p>\r\n </li>\r\n</ul>\r\n\r\n<p data-end=\"3989\" data-start=\"3893\">Estas funciones seguir&aacute;n trabajando sin afectar al control de velocidad ni al corte de servicio.</p>\r\n\r\n<p data-end=\"3989\" data-start=\"3893\">&nbsp;</p>\r\n\r\n<h1><strong>Uso de eventos API en plataformas externas (AdminOLT / SamrOLT)</strong></h1>\r\n\r\n<p>Una vez realizada toda la configuraci&oacute;n anterior, el siguiente paso es definir <strong data-end=\"332\" data-start=\"268\">c&oacute;mo deseas administrar la creaci&oacute;n y suspensi&oacute;n de clientes</strong>.<br data-end=\"336\" data-start=\"333\" />\r\nSi el control del servicio se realizar&aacute; desde la OLT, deber&aacute;s activar y usar los <strong data-end=\"456\" data-start=\"417\">eventos API de plataformas externas</strong>, como <strong data-end=\"475\" data-start=\"463\">AdminOLT</strong> o <strong data-end=\"489\" data-start=\"478\">SamrOLT</strong>.</p>\r\n\r\n<p data-end=\"519\" data-start=\"492\">Estos eventos permiten que:</p>\r\n\r\n<ul data-end=\"673\" data-start=\"521\">\r\n <li data-end=\"574\" data-start=\"521\">\r\n <p data-end=\"574\" data-start=\"523\">El cliente se <strong data-end=\"561\" data-start=\"537\">cree autom&aacute;ticamente</strong> en la OLT.</p>\r\n </li>\r\n <li data-end=\"673\" data-start=\"575\">\r\n <p data-end=\"673\" data-start=\"577\">El servicio se <strong data-end=\"615\" data-start=\"592\">suspenda y reactive</strong> directamente desde la OLT, sin intervenci&oacute;n del router.</p>\r\n </li>\r\n</ul>\r\n\r\n<p data-end=\"793\" data-start=\"675\">De esta forma, el sistema mantiene coherencia entre estados y evita depender de reglas o cortes dentro del Mikrotik.</p>\r\n\r\n<div class=\"panel panel-info\">\r\n<h2 class=\"pregunta2\" id=\"PREGUNTA2\">ADMINOLT</h2>\r\n\r\n<p>Como primer punto, es necesario activar la opci&oacute;n de &quot;Activar api personalizada&quot;. Para posterior llenar los datos del subominio (con el que se accede a AdminOLT) y token.&nbsp;</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/laura%40wisphub/2025/09/24/2025-09-24_135607.png\" /></p>\r\n\r\n<p>Permite las acciones:</p>\r\n\r\n<ul>\r\n <li><strong>Desativar/Activar servicio TV (CATV):</strong> Esta acci&oacute;n se podr&aacute; llevar acabo siempre y cuanto nuestro cliente tenga un servicio adiconal de Televisii&oacute;n y nuestra api personalizada este configurada con los siguientes parametros.&nbsp;</li>\r\n</ul>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/marcela%40wisphub/2024/05/07/2024-05-07_103236.png\" /></p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<ul>\r\n <li><strong>Desactivar/Activar ONU (Internet): </strong>Para ejecutar la acci&oacute;n de solo suspender la ONU, el cliente deber&aacute; contar con la informaci&oacute;n del SN de la ONU en su servicio de internet y as&iacute; mismo, nuestro router deber&aacute; tener el a&iacute; personalizada con el siguiente parametro.&nbsp;</li>\r\n</ul>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/marcela%40wisphub/2024/05/07/2024-05-07_103422.png\" />​</p>\r\n\r\n<div class=\"panel panel-warning\">\r\n<div class=\"panel-heading\">\r\n<h3 class=\"panel-title\">Desactivar/Activar ONU (Internet) y Servicio de TV (CATV)</h3>\r\n</div>\r\n\r\n<div class=\"panel-body\">Esta opci&oacute;n solo funciona para Huawei, Vsol y Tplink</div>\r\n</div>\r\n\r\n<ul>\r\n <li><strong>Desactivar/Activar ONU (Internet) y Servicio de TV (CATV):&nbsp;</strong>Para desactivar el servicio de internet y de televisi&oacute;n, bastar&aacute; con que nuesttro cliente tenga el servicio adiconal de television ya que en ese aparatdo se encontrar&aacute; la informaci&oacute;n del SN de la ONU. As&iacute; mismo, la configuraci&oacute;n de nuestra api personalizada deber&aacute; encontrarse de la siguiente forma:&nbsp;</li>\r\n</ul>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/marcela%40wisphub/2024/05/07/2024-05-07_103549.png\" /></p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<h2 class=\"pregunta3\" id=\"PREGUNTA3\">SMARTOLT</h2>\r\n\r\n<p>Como primer punto, es necesario activar la opci&oacute;n de &quot;Activar api personalizada&quot;. Para posterior llenar los datos del subominio (con el que se accede a Smartolt) y API</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/laura%40wisphub/2025/09/24/2025-09-24_135734.png\" /></p>\r\n\r\n<p>Permite las acciones:</p>\r\n\r\n<ul>\r\n <li>Desactivar/Activar CATV: Este solo se permitir&aacute; si el cliente tiene un servicio adicional y si la configuraci&oacute;n de nuestro api se encuentra de la siguiente manera.&nbsp;</li>\r\n</ul>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/marcela%40wisphub/2024/05/07/2024-05-07_104623.png\" /></p>\r\n\r\n<ul>\r\n <li><strong>Desactivar/Activar ONU (Internet): </strong>Para ejecutar la acci&oacute;n de solo suspender la ONU, el cliente deber&aacute; contar con la informaci&oacute;n del SN de la ONU en su servicio de internet y as&iacute; mismo, nuestro router deber&aacute; tener el a&iacute; personalizada con el siguiente parametro.&nbsp;</li>\r\n</ul>\r\n\r\n<p>En Eventos API Personalizados, debe agregar su subdominio y el api key</p>\r\n\r\n<p>Posterior, en la desactivaci&oacute;n colocar&iacute;a el siguiente URL, debe reemplazar los datos con los del dominio</p>\r\n\r\n<p><strong>Activar</strong></p>\r\n\r\n<p>https://REMPLAZARPORDOMINIOSMARTOLT/api/onu/bulk_enable/?metodo_wisphub=post&amp;onus_external_ids={sn_onu}</p>\r\n\r\n<p><strong>Desactivar</strong></p>\r\n\r\n<p>https://REMPLAZARPORDOMINIOSMARTOLT/api/onu/bulk_disable/?metodo_wisphub=post&amp;onus_external_ids={sn_onu}</p>\r\n\r\n<p><img alt=\"\" src=\"https://wisphub.net/media/uploadsCKEditor/laura%40wisphub/2024/09/21/2024-09-21_121827.png\" /></p>\r\n</div>', `publicado` = 1, `url_seo` = 'corte-de-seervicio-onu-internet-y-catv', `meta_title` = 'Corte de servicio de ONU (Internet y CaTV)', `meta_descripcion` = '', `fecha_creado` = '2024-05-06 15:29:10', `fecha_publicacion` = '2024-05-06 15:27:57', `usuario_id` = 3523484, `visitas` = 5955, `post_id` = NULL, `parent_id` = 666 WHERE `wisp_docs_postarticle`.`id` = 664
1.88102272414%
1.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(134)
  post.save()
  +
1.71880608554%
1.78

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

  +
39.55301838%
40.98

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, 757, 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, 747, 748, 751, 753, 755, 756, 245, 758, 759, 760, 761, 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
37.1305832436%
38.47

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, 741, 230, 231, 744, 233, 234, 235, 237, 238, 637, 240, 552, 242, 246, 249, 257, 258, 555, 727, 45, 742, 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, 740, 655, 745, 357, 360, 362, 743, 365, 367, 368, 369, 370, 371, 372, 373, 374, 375, 575, 379, 380, 381, 604, 384, 576, 698, 389, 577, 746, 663, 712, 578, 400, 402, 579, 750, 752, 582, 241, 428, 754, 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
18.948283955%
19.63

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 (2486 encontrados, 20 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. ckeditor_uploader
  4. django_countries
  5. django_celery_monitor
  6. notifications
  7. rest_framework
  8. martor
  9. 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/estilos_ia.css
/var/waps/sitios/ahkin/static/css/estilos_ia.css
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
assets/javascripts/whatsapp_crminbox.js
/var/waps/sitios/ahkin/static/assets/javascripts/whatsapp_crminbox.js

django.contrib.staticfiles.finders.FileSystemFinder (936 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/CONTIFICO_LOGO.png /var/waps/sitios/ahkin/static/assets/images/CONTIFICO_LOGO.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/whatsapp_crminbox.js /var/waps/sitios/ahkin/static/assets/javascripts/whatsapp_crminbox.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/ia/llenar_informacion.js /var/waps/sitios/ahkin/static/assets/javascripts/ia/llenar_informacion.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/contifico/cuentas_bancos.js /var/waps/sitios/ahkin/static/js/contifico/cuentas_bancos.js
js/contifico/contifico.js /var/waps/sitios/ahkin/static/js/contifico/contifico.js
js/contifico/producto.js /var/waps/sitios/ahkin/static/js/contifico/producto.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/logo_onepay.png /var/waps/sitios/ahkin/static/img/logo_onepay.png
img/ic-check.svg /var/waps/sitios/ahkin/static/img/ic-check.svg
img/whatsapp.svg /var/waps/sitios/ahkin/static/img/whatsapp.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/alterpay_2.png /var/waps/sitios/ahkin/static/img/alterpay_2.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/estrella_ia2.svg /var/waps/sitios/ahkin/static/img/estrella_ia2.svg
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/estrella_ia.svg /var/waps/sitios/ahkin/static/img/estrella_ia.svg
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/logotipo_wompi.png /var/waps/sitios/ahkin/static/img/logotipo_wompi.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/crminbox_icon.svg /var/waps/sitios/ahkin/static/img/crminbox_icon.svg
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/wompi_logos_pago.jpeg /var/waps/sitios/ahkin/static/img/wompi_logos_pago.jpeg
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/boton_wompi.png /var/waps/sitios/ahkin/static/img/boton_wompi.png
img/metodos_pago_ebanx.png /var/waps/sitios/ahkin/static/img/metodos_pago_ebanx.png
img/warning-icon.png /var/waps/sitios/ahkin/static/img/warning-icon.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/WisphubCon2026_Agosto.png /var/waps/sitios/ahkin/static/img/slide/WisphubCon2026_Agosto.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/WisphubCon2026_CDMX.png /var/waps/sitios/ahkin/static/img/slide/WisphubCon2026_CDMX.png
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/pasarela_spei.png /var/waps/sitios/ahkin/static/img/tarjeta-cobranza/pasarela_spei.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_CobraNet.png /var/waps/sitios/ahkin/static/img/tarjeta-cobranza/Logo_CobraNet.png
img/tarjeta-cobranza/Logo_CobraNet_sistema.png /var/waps/sitios/ahkin/static/img/tarjeta-cobranza/Logo_CobraNet_sistema.png
img/tarjeta-cobranza/spei_logo.png /var/waps/sitios/ahkin/static/img/tarjeta-cobranza/spei_logo.png
img/tarjeta-cobranza/codi_logo.png /var/waps/sitios/ahkin/static/img/tarjeta-cobranza/codi_logo.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_SPEI.png /var/waps/sitios/ahkin/static/img/tarjeta-cobranza/logo_SPEI.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/pasarela_codi.png /var/waps/sitios/ahkin/static/img/tarjeta-cobranza/pasarela_codi.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/tarjeta-cobranza/codi-sb.png /var/waps/sitios/ahkin/static/img/tarjeta-cobranza/codi-sb.png
img/tarjeta-cobranza/pasarela_codi2.png /var/waps/sitios/ahkin/static/img/tarjeta-cobranza/pasarela_codi2.png
img/tarjeta-cobranza/Logo_CobraNet_favicon.png /var/waps/sitios/ahkin/static/img/tarjeta-cobranza/Logo_CobraNet_favicon.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/paths/get_qr_codi_cliente.yaml /var/waps/sitios/ahkin/static/yaml/api/TarjetaCobranza/paths/get_qr_codi_cliente.yaml
yaml/api/TarjetaCobranza/paths/list_tarjetas_cobranza_codi.yaml /var/waps/sitios/ahkin/static/yaml/api/TarjetaCobranza/paths/list_tarjetas_cobranza_codi.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/modal_obtener_informacion_ia.css /var/waps/sitios/ahkin/static/css/modal_obtener_informacion_ia.css
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/estilos_ia.css /var/waps/sitios/ahkin/static/css/estilos_ia.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 (1550 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-lisa/editor_ie.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/editor_ie.css
ckeditor/ckeditor/skins/moono-lisa/editor_iequirks.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/editor_iequirks.css
ckeditor/ckeditor/skins/moono-lisa/icons.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/icons.png
ckeditor/ckeditor/skins/moono-lisa/dialog_iequirks.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/dialog_iequirks.css
ckeditor/ckeditor/skins/moono-lisa/dialog_ie8.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/dialog_ie8.css
ckeditor/ckeditor/skins/moono-lisa/readme.md /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/readme.md
ckeditor/ckeditor/skins/moono-lisa/editor.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/editor.css
ckeditor/ckeditor/skins/moono-lisa/editor_gecko.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/editor_gecko.css
ckeditor/ckeditor/skins/moono-lisa/icons_hidpi.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/icons_hidpi.png
ckeditor/ckeditor/skins/moono-lisa/editor_ie8.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/editor_ie8.css
ckeditor/ckeditor/skins/moono-lisa/dialog_ie.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/dialog_ie.css
ckeditor/ckeditor/skins/moono-lisa/dialog.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/dialog.css
ckeditor/ckeditor/skins/moono-lisa/images/arrow.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/arrow.png
ckeditor/ckeditor/skins/moono-lisa/images/close.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/close.png
ckeditor/ckeditor/skins/moono-lisa/images/refresh.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/refresh.png
ckeditor/ckeditor/skins/moono-lisa/images/lock.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/lock.png
ckeditor/ckeditor/skins/moono-lisa/images/lock-open.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/lock-open.png
ckeditor/ckeditor/skins/moono-lisa/images/spinner.gif /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/spinner.gif
ckeditor/ckeditor/skins/moono-lisa/images/hidpi/close.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/hidpi/close.png
ckeditor/ckeditor/skins/moono-lisa/images/hidpi/refresh.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/hidpi/refresh.png
ckeditor/ckeditor/skins/moono-lisa/images/hidpi/lock.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/hidpi/lock.png
ckeditor/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png
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/az.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/az.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/de-ch.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/de-ch.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/es-mx.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/es-mx.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/oc.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/lang/oc.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/az.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/az.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/de-ch.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.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/es-mx.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.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/eu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eu.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/oc.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/oc.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/colordialog/dialogs/colordialog.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.css
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/CHANGELOG.md /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/CHANGELOG.md
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/skins/moono-lisa/scayt.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css
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/scayt/dialogs/dialog.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/dialogs/dialog.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/copyformatting/cursors/cursor-disabled.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg
ckeditor/ckeditor/plugins/copyformatting/cursors/cursor.svg /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/copyformatting/cursors/cursor.svg
ckeditor/ckeditor/plugins/copyformatting/styles/copyformatting.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/copyformatting/styles/copyformatting.css
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/skins/moono-lisa/wsc.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css
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/tableselection/styles/tableselection.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/tableselection/styles/tableselection.css
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/en-ca.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-ca.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/az.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/az.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/de-ch.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de-ch.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/es-mx.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es-mx.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/eu.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eu.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/en-au.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-au.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/oc.js /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/oc.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
ckeditor/ckeditor_uploader/admin_base.css /var/waps/entornos/ahkin/local/lib/python2.7/site-packages/ckeditor_uploader/static/ckeditor/ckeditor_uploader/admin_base.css
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 (4 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'Jv4oQgv1XnNlauILrKydZ84IZGpUsCma4YUD0TxpWzR2VIjH9PT1MT1SVSyAerO3'>, 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 0x7fd0d2962910>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7fd0d082ccd0>, 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 0x7fd0d201dcf8>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fd0d1d20810>>, 'ver_datos_wifi': False} {} {'listado_post': u'<<publicarqueryset of wisp_docs.Post>>', 'post': <PostArticle: Corte de servicio de ONU (Internet y CaTV) a nivel OLT>, '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'Jv4oQgv1XnNlauILrKydZ84IZGpUsCma4YUD0TxpWzR2VIjH9PT1MT1SVSyAerO3'>, 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 0x7fd0d2962910>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7fd0d082ccd0>, 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 0x7fd0d201dcf8>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fd0d1d20810>>, 'ver_datos_wifi': False} {} {'listado_post': u'<<publicarqueryset of wisp_docs.Post>>', 'post': <PostArticle: Corte de servicio de ONU (Internet y CaTV) a nivel OLT>, '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'Jv4oQgv1XnNlauILrKydZ84IZGpUsCma4YUD0TxpWzR2VIjH9PT1MT1SVSyAerO3'>, 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 0x7fd0d2962910>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7fd0d082ccd0>, 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 0x7fd0d201dcf8>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fd0d1d20810>>, 'ver_datos_wifi': False} {} {'listado_post': u'<<publicarqueryset of wisp_docs.Post>>', 'post': <PostArticle: Corte de servicio de ONU (Internet y CaTV) a nivel OLT>, 'postarticle': True}
form_whatsapp.html
/var/waps/sitios/ahkin/templates/form_whatsapp.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'Jv4oQgv1XnNlauILrKydZ84IZGpUsCma4YUD0TxpWzR2VIjH9PT1MT1SVSyAerO3'>, 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 0x7fd0d2962910>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7fd0d082ccd0>, 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 0x7fd0d201dcf8>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fd0d1d20810>>, 'ver_datos_wifi': False} {} {'listado_post': u'<<publicarqueryset of wisp_docs.Post>>', 'post': <PostArticle: Corte de servicio de ONU (Internet y CaTV) a nivel OLT>, 'postarticle': True} {}

Procesadores de contexto

django.template.context_processors.csrf
{u'csrf_token': <SimpleLazyObject: u'Jv4oQgv1XnNlauILrKydZ84IZGpUsCma4YUD0TxpWzR2VIjH9PT1MT1SVSyAerO3'>}
django.template.context_processors.debug
{u'debug': True, u'sql_queries': <function <lambda> at 0x7fd0d201dcf8>}
django.template.context_processors.request
{u'request': <WSGIRequest: GET '/documentacion/articulo/corte-de-seervicio-onu-internet-y-catv-664/'>}
django.contrib.auth.context_processors.auth
{'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7fd0d082ccd0>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fd0d1d20810>>}
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 0x7fd0d2962910>}
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, create_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.