رستوران امیران
رستوران امیران
رستوران امیران
DJDT

ورژن ها

پکیج نام ورژن
Django 4.1
Python 3.10.18
adminsortable2 Adminsortable2 2.1.1
bootstrapform Bootstrapform 3.4
ckeditor Ckeditor 6.4.2
crispy_forms Crispy_Forms 1.14.0
debug_toolbar نوار ابزار دیباگ 3.5.0
imagekit Imagekit 4.1.0
mptt mptt 0.13.4

زمان

استفاده منابع

منابع مقدار
زمان سی پی یو کاربر 141.385 msec
زمان CPU سیستم 19.360 msec
زمان کل سی پی یو 160.745 میلی ثانیه
زمان سپری شده 266.469 msec
Context switches 11 voluntary, 313 involuntary

زمان بندی مرورگر

ویژگی زمان بندی تایملاین Milliseconds since navigation start (+length)

تنظیمات از origin.settings

تنظیمات مقدار
ABSOLUTE_URL_OVERRIDES {}
ADMINS []
ALLOWED_HOSTS ('*', '127.0.0.1', 'amiranrestaurant.ir', 'www.amiranrestaurant.ir')
APPEND_SLASH True
AUTHENTICATION_BACKENDS ['django.contrib.auth.backends.ModelBackend']
AUTH_PASSWORD_VALIDATORS '********************'
AUTH_USER_MODEL 'account.User'
BASE_DIR PosixPath('/usr/src/app')
CACHES {'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'}}
CACHE_MIDDLEWARE_ALIAS 'default'
CACHE_MIDDLEWARE_KEY_PREFIX '********************'
CACHE_MIDDLEWARE_SECONDS 600
CART_PRODUCT_VARIANT_MODEL 'coffee_menu.models.Item'
CHOICES_SEPARATOR ','
CKEDITOR_BASEPATH '/static/ckeditor/ckeditor/'
CKEDITOR_BROWSE_SHOW_DIRS True
CKEDITOR_CONFIGS {'default': {'extraPlugins': 'html5video', 'skin': 'office2013', 'toolbar': 'full', 'width': 'full'}}
CKEDITOR_IMAGE_BACKEND 'pillow'
CKEDITOR_IMAGE_QUALITY 70
CKEDITOR_RESTRICT_BY_DATE True
CKEDITOR_THUMBNAIL_SIZE (800, 600)
CKEDITOR_UPLOAD_PATH 'uploads/'
CRISPY_TEMPLATE_PACK 'bootstrap4'
CSRF_COOKIE_AGE 31449600
CSRF_COOKIE_DOMAIN None
CSRF_COOKIE_HTTPONLY False
CSRF_COOKIE_MASKED False
CSRF_COOKIE_NAME 'csrftoken'
CSRF_COOKIE_PATH '/'
CSRF_COOKIE_SAMESITE 'Lax'
CSRF_COOKIE_SECURE False
CSRF_FAILURE_VIEW 'django.views.csrf.csrf_failure'
CSRF_HEADER_NAME 'HTTP_X_CSRFTOKEN'
CSRF_TRUSTED_ORIGINS ['http://127.0.0.1', 'http://amiranrestaurant.ir', 'https://amiranrestaurant.ir']
CSRF_USE_SESSIONS False
CSV_DIRECTORY PosixPath('csv')
DATABASES {'default': {'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_HEALTH_CHECKS': False, 'CONN_MAX_AGE': 0, 'ENGINE': 'django.db.backends.postgresql', 'HOST': 'database', 'NAME': 'amiranrestaurant', 'OPTIONS': {}, 'PASSWORD': '********************', 'PORT': '', 'TEST': {'CHARSET': None, 'COLLATION': None, 'MIGRATE': True, 'MIRROR': None, 'NAME': None}, 'TIME_ZONE': None, 'USER': 'root'}}
DATABASE_ROUTERS []
DATA_UPLOAD_MAX_MEMORY_SIZE 2621440
DATA_UPLOAD_MAX_NUMBER_FIELDS 1000
DATETIME_FORMAT 'N j, Y, P'
DATETIME_INPUT_FORMATS ['%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%M:%S.%f', '%Y-%m-%d %H:%M', '%m/%d/%Y %H:%M:%S', '%m/%d/%Y %H:%M:%S.%f', '%m/%d/%Y %H:%M', '%m/%d/%y %H:%M:%S', '%m/%d/%y %H:%M:%S.%f', '%m/%d/%y %H:%M']
DATE_FORMAT 'N j, Y'
DATE_INPUT_FORMATS ['%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', '%b %d %Y', '%b %d, %Y', '%d %b %Y', '%d %b, %Y', '%B %d %Y', '%B %d, %Y', '%d %B %Y', '%d %B, %Y']
DEBUG True
DEBUG_PROPAGATE_EXCEPTIONS False
DECIMAL_SEPARATOR '.'
DEFAULT_AUTO_FIELD 'django.db.models.BigAutoField'
DEFAULT_AVATAR_PATH '/static/defaults/user_profile.png'
DEFAULT_CHARSET 'utf-8'
DEFAULT_EXCEPTION_REPORTER 'django.views.debug.ExceptionReporter'
DEFAULT_EXCEPTION_REPORTER_FILTER 'django.views.debug.SafeExceptionReporterFilter'
DEFAULT_FILE_STORAGE 'django.core.files.storage.FileSystemStorage'
DEFAULT_FROM_EMAIL 'webmaster@localhost'
DEFAULT_INDEX_TABLESPACE ''
DEFAULT_SURVEY_PUBLISHING_DURATION 7
DEFAULT_TABLESPACE ''
DISALLOWED_USER_AGENTS []
EMAIL_BACKEND 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST 'localhost'
EMAIL_HOST_PASSWORD '********************'
EMAIL_HOST_USER ''
EMAIL_PORT 25
EMAIL_SSL_CERTFILE None
EMAIL_SSL_KEYFILE '********************'
EMAIL_SUBJECT_PREFIX '[Django] '
EMAIL_TIMEOUT None
EMAIL_USE_LOCALTIME False
EMAIL_USE_SSL False
EMAIL_USE_TLS False
EXCEL_COMPATIBLE_CSV False
FILE_UPLOAD_DIRECTORY_PERMISSIONS None
FILE_UPLOAD_HANDLERS ['django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler']
FILE_UPLOAD_MAX_MEMORY_SIZE 2621440
FILE_UPLOAD_PERMISSIONS 420
FILE_UPLOAD_TEMP_DIR None
FIRST_DAY_OF_WEEK 0
FIXTURE_DIRS []
FORCE_SCRIPT_NAME None
FORMAT_MODULE_PATH None
FORM_RENDERER 'django.forms.renderers.DjangoTemplates'
IGNORABLE_404_URLS []
IMAGEKIT_CACHEFILE_DIR 'CACHE/images'
IMAGEKIT_CACHEFILE_NAMER 'imagekit.cachefiles.namers.hash'
IMAGEKIT_CACHE_BACKEND 'default'
IMAGEKIT_CACHE_PREFIX 'imagekit:'
IMAGEKIT_CACHE_TIMEOUT 300
IMAGEKIT_DEFAULT_CACHEFILE_BACKEND 'imagekit.cachefiles.backends.Simple'
IMAGEKIT_DEFAULT_CACHEFILE_STRATEGY 'imagekit.cachefiles.strategies.JustInTime'
IMAGEKIT_DEFAULT_FILE_STORAGE 'django.core.files.storage.FileSystemStorage'
IMAGEKIT_SPEC_CACHEFILE_NAMER 'imagekit.cachefiles.namers.source_name_as_path'
IMAGEKIT_USE_MEMCACHED_SAFE_CACHE_KEY '********************'
INSTALLED_APPS ['admin_interface', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.sitemaps', 'django.contrib.humanize', 'django.contrib.postgres', 'jalali_date', 'utils.apps.UtilsConfig', 'account.apps.AccountConfig', 'setting.apps.SettingConfig', 'flatpages.apps.FlatPagesConfig', 'pages.apps.PagesConfig', 'menu.apps.MenuConfig', 'faqs.apps.FaqsConfig', 'contact_us.apps.ContactUsConfig', 'seo.apps.SeoConfig', 'redirects.apps.RedirectsConfig', 'robots.apps.RobotsConfig', 'blog.apps.BlogConfig', 'search.apps.SearchConfig', 'products.apps.ProductsConfig', 'recruitment.apps.RecruitmentConfig', 'shortener.apps.ShortenerConfig', 'autosave.apps.AutosaveConfig', 'comment.apps.CommentConfig', 'representation_request.apps.RepresentationRequestConfig', 'wp_convertor.apps.WpConvertorConfig', 'team.apps.TeamConfig', 'coffee_menu.apps.CoffeeMenuConfig', 'mptt', 'imagekit', 'ckeditor', 'ckeditor_uploader', 'crispy_forms', 'colorfield', 'adminsortable2', 'smart_selects', 'dynamic_raw_id', 'debug_toolbar', 'bootstrapform', 'survey']
INTERNAL_IPS ['127.0.0.1']
JALALI_DATE_DEFAULTS {'Static': {'css': {'all': ['admin/jquery.ui.datepicker.jalali/themes/base/jquery-ui.min.css']}, 'js': ['admin/js/django_jalali.min.js']}, 'Strftime': {'date': '%y/%m/%d', 'datetime': '%H:%M:%S _ %y/%m/%d'}}
LANGUAGES [('fa', 'فارسی')]
LANGUAGES_BIDI ['he', 'ar', 'ar-dz', 'fa', 'ur']
LANGUAGE_CODE 'fa-ir'
LANGUAGE_COOKIE_AGE None
LANGUAGE_COOKIE_DOMAIN None
LANGUAGE_COOKIE_HTTPONLY False
LANGUAGE_COOKIE_NAME 'django_language'
LANGUAGE_COOKIE_PATH '/'
LANGUAGE_COOKIE_SAMESITE None
LANGUAGE_COOKIE_SECURE False
LOCALE_PATHS ['/usr/src/app/locale']
LOGGING {}
LOGGING_CONFIG 'logging.config.dictConfig'
LOGIN_REDIRECT_URL '/accounts/profile/'
LOGIN_URL '/accounts/login/'
LOGOUT_REDIRECT_URL None
MANAGERS []
MAX_CONN_AGE 0
MEDIA_ROOT '/usr/src/app/media'
MEDIA_URL '/media/'
MESSAGE_STORAGE 'django.contrib.messages.storage.fallback.FallbackStorage'
MESSAGE_TAGS {25: 'alert alert-success', 40: 'alert 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', 'debug_toolbar.middleware.DebugToolbarMiddleware', 'utils.middlewares.RedirectToNonWww', 'redirects.middleware.RedirectFallbackMiddleware', 'django.middleware.locale.LocaleMiddleware']
MIGRATION_MODULES {}
MONTH_DAY_FORMAT 'F j'
NUMBER_GROUPING 0
PAGINATION_SETTINGS {'MARGIN_PAGES_DISPLAYED': 1, 'PAGE_RANGE_DISPLAYED': 5, 'SHOW_FIRST_PAGE_WHEN_INVALID': False}
PASSWORD_HASHERS '********************'
PASSWORD_RESET_TIMEOUT '********************'
PHONENUMBER_DB_FORMAT 'E164'
PHONENUMBER_DEFAULT_FORMAT 'NATIONAL'
PHONENUMBER_DEFAULT_REGION 'IR'
PREPEND_WWW False
ROBOTS_USE_SCHEME_IN_HOST False
ROBOTS_USE_SITEMAP True
ROOT_URLCONF 'origin.urls'
SECRET_KEY '********************'
SECRET_KEY_FALLBACKS '********************'
SECURE_CONTENT_TYPE_NOSNIFF True
SECURE_CROSS_ORIGIN_OPENER_POLICY 'same-origin'
SECURE_HSTS_INCLUDE_SUBDOMAINS False
SECURE_HSTS_PRELOAD False
SECURE_HSTS_SECONDS 0
SECURE_PROXY_SSL_HEADER ('HTTP_X_FORWARDED_PROTO', 'https')
SECURE_REDIRECT_EXEMPT []
SECURE_REFERRER_POLICY 'same-origin'
SECURE_SSL_HOST None
SECURE_SSL_REDIRECT False
SERVER_EMAIL 'root@localhost'
SESSION_CACHE_ALIAS 'default'
SESSION_COOKIE_AGE 1209600
SESSION_COOKIE_DOMAIN None
SESSION_COOKIE_HTTPONLY True
SESSION_COOKIE_NAME 'sessionid'
SESSION_COOKIE_PATH '/'
SESSION_COOKIE_SAMESITE 'Lax'
SESSION_COOKIE_SECURE False
SESSION_ENGINE 'django.contrib.sessions.backends.db'
SESSION_EXPIRE_AT_BROWSER_CLOSE False
SESSION_FILE_PATH None
SESSION_SAVE_EVERY_REQUEST False
SESSION_SERIALIZER 'django.contrib.sessions.serializers.JSONSerializer'
SETTINGS_MODULE 'origin.settings'
SHORT_DATETIME_FORMAT 'm/d/Y P'
SHORT_DATE_FORMAT 'm/d/Y'
SIGNING_BACKEND 'django.core.signing.TimestampSigner'
SILENCED_SYSTEM_CHECKS ['security.W019']
SITE_URL 'amiranrestaurant.ir'
STATICFILES_DIRS ['/usr/src/app/static', 'static/']
STATICFILES_FINDERS ['django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder']
STATICFILES_STORAGE 'django.contrib.staticfiles.storage.StaticFilesStorage'
STATIC_ROOT '/usr/src/app/staticfiles'
STATIC_URL '/static/'
SURVEY_DEFAULT_PIE_COLOR 'red!50'
TEMPLATES [{'APP_DIRS': True, 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [PosixPath('/usr/src/app/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', 'setting.context_processors.global_settings', 'menu.context_processors.menu', 'coffee_menu.context_processor.cart_unique_count']}}]
TEST_NON_SERIALIZED_APPS []
TEST_RUNNER 'django.test.runner.DiscoverRunner'
TEX_CONFIGURATION_FILE PosixPath('/usr/src/app/survey/doc/example_conf.yaml')
TEX_DIRECTORY PosixPath('tex')
THOUSAND_SEPARATOR ','
TIME_FORMAT 'P'
TIME_INPUT_FORMATS ['%H:%M:%S', '%H:%M:%S.%f', '%H:%M']
TIME_ZONE 'UTC'
USER_DID_NOT_ANSWER 'Left blank'
USE_DEPRECATED_PYTZ False
USE_DJANGO_JQUERY True
USE_I18N True
USE_L10N True
USE_THOUSAND_SEPARATOR False
USE_TZ True
USE_X_FORWARDED_HOST True
USE_X_FORWARDED_PORT False
WSGI_APPLICATION 'origin.wsgi.application'
X_FRAME_OPTIONS 'SAMEORIGIN'
YEAR_MONTH_FORMAT 'F Y'

هدر ها

هدر های ریکوئست

کلید مقدار
Accept */*
Accept-Encoding gzip, br, zstd, deflate
Connection close
Host amiranrestaurant.ir
Referer https://amiranrestaurant.ir/resturant
User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
X-Forwarded-For 216.73.216.183, 172.21.163.3
X-Forwarded-Host amiranrestaurant.ir
X-Forwarded-Port 80
X-Forwarded-Proto https
X-Real-Ip 172.21.163.3

هدر های ریسپانس

کلید مقدار
Content-Language fa
Content-Type text/html; charset=utf-8
Vary Accept-Language

محیط WSGI

از آنجا که محیط WSGI محیط سرور را به ارث می برد ، فقط یک زیر مجموعه مهم در زیر نشان داده شده است.

کلید مقدار
PATH_INFO /resturant/
QUERY_STRING
REMOTE_ADDR 127.0.0.1
REQUEST_METHOD GET
SCRIPT_NAME
SERVER_NAME 127.0.0.1
SERVER_PORT 8000
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE gunicorn/23.0.0

ریکوئست

اطلاعات View

تابع Viw آرگومان ها آرگومان های کیورد نام URL
coffee_menu.views.menu () {} coffee:menu

کوکی ای وجود ندارد

دیتای سشن وجود ندارد

دیتای GET وجود ندارد

دیتای POST وجود ندارد

SQL queries from 1 connection

  • default 6.90 ms (4 queries )
کوئری تایملاین زمان (میلی ثانیه) عمل
SELECT "coffee_menu_category"."id",
       "coffee_menu_category"."created",
       "coffee_menu_category"."updated",
       "coffee_menu_category"."slug",
       "coffee_menu_category"."page_display_status",
       "coffee_menu_category"."search_engine_title",
       "coffee_menu_category"."search_engine_description",
       "coffee_menu_category"."search_engine_keywords",
       "coffee_menu_category"."canonical_link",
       "coffee_menu_category"."description",
       "coffee_menu_category"."content",
       "coffee_menu_category"."parent_id",
       "coffee_menu_category"."name",
       "coffee_menu_category"."short_description",
       "coffee_menu_category"."image",
       "coffee_menu_category"."lft",
       "coffee_menu_category"."rght",
       "coffee_menu_category"."tree_id",
       "coffee_menu_category"."level"
  FROM
"coffee_menu_category"
 ORDER BY
"coffee_menu_category"."tree_id" ASC, "coffee_menu_category"."lft" ASC
SELECT ••• FROM "coffee_menu_category" ORDER BY "coffee_menu_category"."tree_id" ASC, "coffee_menu_category"."lft" ASC
3.00

کانکشن: default

وضعیت تراکنش IDLE

/usr/local/bin/gunicorn in <module>(7)
  sys.exit(run())

/usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
  super().run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
  Arbiter(self).run()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
  self.manage_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
  self.spawn_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
  self.spawn_worker()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
  worker.init_process()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
  self.run()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
  self.run_for_one(timeout)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
  self.accept(listener)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
  self.handle(listener, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
  respiter = self.wsgi(environ, resp.start_response)

/usr/src/app/utils/middlewares.py in __call__(10)
  response = self.get_response(request)

/usr/src/app/coffee_menu/views.py in menu(17)
  for category in Category.objects.all():

SELECT "setting_siteglobalsetting"."id",
       "setting_siteglobalsetting"."created",
       "setting_siteglobalsetting"."updated",
       "setting_siteglobalsetting"."name",
       "setting_siteglobalsetting"."slogan",
       "setting_siteglobalsetting"."copyright",
       "setting_siteglobalsetting"."logo",
       "setting_siteglobalsetting"."favicon",
       "setting_siteglobalsetting"."main_banner",
       "setting_siteglobalsetting"."phone",
       "setting_siteglobalsetting"."fax",
       "setting_siteglobalsetting"."email",
       "setting_siteglobalsetting"."address",
       "setting_siteglobalsetting"."map"
  FROM
"setting_siteglobalsetting"
 ORDER BY
"setting_siteglobalsetting"."id" DESC
 LIMIT
1
SELECT ••• FROM "setting_siteglobalsetting" ORDER BY "setting_siteglobalsetting"."id" DESC LIMIT 1
1.31

کانکشن: default

وضعیت تراکنش IDLE

/usr/local/bin/gunicorn in <module>(7)
  sys.exit(run())

/usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
  super().run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
  Arbiter(self).run()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
  self.manage_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
  self.spawn_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
  self.spawn_worker()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
  worker.init_process()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
  self.run()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
  self.run_for_one(timeout)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
  self.accept(listener)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
  self.handle(listener, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
  respiter = self.wsgi(environ, resp.start_response)

/usr/src/app/utils/middlewares.py in __call__(10)
  response = self.get_response(request)

/usr/src/app/coffee_menu/views.py in menu(20)
  return render(request, 'coffee_menu/pages/ViewMenuItems.html', context)

/usr/local/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/usr/local/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(62)
  return self.template.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(173)
  with context.bind_template(self):

/usr/local/lib/python3.10/contextlib.py in __enter__(135)
  return next(self.gen)

/usr/src/app/setting/context_processors.py in global_settings(8)
  _global_settings = SiteGlobalSetting.objects.last()

SELECT "setting_socialmediasetting"."id",
       "setting_socialmediasetting"."created",
       "setting_socialmediasetting"."updated",
       "setting_socialmediasetting"."name",
       "setting_socialmediasetting"."username_or_id",
       "setting_socialmediasetting"."icon",
       "setting_socialmediasetting"."icon_background_color",
       "setting_socialmediasetting"."link"
  FROM
"setting_socialmediasetting"
SELECT ••• FROM "setting_socialmediasetting"
0.82

کانکشن: default

وضعیت تراکنش IDLE

/usr/local/bin/gunicorn in <module>(7)
  sys.exit(run())

/usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
  super().run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
  Arbiter(self).run()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
  self.manage_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
  self.spawn_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
  self.spawn_worker()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
  worker.init_process()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
  self.run()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
  self.run_for_one(timeout)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
  self.accept(listener)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
  self.handle(listener, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
  respiter = self.wsgi(environ, resp.start_response)

/usr/src/app/utils/middlewares.py in __call__(10)
  response = self.get_response(request)

/usr/src/app/coffee_menu/views.py in menu(20)
  return render(request, 'coffee_menu/pages/ViewMenuItems.html', context)

/usr/local/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/usr/local/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(62)
  return self.template.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(111)
  return self.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(111)
  return self.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(321)
  if match:

37 </div>
38 <div class="col-2 d-flex justify-content-end p-0">
39
40 {% if socials %}
41 <button class="btn btn-link btn-44 " id="navbarDropdownUser" href="#" role="button"
42 data-toggle="dropdown"
43 aria-haspopup="true" aria-expanded="true">
44 <i class="fad fa-ellipsis-v fa-lg"></i>

/usr/src/app/coffee_menu/templates/coffee_menu/base.html

SELECT "django_redirect"."id",
       "django_redirect"."created",
       "django_redirect"."updated",
       "django_redirect"."category_id",
       "django_redirect"."old_path",
       "django_redirect"."new_path",
       "django_redirect"."enable"
  FROM
"django_redirect"
 WHERE
("django_redirect"."enable" AND "django_redirect"."old_path" = '/resturant/')
 LIMIT
21
SELECT ••• FROM "django_redirect" WHERE ("django_redirect"."enable" AND "django_redirect"."old_path" = '/resturant/') LIMIT 21
1.78

کانکشن: default

وضعیت تراکنش IDLE

/usr/local/bin/gunicorn in <module>(7)
  sys.exit(run())

/usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
  super().run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
  Arbiter(self).run()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
  self.manage_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
  self.spawn_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
  self.spawn_worker()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
  worker.init_process()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
  self.run()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
  self.run_for_one(timeout)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
  self.accept(listener)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
  self.handle(listener, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
  respiter = self.wsgi(environ, resp.start_response)

/usr/src/app/utils/middlewares.py in __call__(10)
  response = self.get_response(request)

/usr/src/app/redirects/middleware.py in process_response(24)
  r = Redirect.objects.get(old_path=unquote(full_path), enable=True)

Static files (2313 found, 7 used)

Static file paths

  1. /usr/src/app/static
  2. static

Static file apps

  1. admin_interface
  2. django.contrib.admin
  3. jalali_date
  4. utils
  5. account
  6. menu
  7. blog
  8. recruitment
  9. autosave
  10. coffee_menu
  11. mptt
  12. ckeditor
  13. ckeditor_uploader
  14. colorfield
  15. adminsortable2
  16. smart_selects
  17. dynamic_raw_id
  18. debug_toolbar
  19. survey

Static files

coffee_menu/assets/bundle/css/bundle.min.css
/usr/src/app/coffee_menu/static/coffee_menu/assets/bundle/css/bundle.min.css
coffee_menu/assets/css/style-maroon.min.css
/usr/src/app/coffee_menu/static/coffee_menu/assets/css/style-maroon.min.css
coffee_menu/images/default/menu_header.jpeg
/usr/src/app/coffee_menu/static/coffee_menu/images/default/menu_header.jpeg
coffee_menu/assets/bundle/js/bundle.min.js
/usr/src/app/coffee_menu/static/coffee_menu/assets/bundle/js/bundle.min.js
coffee_menu/assets/js/search.min.js
/usr/src/app/coffee_menu/static/coffee_menu/assets/js/search.min.js
coffee_menu/assets/js/cart.js
/usr/src/app/coffee_menu/static/coffee_menu/assets/js/cart.js
coffee_menu/assets/js/search.min.js
/usr/src/app/coffee_menu/static/coffee_menu/assets/js/search.min.js

django.contrib.staticfiles.finders.FileSystemFinder (792 files)

Path مکان
admin_interface/css/custom_style.css /usr/src/app/static/admin_interface/css/custom_style.css
admin_interface/js/fix_ui.js /usr/src/app/static/admin_interface/js/fix_ui.js
ckeditor/ckeditor/config.js /usr/src/app/static/ckeditor/ckeditor/config.js
ckeditor/ckeditor/contents.css /usr/src/app/static/ckeditor/ckeditor/contents.css
ckeditor/ckeditor/plugins/html5video/plugin.js /usr/src/app/static/ckeditor/ckeditor/plugins/html5video/plugin.js
ckeditor/ckeditor/plugins/html5video/dialogs/html5video.js /usr/src/app/static/ckeditor/ckeditor/plugins/html5video/dialogs/html5video.js
ckeditor/ckeditor/plugins/html5video/icons/html5video.png /usr/src/app/static/ckeditor/ckeditor/plugins/html5video/icons/html5video.png
ckeditor/ckeditor/plugins/html5video/lang/en.js /usr/src/app/static/ckeditor/ckeditor/plugins/html5video/lang/en.js
ckeditor/ckeditor/skins/office2013/dialog.css /usr/src/app/static/ckeditor/ckeditor/skins/office2013/dialog.css
ckeditor/ckeditor/skins/office2013/editor.css /usr/src/app/static/ckeditor/ckeditor/skins/office2013/editor.css
ckeditor/ckeditor/skins/office2013/icons.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/icons.png
ckeditor/ckeditor/skins/office2013/icons_hidpi.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/icons_hidpi.png
ckeditor/ckeditor/skins/office2013/skin.js /usr/src/app/static/ckeditor/ckeditor/skins/office2013/skin.js
ckeditor/ckeditor/skins/office2013/images/arrow.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/images/arrow.png
ckeditor/ckeditor/skins/office2013/images/close.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/images/close.png
ckeditor/ckeditor/skins/office2013/images/lock-open.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/images/lock-open.png
ckeditor/ckeditor/skins/office2013/images/lock.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/images/lock.png
ckeditor/ckeditor/skins/office2013/images/refresh.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/images/refresh.png
ckeditor/ckeditor/skins/office2013/images/hidpi/close.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/images/hidpi/close.png
ckeditor/ckeditor/skins/office2013/images/hidpi/lock-open.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/images/hidpi/lock-open.png
ckeditor/ckeditor/skins/office2013/images/hidpi/lock.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/images/hidpi/lock.png
ckeditor/ckeditor/skins/office2013/images/hidpi/refresh.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/images/hidpi/refresh.png
defaults/default.png /usr/src/app/static/defaults/default.png
defaults/page_default.jpg /usr/src/app/static/defaults/page_default.jpg
defaults/user_profile.png /usr/src/app/static/defaults/user_profile.png
mptt/disclosure-left-black.png /usr/src/app/static/mptt/disclosure-left-black.png
mptt/draggable-admin.css /usr/src/app/static/mptt/draggable-admin.css
origin/_next/static/css/45b3359d92cdc794.css /usr/src/app/static/origin/_next/static/css/45b3359d92cdc794.css
origin/_next/static/css/9fba33170f73cae2.css /usr/src/app/static/origin/_next/static/css/9fba33170f73cae2.css
origin/_next/static/css/fonts/fa-light-300.woff /usr/src/app/static/origin/_next/static/css/fonts/fa-light-300.woff
origin/_next/static/css/fonts/fa-solid-900.woff /usr/src/app/static/origin/_next/static/css/fonts/fa-solid-900.woff
origin/_next/static/css/fonts/iransans/iransansweb.woff /usr/src/app/static/origin/_next/static/css/fonts/iransans/iransansweb.woff
origin/_next/static/css/fonts/iransans/iransansweb_bold.woff /usr/src/app/static/origin/_next/static/css/fonts/iransans/iransansweb_bold.woff
origin/_next/static/css/fonts/iransans/iransansweb_medium.woff /usr/src/app/static/origin/_next/static/css/fonts/iransans/iransansweb_medium.woff
origin/_next/static/css/fonts/zilinkicon/zilinkicon2.10.0.ttf /usr/src/app/static/origin/_next/static/css/fonts/zilinkicon/zilinkicon2.10.0.ttf
origin/_next/static/css/fonts/zilinkicon/zilinkicon2.10.0.woff /usr/src/app/static/origin/_next/static/css/fonts/zilinkicon/zilinkicon2.10.0.woff
origin/css/68a2o (2).css /usr/src/app/static/origin/css/68a2o (2).css
origin/css/68a2o (3).css /usr/src/app/static/origin/css/68a2o (3).css
origin/css/68a2o (4).css /usr/src/app/static/origin/css/68a2o (4).css
origin/css/68a2o (5).css /usr/src/app/static/origin/css/68a2o (5).css
origin/css/68a2o (6).css /usr/src/app/static/origin/css/68a2o (6).css
origin/css/68a2o (7).css /usr/src/app/static/origin/css/68a2o (7).css
origin/css/68a2o (8).css /usr/src/app/static/origin/css/68a2o (8).css
origin/css/68a2o.css /usr/src/app/static/origin/css/68a2o.css
origin/css/6bw3s.css /usr/src/app/static/origin/css/6bw3s.css
origin/css/font-awesome-5.min.css /usr/src/app/static/origin/css/font-awesome-5.min.css
origin/css/elementor/css/custom-frontend.min.css /usr/src/app/static/origin/css/elementor/css/custom-frontend.min.css
origin/css/elementor/css/global.css /usr/src/app/static/origin/css/elementor/css/global.css
origin/css/elementor/css/post-1042.css /usr/src/app/static/origin/css/elementor/css/post-1042.css
origin/css/elementor/css/post-1149.css /usr/src/app/static/origin/css/elementor/css/post-1149.css
origin/css/elementor/css/post-1261.css /usr/src/app/static/origin/css/elementor/css/post-1261.css
origin/css/elementor/css/post-13.css /usr/src/app/static/origin/css/elementor/css/post-13.css
origin/css/elementor/css/post-1306.css /usr/src/app/static/origin/css/elementor/css/post-1306.css
origin/css/elementor/css/post-1343.css /usr/src/app/static/origin/css/elementor/css/post-1343.css
origin/css/elementor/css/post-1406.css /usr/src/app/static/origin/css/elementor/css/post-1406.css
origin/css/elementor/css/post-1423.css /usr/src/app/static/origin/css/elementor/css/post-1423.css
origin/css/elementor/css/post-1428.css /usr/src/app/static/origin/css/elementor/css/post-1428.css
origin/css/elementor/css/post-1492.css /usr/src/app/static/origin/css/elementor/css/post-1492.css
origin/css/elementor/css/post-1599.css /usr/src/app/static/origin/css/elementor/css/post-1599.css
origin/css/elementor/css/post-1626.css /usr/src/app/static/origin/css/elementor/css/post-1626.css
origin/css/elementor/css/post-1630.css /usr/src/app/static/origin/css/elementor/css/post-1630.css
origin/css/elementor/css/post-1650.css /usr/src/app/static/origin/css/elementor/css/post-1650.css
origin/css/elementor/css/post-1657.css /usr/src/app/static/origin/css/elementor/css/post-1657.css
origin/css/elementor/css/post-1675.css /usr/src/app/static/origin/css/elementor/css/post-1675.css
origin/css/elementor/css/post-1843.css /usr/src/app/static/origin/css/elementor/css/post-1843.css
origin/css/elementor/css/post-1847.css /usr/src/app/static/origin/css/elementor/css/post-1847.css
origin/css/elementor/css/post-231.css /usr/src/app/static/origin/css/elementor/css/post-231.css
origin/css/elementor/css/post-2617.css /usr/src/app/static/origin/css/elementor/css/post-2617.css
origin/css/elementor/css/post-2656.css /usr/src/app/static/origin/css/elementor/css/post-2656.css
origin/css/elementor/css/post-2666.css /usr/src/app/static/origin/css/elementor/css/post-2666.css
origin/css/elementor/css/post-2682.css /usr/src/app/static/origin/css/elementor/css/post-2682.css
origin/css/elementor/css/post-2687.css /usr/src/app/static/origin/css/elementor/css/post-2687.css
origin/css/elementor/css/post-2840.css /usr/src/app/static/origin/css/elementor/css/post-2840.css
origin/css/elementor/css/post-2848.css /usr/src/app/static/origin/css/elementor/css/post-2848.css
origin/css/elementor/css/post-2854.css /usr/src/app/static/origin/css/elementor/css/post-2854.css
origin/css/elementor/css/post-2877.css /usr/src/app/static/origin/css/elementor/css/post-2877.css
origin/css/elementor/css/post-2880.css /usr/src/app/static/origin/css/elementor/css/post-2880.css
origin/css/elementor/css/post-31.css /usr/src/app/static/origin/css/elementor/css/post-31.css
origin/css/elementor/css/post-3226.css /usr/src/app/static/origin/css/elementor/css/post-3226.css
origin/css/elementor/css/post-3353.css /usr/src/app/static/origin/css/elementor/css/post-3353.css
origin/css/elementor/css/post-3359.css /usr/src/app/static/origin/css/elementor/css/post-3359.css
origin/css/elementor/css/post-3399.css /usr/src/app/static/origin/css/elementor/css/post-3399.css
origin/css/elementor/css/post-3564.css /usr/src/app/static/origin/css/elementor/css/post-3564.css
origin/css/elementor/css/post-3578.css /usr/src/app/static/origin/css/elementor/css/post-3578.css
origin/css/elementor/css/post-3583.css /usr/src/app/static/origin/css/elementor/css/post-3583.css
origin/css/elementor/css/post-3594.css /usr/src/app/static/origin/css/elementor/css/post-3594.css
origin/css/elementor/css/post-365.css /usr/src/app/static/origin/css/elementor/css/post-365.css
origin/css/elementor/css/post-368.css /usr/src/app/static/origin/css/elementor/css/post-368.css
origin/css/elementor/css/post-374.css /usr/src/app/static/origin/css/elementor/css/post-374.css
origin/css/elementor/css/post-3742.css /usr/src/app/static/origin/css/elementor/css/post-3742.css
origin/css/elementor/css/post-377.css /usr/src/app/static/origin/css/elementor/css/post-377.css
origin/css/elementor/css/post-383.css /usr/src/app/static/origin/css/elementor/css/post-383.css
origin/css/elementor/css/post-386.css /usr/src/app/static/origin/css/elementor/css/post-386.css
origin/css/elementor/css/post-4098.css /usr/src/app/static/origin/css/elementor/css/post-4098.css
origin/css/elementor/css/post-4141.css /usr/src/app/static/origin/css/elementor/css/post-4141.css
origin/css/elementor/css/post-4195.css /usr/src/app/static/origin/css/elementor/css/post-4195.css
origin/css/elementor/css/post-424.css /usr/src/app/static/origin/css/elementor/css/post-424.css
origin/css/elementor/css/post-4338.css /usr/src/app/static/origin/css/elementor/css/post-4338.css
origin/css/elementor/css/post-434.css /usr/src/app/static/origin/css/elementor/css/post-434.css
origin/css/elementor/css/post-4351.css /usr/src/app/static/origin/css/elementor/css/post-4351.css
origin/css/elementor/css/post-4364.css /usr/src/app/static/origin/css/elementor/css/post-4364.css
origin/css/elementor/css/post-4367.css /usr/src/app/static/origin/css/elementor/css/post-4367.css
origin/css/elementor/css/post-438.css /usr/src/app/static/origin/css/elementor/css/post-438.css
origin/css/elementor/css/post-445.css /usr/src/app/static/origin/css/elementor/css/post-445.css
origin/css/elementor/css/post-451.css /usr/src/app/static/origin/css/elementor/css/post-451.css
origin/css/elementor/css/post-4513.css /usr/src/app/static/origin/css/elementor/css/post-4513.css
origin/css/elementor/css/post-4521.css /usr/src/app/static/origin/css/elementor/css/post-4521.css
origin/css/elementor/css/post-4526.css /usr/src/app/static/origin/css/elementor/css/post-4526.css
origin/css/elementor/css/post-4531.css /usr/src/app/static/origin/css/elementor/css/post-4531.css
origin/css/elementor/css/post-454.css /usr/src/app/static/origin/css/elementor/css/post-454.css
origin/css/elementor/css/post-458.css /usr/src/app/static/origin/css/elementor/css/post-458.css
origin/css/elementor/css/post-461.css /usr/src/app/static/origin/css/elementor/css/post-461.css
origin/css/elementor/css/post-4679.css /usr/src/app/static/origin/css/elementor/css/post-4679.css
origin/css/elementor/css/post-470.css /usr/src/app/static/origin/css/elementor/css/post-470.css
origin/css/elementor/css/post-4951.css /usr/src/app/static/origin/css/elementor/css/post-4951.css
origin/css/elementor/css/post-4960.css /usr/src/app/static/origin/css/elementor/css/post-4960.css
origin/css/elementor/css/post-4968.css /usr/src/app/static/origin/css/elementor/css/post-4968.css
origin/css/elementor/css/post-4973.css /usr/src/app/static/origin/css/elementor/css/post-4973.css
origin/css/elementor/css/post-5271.css /usr/src/app/static/origin/css/elementor/css/post-5271.css
origin/css/elementor/css/post-5273.css /usr/src/app/static/origin/css/elementor/css/post-5273.css
origin/css/elementor/css/post-5285.css /usr/src/app/static/origin/css/elementor/css/post-5285.css
origin/css/elementor/css/post-5325.css /usr/src/app/static/origin/css/elementor/css/post-5325.css
origin/css/elementor/css/post-5334.css /usr/src/app/static/origin/css/elementor/css/post-5334.css
origin/css/elementor/css/post-5515.css /usr/src/app/static/origin/css/elementor/css/post-5515.css
origin/css/elementor/css/post-5520.css /usr/src/app/static/origin/css/elementor/css/post-5520.css
origin/css/elementor/css/post-5527.css /usr/src/app/static/origin/css/elementor/css/post-5527.css
origin/css/elementor/css/post-5531.css /usr/src/app/static/origin/css/elementor/css/post-5531.css
origin/css/elementor/css/post-594.css /usr/src/app/static/origin/css/elementor/css/post-594.css
origin/css/elementor/css/post-6056.css /usr/src/app/static/origin/css/elementor/css/post-6056.css
origin/css/elementor/css/post-610.css /usr/src/app/static/origin/css/elementor/css/post-610.css
origin/css/elementor/css/post-6139.css /usr/src/app/static/origin/css/elementor/css/post-6139.css
origin/css/elementor/css/post-6148.css /usr/src/app/static/origin/css/elementor/css/post-6148.css
origin/css/elementor/css/post-6150.css /usr/src/app/static/origin/css/elementor/css/post-6150.css
origin/css/elementor/css/post-619.css /usr/src/app/static/origin/css/elementor/css/post-619.css
origin/css/elementor/css/post-6190.css /usr/src/app/static/origin/css/elementor/css/post-6190.css
origin/css/elementor/css/post-6192.css /usr/src/app/static/origin/css/elementor/css/post-6192.css
origin/css/elementor/css/post-6194.css /usr/src/app/static/origin/css/elementor/css/post-6194.css
origin/css/elementor/css/post-6197.css /usr/src/app/static/origin/css/elementor/css/post-6197.css
origin/css/elementor/css/post-623.css /usr/src/app/static/origin/css/elementor/css/post-623.css
origin/css/elementor/css/post-627.css /usr/src/app/static/origin/css/elementor/css/post-627.css
origin/css/elementor/css/post-631.css /usr/src/app/static/origin/css/elementor/css/post-631.css
origin/css/elementor/css/post-641.css /usr/src/app/static/origin/css/elementor/css/post-641.css
origin/css/elementor/css/post-646.css /usr/src/app/static/origin/css/elementor/css/post-646.css
origin/css/elementor/css/post-650.css /usr/src/app/static/origin/css/elementor/css/post-650.css
origin/css/elementor/css/post-710.css /usr/src/app/static/origin/css/elementor/css/post-710.css
origin/css/elementor/css/post-727.css /usr/src/app/static/origin/css/elementor/css/post-727.css
origin/css/elementor/css/post-7419.css /usr/src/app/static/origin/css/elementor/css/post-7419.css
origin/css/elementor/css/post-7421.css /usr/src/app/static/origin/css/elementor/css/post-7421.css
origin/css/elementor/css/post-7423.css /usr/src/app/static/origin/css/elementor/css/post-7423.css
origin/css/elementor/css/post-7430.css /usr/src/app/static/origin/css/elementor/css/post-7430.css
origin/css/elementor/css/post-767.css /usr/src/app/static/origin/css/elementor/css/post-767.css
origin/css/elementor/css/post-7760.css /usr/src/app/static/origin/css/elementor/css/post-7760.css
origin/css/elementor/css/post-7762.css /usr/src/app/static/origin/css/elementor/css/post-7762.css
origin/css/elementor/css/post-7767.css /usr/src/app/static/origin/css/elementor/css/post-7767.css
origin/css/elementor/css/post-7772.css /usr/src/app/static/origin/css/elementor/css/post-7772.css
origin/css/elementor/css/post-805.css /usr/src/app/static/origin/css/elementor/css/post-805.css
origin/css/elementor/css/post-837.css /usr/src/app/static/origin/css/elementor/css/post-837.css
origin/css/elementor/css/post-9.css /usr/src/app/static/origin/css/elementor/css/post-9.css
origin/css/elementor/css/post-904.css /usr/src/app/static/origin/css/elementor/css/post-904.css
origin/css/elementor/css/post-937.css /usr/src/app/static/origin/css/elementor/css/post-937.css
origin/fonts/IRANSansWeb_Light.woff /usr/src/app/static/origin/fonts/IRANSansWeb_Light.woff
origin/fonts/IRANSansWeb_Light.woff2 /usr/src/app/static/origin/fonts/IRANSansWeb_Light.woff2
origin/fonts/dana-fanum-regular.woff /usr/src/app/static/origin/fonts/dana-fanum-regular.woff
origin/fonts/dana-fanum-regular.woff2 /usr/src/app/static/origin/fonts/dana-fanum-regular.woff2
origin/fonts/flaticon/Flaticon.ttf /usr/src/app/static/origin/fonts/flaticon/Flaticon.ttf
origin/fonts/flaticon/Flaticon.woff /usr/src/app/static/origin/fonts/flaticon/Flaticon.woff
origin/fonts/flaticon/Flaticon.woff2 /usr/src/app/static/origin/fonts/flaticon/Flaticon.woff2
origin/fonts/flaticon/flaticon.css /usr/src/app/static/origin/fonts/flaticon/flaticon.css
origin/fonts/font-awesome/fa-brands-400.woff2 /usr/src/app/static/origin/fonts/font-awesome/fa-brands-400.woff2
origin/fonts/font-awesome/fa-solid-900.woff2 /usr/src/app/static/origin/fonts/font-awesome/fa-solid-900.woff2
origin/images/1.jpg /usr/src/app/static/origin/images/1.jpg
origin/images/dropdown-arrow.png /usr/src/app/static/origin/images/dropdown-arrow.png
origin/images/flags/af.png /usr/src/app/static/origin/images/flags/af.png
origin/images/flags/iraq.png /usr/src/app/static/origin/images/flags/iraq.png
origin/images/flags/pk.png /usr/src/app/static/origin/images/flags/pk.png
origin/images/flags/tajikistan.png /usr/src/app/static/origin/images/flags/tajikistan.png
origin/images/flags/tm.png /usr/src/app/static/origin/images/flags/tm.png
origin/images/flags/tr.png /usr/src/app/static/origin/images/flags/tr.png
origin/images/logos/logo-final.png /usr/src/app/static/origin/images/logos/logo-final.png
origin/images/logos/ohanaa.png /usr/src/app/static/origin/images/logos/ohanaa.png
origin/images/overlay-pattern/3px-tile.png /usr/src/app/static/origin/images/overlay-pattern/3px-tile.png
origin/images/overlay-pattern/asfalt-dark.png /usr/src/app/static/origin/images/overlay-pattern/asfalt-dark.png
origin/images/overlay-pattern/axiom-pattern.png /usr/src/app/static/origin/images/overlay-pattern/axiom-pattern.png
origin/images/overlay-pattern/az-subtle.png /usr/src/app/static/origin/images/overlay-pattern/az-subtle.png
origin/images/overlay-pattern/brick-wall-dark.png /usr/src/app/static/origin/images/overlay-pattern/brick-wall-dark.png
origin/images/overlay-pattern/brick-wall.png /usr/src/app/static/origin/images/overlay-pattern/brick-wall.png
origin/images/overlay-pattern/carbon-fibre.png /usr/src/app/static/origin/images/overlay-pattern/carbon-fibre.png
origin/images/overlay-pattern/cross-stripes.png /usr/src/app/static/origin/images/overlay-pattern/cross-stripes.png
origin/images/overlay-pattern/cubes.png /usr/src/app/static/origin/images/overlay-pattern/cubes.png
origin/images/overlay-pattern/dark-geometric.png /usr/src/app/static/origin/images/overlay-pattern/dark-geometric.png
origin/images/overlay-pattern/food.png /usr/src/app/static/origin/images/overlay-pattern/food.png
origin/images/overlay-pattern/gplay.png /usr/src/app/static/origin/images/overlay-pattern/gplay.png
origin/images/overlay-pattern/overlay-pattern-1.png /usr/src/app/static/origin/images/overlay-pattern/overlay-pattern-1.png
origin/images/pagetitle/WR.png /usr/src/app/static/origin/images/pagetitle/WR.png
origin/images/pagetitle/about-us_01.jpg /usr/src/app/static/origin/images/pagetitle/about-us_01.jpg
origin/images/pagetitle/about-us_02.jpg /usr/src/app/static/origin/images/pagetitle/about-us_02.jpg
origin/images/pagetitle/about-us_03-01.png /usr/src/app/static/origin/images/pagetitle/about-us_03-01.png
origin/images/pagetitle/about-us_03-02.png /usr/src/app/static/origin/images/pagetitle/about-us_03-02.png
origin/images/pagetitle/about-us_03-03.png /usr/src/app/static/origin/images/pagetitle/about-us_03-03.png
origin/images/pagetitle/br.png /usr/src/app/static/origin/images/pagetitle/br.png
origin/images/pagetitle/contacts_01.png /usr/src/app/static/origin/images/pagetitle/contacts_01.png
origin/images/pagetitle/contacts_02.png /usr/src/app/static/origin/images/pagetitle/contacts_02.png
origin/images/pagetitle/da.png /usr/src/app/static/origin/images/pagetitle/da.png
origin/images/pagetitle/faq_01.png /usr/src/app/static/origin/images/pagetitle/faq_01.png
origin/images/pagetitle/icon-box_01.png /usr/src/app/static/origin/images/pagetitle/icon-box_01.png
origin/images/pagetitle/icon-box_02.png /usr/src/app/static/origin/images/pagetitle/icon-box_02.png
origin/images/pagetitle/icon-box_03.png /usr/src/app/static/origin/images/pagetitle/icon-box_03.png
origin/images/pagetitle/icon-box_04.png /usr/src/app/static/origin/images/pagetitle/icon-box_04.png
origin/images/pagetitle/icon-box_05.png /usr/src/app/static/origin/images/pagetitle/icon-box_05.png
origin/images/pagetitle/icon-box_06.png /usr/src/app/static/origin/images/pagetitle/icon-box_06.png
origin/images/pagetitle/icon-box_07.png /usr/src/app/static/origin/images/pagetitle/icon-box_07.png
origin/images/pagetitle/icon-box_08.png /usr/src/app/static/origin/images/pagetitle/icon-box_08.png
origin/images/pagetitle/icon-box_bg.jpg /usr/src/app/static/origin/images/pagetitle/icon-box_bg.jpg
origin/images/pagetitle/icon-box_bg.png /usr/src/app/static/origin/images/pagetitle/icon-box_bg.png
origin/images/pagetitle/ka.png /usr/src/app/static/origin/images/pagetitle/ka.png
origin/images/pagetitle/kr.png /usr/src/app/static/origin/images/pagetitle/kr.png
origin/images/pagetitle/la.png /usr/src/app/static/origin/images/pagetitle/la.png
origin/images/pagetitle/our-team_01.png /usr/src/app/static/origin/images/pagetitle/our-team_01.png
origin/images/pagetitle/pagetitle_about-us.jpg /usr/src/app/static/origin/images/pagetitle/pagetitle_about-us.jpg
origin/images/pagetitle/pagetitle_contacts.jpg /usr/src/app/static/origin/images/pagetitle/pagetitle_contacts.jpg
origin/images/pagetitle/pagetitle_faq.jpg /usr/src/app/static/origin/images/pagetitle/pagetitle_faq.jpg
origin/images/pagetitle/pagetitle_portfolio.jpg /usr/src/app/static/origin/images/pagetitle/pagetitle_portfolio.jpg
origin/images/pagetitle/pagetitle_team.jpg /usr/src/app/static/origin/images/pagetitle/pagetitle_team.jpg
origin/images/pagetitle/partners_01-w.png /usr/src/app/static/origin/images/pagetitle/partners_01-w.png
origin/images/pagetitle/partners_01.png /usr/src/app/static/origin/images/pagetitle/partners_01.png
origin/images/pagetitle/partners_02-w.png /usr/src/app/static/origin/images/pagetitle/partners_02-w.png
origin/images/pagetitle/partners_02.png /usr/src/app/static/origin/images/pagetitle/partners_02.png
origin/images/pagetitle/partners_03-w.png /usr/src/app/static/origin/images/pagetitle/partners_03-w.png
origin/images/pagetitle/partners_03.png /usr/src/app/static/origin/images/pagetitle/partners_03.png
origin/images/pagetitle/partners_04-w.png /usr/src/app/static/origin/images/pagetitle/partners_04-w.png
origin/images/pagetitle/partners_04.png /usr/src/app/static/origin/images/pagetitle/partners_04.png
origin/images/pagetitle/partners_05-w.png /usr/src/app/static/origin/images/pagetitle/partners_05-w.png
origin/images/pagetitle/partners_05.png /usr/src/app/static/origin/images/pagetitle/partners_05.png
origin/images/pagetitle/partners_06-w.png /usr/src/app/static/origin/images/pagetitle/partners_06-w.png
origin/images/pagetitle/partners_06.png /usr/src/app/static/origin/images/pagetitle/partners_06.png
origin/images/pagetitle/portfolio-single_01.jpg /usr/src/app/static/origin/images/pagetitle/portfolio-single_01.jpg
origin/images/pagetitle/portfolio-single_02.jpg /usr/src/app/static/origin/images/pagetitle/portfolio-single_02.jpg
origin/images/pagetitle/portfolio_01-1-1140x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_01-1-1140x1140.jpg
origin/images/pagetitle/portfolio_01-1-1140x540.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_01-1-1140x540.jpg
origin/images/pagetitle/portfolio_01-1-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_01-1-740x740.jpg
origin/images/pagetitle/portfolio_01-1-740x800.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_01-1-740x800.jpg
origin/images/pagetitle/portfolio_02-1140x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_02-1140x1140.jpg
origin/images/pagetitle/portfolio_02-1140x540.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_02-1140x540.jpg
origin/images/pagetitle/portfolio_02-540x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_02-540x1140.jpg
origin/images/pagetitle/portfolio_02-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_02-740x740.jpg
origin/images/pagetitle/portfolio_02-740x800.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_02-740x800.jpg
origin/images/pagetitle/portfolio_03-1140x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_03-1140x1140.jpg
origin/images/pagetitle/portfolio_03-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_03-740x740.jpg
origin/images/pagetitle/portfolio_03-740x800.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_03-740x800.jpg
origin/images/pagetitle/portfolio_04-1140x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_04-1140x1140.jpg
origin/images/pagetitle/portfolio_04-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_04-740x740.jpg
origin/images/pagetitle/portfolio_04-740x800.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_04-740x800.jpg
origin/images/pagetitle/portfolio_05-1140x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_05-1140x1140.jpg
origin/images/pagetitle/portfolio_05-1140x540.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_05-1140x540.jpg
origin/images/pagetitle/portfolio_05-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_05-740x740.jpg
origin/images/pagetitle/portfolio_05-740x800.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_05-740x800.jpg
origin/images/pagetitle/portfolio_06-1140x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_06-1140x1140.jpg
origin/images/pagetitle/portfolio_06-1140x540.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_06-1140x540.jpg
origin/images/pagetitle/portfolio_06-540x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_06-540x1140.jpg
origin/images/pagetitle/portfolio_06-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_06-740x740.jpg
origin/images/pagetitle/portfolio_06-740x800.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_06-740x800.jpg
origin/images/pagetitle/portfolio_07-1140x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_07-1140x1140.jpg
origin/images/pagetitle/portfolio_07-1140x540.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_07-1140x540.jpg
origin/images/pagetitle/portfolio_07-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_07-740x740.jpg
origin/images/pagetitle/portfolio_07-740x800.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_07-740x800.jpg
origin/images/pagetitle/portfolio_08-1140x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_08-1140x1140.jpg
origin/images/pagetitle/portfolio_08-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_08-740x740.jpg
origin/images/pagetitle/portfolio_08-740x800.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_08-740x800.jpg
origin/images/pagetitle/portfolio_09-1140x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_09-1140x1140.jpg
origin/images/pagetitle/portfolio_09-150x150.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_09-150x150.jpg
origin/images/pagetitle/portfolio_09-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_09-740x740.jpg
origin/images/pagetitle/portfolio_09-740x800.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_09-740x800.jpg
origin/images/pagetitle/portfolio_10-1170x670.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_10-1170x670.jpg
origin/images/pagetitle/portfolio_10-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_10-740x740.jpg
origin/images/pagetitle/portfolio_11-150x150.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_11-150x150.jpg
origin/images/pagetitle/portfolio_11-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_11-740x740.jpg
origin/images/pagetitle/portfolio_12-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_12-740x740.jpg
origin/images/pagetitle/portfolio_13-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_13-740x740.jpg
origin/images/pagetitle/portfolio_14-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_14-740x740.jpg
origin/images/pagetitle/team_01-540x600.jpg /usr/src/app/static/origin/images/pagetitle/team_01-540x600.jpg
origin/images/pagetitle/team_01-720x780.jpg /usr/src/app/static/origin/images/pagetitle/team_01-720x780.jpg
origin/images/pagetitle/team_02-540x600.jpg /usr/src/app/static/origin/images/pagetitle/team_02-540x600.jpg
origin/images/pagetitle/team_02-720x780.jpg /usr/src/app/static/origin/images/pagetitle/team_02-720x780.jpg
origin/images/pagetitle/team_03-540x600.jpg /usr/src/app/static/origin/images/pagetitle/team_03-540x600.jpg
origin/images/pagetitle/team_03-720x780.jpg /usr/src/app/static/origin/images/pagetitle/team_03-720x780.jpg
origin/images/pagetitle/team_04-540x600.jpg /usr/src/app/static/origin/images/pagetitle/team_04-540x600.jpg
origin/images/pagetitle/team_04-720x780.jpg /usr/src/app/static/origin/images/pagetitle/team_04-720x780.jpg
origin/images/pagetitle/team_04-740x740.jpg /usr/src/app/static/origin/images/pagetitle/team_04-740x740.jpg
origin/images/pagetitle/team_05-540x600.jpg /usr/src/app/static/origin/images/pagetitle/team_05-540x600.jpg
origin/images/pagetitle/team_05-720x780.jpg /usr/src/app/static/origin/images/pagetitle/team_05-720x780.jpg
origin/images/pagetitle/team_06-540x600.jpg /usr/src/app/static/origin/images/pagetitle/team_06-540x600.jpg
origin/images/pagetitle/team_06-720x780.jpg /usr/src/app/static/origin/images/pagetitle/team_06-720x780.jpg
origin/images/pagetitle/testimonials_01-60x60.jpg /usr/src/app/static/origin/images/pagetitle/testimonials_01-60x60.jpg
origin/images/pagetitle/testimonials_01-80x80.jpg /usr/src/app/static/origin/images/pagetitle/testimonials_01-80x80.jpg
origin/images/pagetitle/testimonials_03-60x60.jpg /usr/src/app/static/origin/images/pagetitle/testimonials_03-60x60.jpg
origin/images/pagetitle/testimonials_03-80x80.jpg /usr/src/app/static/origin/images/pagetitle/testimonials_03-80x80.jpg
origin/images/pagetitle/testimonials_04-60x60.jpg /usr/src/app/static/origin/images/pagetitle/testimonials_04-60x60.jpg
origin/images/pagetitle/testimonials_04-80x80.jpg /usr/src/app/static/origin/images/pagetitle/testimonials_04-80x80.jpg
origin/images/pagetitle/testimonials_05.jpg /usr/src/app/static/origin/images/pagetitle/testimonials_05.jpg
origin/images/pagetitle/testimonials_bg.png /usr/src/app/static/origin/images/pagetitle/testimonials_bg.png
origin/images/slider/1.jpg /usr/src/app/static/origin/images/slider/1.jpg
origin/images/slider/2.jpg /usr/src/app/static/origin/images/slider/2.jpg
origin/images/slider/3.jpg /usr/src/app/static/origin/images/slider/3.jpg
origin/images/slider/4.jpg /usr/src/app/static/origin/images/slider/4.jpg
origin/images/slider/5.jpg /usr/src/app/static/origin/images/slider/5.jpg
origin/js/comment-reply.min.js /usr/src/app/static/origin/js/comment-reply.min.js
origin/js/imagesloaded.min.js /usr/src/app/static/origin/js/imagesloaded.min.js
origin/js/jarallax-video.min.js /usr/src/app/static/origin/js/jarallax-video.min.js
origin/js/jarallax.min.js /usr/src/app/static/origin/js/jarallax.min.js
origin/js/jquery.appear.js /usr/src/app/static/origin/js/jquery.appear.js
origin/js/jquery.countdown.min.js /usr/src/app/static/origin/js/jquery.countdown.min.js
origin/js/jquery.easypiechart.min.js /usr/src/app/static/origin/js/jquery.easypiechart.min.js
origin/js/jquery.justifiedGallery.min.js /usr/src/app/static/origin/js/jquery.justifiedGallery.min.js
origin/js/jquery.paroller.min.js /usr/src/app/static/origin/js/jquery.paroller.min.js
origin/js/parallax.min.js /usr/src/app/static/origin/js/parallax.min.js
origin/js/perfect-scrollbar.min.js /usr/src/app/static/origin/js/perfect-scrollbar.min.js
origin/js/skrollr.min.js /usr/src/app/static/origin/js/skrollr.min.js
origin/js/slick.min.js /usr/src/app/static/origin/js/slick.min.js
origin/js/theia-sticky-sidebar.min.js /usr/src/app/static/origin/js/theia-sticky-sidebar.min.js
origin/js/theme-addons.js /usr/src/app/static/origin/js/theme-addons.js
origin/js/theme.js /usr/src/app/static/origin/js/theme.js
origin/js/wp-embed.min.js /usr/src/app/static/origin/js/wp-embed.min.js
origin/js/jquery/jquery-migrate.min.js /usr/src/app/static/origin/js/jquery/jquery-migrate.min.js
origin/js/jquery/jquery.min.js /usr/src/app/static/origin/js/jquery/jquery.min.js
origin/js/jquery/ui/core.min.js /usr/src/app/static/origin/js/jquery/ui/core.min.js
origin/js/jquery/ui/mouse.min.js /usr/src/app/static/origin/js/jquery/ui/mouse.min.js
origin/js/jquery/ui/slider.min.js /usr/src/app/static/origin/js/jquery/ui/slider.min.js
origin/main/js/763-d7346448c78d67dc.js /usr/src/app/static/origin/main/js/763-d7346448c78d67dc.js
origin/main/js/77-369862704aba4189.js /usr/src/app/static/origin/main/js/77-369862704aba4189.js
origin/main/js/[id]-de59cf6016bf43f8.js /usr/src/app/static/origin/main/js/[id]-de59cf6016bf43f8.js
origin/main/js/_app-e27daf73b6d8f454.js /usr/src/app/static/origin/main/js/_app-e27daf73b6d8f454.js
origin/main/js/framework-73b8966a3c579ab0.js /usr/src/app/static/origin/main/js/framework-73b8966a3c579ab0.js
origin/main/js/main-2046fc4b22c63442.js /usr/src/app/static/origin/main/js/main-2046fc4b22c63442.js
origin/main/js/webpack-b91623d4cbd493e3.js /usr/src/app/static/origin/main/js/webpack-b91623d4cbd493e3.js
origin/plugins/WGL-toolbar/public/css/wgl-toolbar-public.css /usr/src/app/static/origin/plugins/WGL-toolbar/public/css/wgl-toolbar-public.css
origin/plugins/WGL-toolbar/public/img/placeholder.png /usr/src/app/static/origin/plugins/WGL-toolbar/public/img/placeholder.png
origin/plugins/WGL-toolbar/public/js/wgl-toolbar-public.min.js /usr/src/app/static/origin/plugins/WGL-toolbar/public/js/wgl-toolbar-public.min.js
origin/plugins/bighearts-core/includes/elementor/assets/js/isotope.pkgd.min.js /usr/src/app/static/origin/plugins/bighearts-core/includes/elementor/assets/js/isotope.pkgd.min.js
origin/plugins/bighearts-core/includes/elementor/assets/js/wgl_elementor_column.js /usr/src/app/static/origin/plugins/bighearts-core/includes/elementor/assets/js/wgl_elementor_column.js
origin/plugins/bighearts-core/includes/elementor/assets/js/wgl_elementor_sections.js /usr/src/app/static/origin/plugins/bighearts-core/includes/elementor/assets/js/wgl_elementor_sections.js
origin/plugins/bighearts-core/includes/elementor/assets/js/wgl_elementor_widgets.js /usr/src/app/static/origin/plugins/bighearts-core/includes/elementor/assets/js/wgl_elementor_widgets.js
origin/plugins/contact-form-7/includes/css/styles.css /usr/src/app/static/origin/plugins/contact-form-7/includes/css/styles.css
origin/plugins/contact-form-7/includes/js/index.js /usr/src/app/static/origin/plugins/contact-form-7/includes/js/index.js
origin/plugins/elementor/assets/js/frontend-modules.min.js /usr/src/app/static/origin/plugins/elementor/assets/js/frontend-modules.min.js
origin/plugins/elementor/assets/js/frontend.min.js /usr/src/app/static/origin/plugins/elementor/assets/js/frontend.min.js
origin/plugins/elementor/assets/js/preloaded-modules.min.js /usr/src/app/static/origin/plugins/elementor/assets/js/preloaded-modules.min.js
origin/plugins/elementor/assets/js/webpack.runtime.min.js /usr/src/app/static/origin/plugins/elementor/assets/js/webpack.runtime.min.js
origin/plugins/revslider/public/assets/assets/dummy.png /usr/src/app/static/origin/plugins/revslider/public/assets/assets/dummy.png
origin/plugins/revslider/public/assets/assets/transparent.png /usr/src/app/static/origin/plugins/revslider/public/assets/assets/transparent.png
origin/plugins/revslider/public/assets/css/rs6.css /usr/src/app/static/origin/plugins/revslider/public/assets/css/rs6.css
origin/plugins/revslider/public/assets/fonts/material/MaterialIcons-Regular.woff2 /usr/src/app/static/origin/plugins/revslider/public/assets/fonts/material/MaterialIcons-Regular.woff2
origin/plugins/revslider/public/assets/fonts/revicons/revicons.woff /usr/src/app/static/origin/plugins/revslider/public/assets/fonts/revicons/revicons.woff
origin/plugins/revslider/public/assets/js/rbtools.min.js /usr/src/app/static/origin/plugins/revslider/public/assets/js/rbtools.min.js
origin/plugins/revslider/public/assets/js/rs6.min.js /usr/src/app/static/origin/plugins/revslider/public/assets/js/rs6.min.js
origin/plugins/woocommerce/assets/css/select2.css /usr/src/app/static/origin/plugins/woocommerce/assets/css/select2.css
origin/plugins/woocommerce/assets/css/woocommerce-layout.css /usr/src/app/static/origin/plugins/woocommerce/assets/css/woocommerce-layout.css
origin/plugins/woocommerce/assets/css/woocommerce-smallscreen.css /usr/src/app/static/origin/plugins/woocommerce/assets/css/woocommerce-smallscreen.css
origin/plugins/woocommerce/assets/css/woocommerce.css /usr/src/app/static/origin/plugins/woocommerce/assets/css/woocommerce.css
origin/plugins/woocommerce/assets/fonts/star.woff /usr/src/app/static/origin/plugins/woocommerce/assets/fonts/star.woff
origin/plugins/woocommerce/assets/js/accounting/accounting.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/accounting/accounting.min.js
origin/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js
origin/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js
origin/plugins/woocommerce/assets/js/frontend/address-i18n.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/frontend/address-i18n.min.js
origin/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js
origin/plugins/woocommerce/assets/js/frontend/cart.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/frontend/cart.min.js
origin/plugins/woocommerce/assets/js/frontend/country-select.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/frontend/country-select.min.js
origin/plugins/woocommerce/assets/js/frontend/price-slider.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/frontend/price-slider.min.js
origin/plugins/woocommerce/assets/js/frontend/single-product.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/frontend/single-product.min.js
origin/plugins/woocommerce/assets/js/frontend/woocommerce.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/frontend/woocommerce.min.js
origin/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js
origin/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.min.js
origin/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js
origin/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js
origin/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js
origin/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.min.js
origin/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js
origin/plugins/woocommerce/packages/woocommerce-blocks/build/style.css /usr/src/app/static/origin/plugins/woocommerce/packages/woocommerce-blocks/build/style.css
origin/plugins/woocommerce/packages/woocommerce-blocks/build/vendors-style.css /usr/src/app/static/origin/plugins/woocommerce/packages/woocommerce-blocks/build/vendors-style.css
origin/webfonts/fa-brands-400.eot /usr/src/app/static/origin/webfonts/fa-brands-400.eot
origin/webfonts/fa-brands-400.svg /usr/src/app/static/origin/webfonts/fa-brands-400.svg
origin/webfonts/fa-brands-400.ttf /usr/src/app/static/origin/webfonts/fa-brands-400.ttf
origin/webfonts/fa-brands-400.woff /usr/src/app/static/origin/webfonts/fa-brands-400.woff
origin/webfonts/fa-brands-400.woff2 /usr/src/app/static/origin/webfonts/fa-brands-400.woff2
origin/webfonts/fa-regular-400.eot /usr/src/app/static/origin/webfonts/fa-regular-400.eot
origin/webfonts/fa-regular-400.svg /usr/src/app/static/origin/webfonts/fa-regular-400.svg
origin/webfonts/fa-regular-400.ttf /usr/src/app/static/origin/webfonts/fa-regular-400.ttf
origin/webfonts/fa-regular-400.woff /usr/src/app/static/origin/webfonts/fa-regular-400.woff
origin/webfonts/fa-regular-400.woff2 /usr/src/app/static/origin/webfonts/fa-regular-400.woff2
origin/webfonts/fa-solid-900.eot /usr/src/app/static/origin/webfonts/fa-solid-900.eot
origin/webfonts/fa-solid-900.svg /usr/src/app/static/origin/webfonts/fa-solid-900.svg
origin/webfonts/fa-solid-900.ttf /usr/src/app/static/origin/webfonts/fa-solid-900.ttf
origin/webfonts/fa-solid-900.woff /usr/src/app/static/origin/webfonts/fa-solid-900.woff
origin/webfonts/fa-solid-900.woff2 /usr/src/app/static/origin/webfonts/fa-solid-900.woff2
origin/webfonts/inspiro-icons.svg /usr/src/app/static/origin/webfonts/inspiro-icons.svg
origin/webfonts/inspiro-icons.ttf /usr/src/app/static/origin/webfonts/inspiro-icons.ttf
origin/webfonts/inspiro-icons.woff /usr/src/app/static/origin/webfonts/inspiro-icons.woff
admin_interface/css/custom_style.css /usr/src/app/static/admin_interface/css/custom_style.css
admin_interface/js/fix_ui.js /usr/src/app/static/admin_interface/js/fix_ui.js
ckeditor/ckeditor/config.js /usr/src/app/static/ckeditor/ckeditor/config.js
ckeditor/ckeditor/contents.css /usr/src/app/static/ckeditor/ckeditor/contents.css
ckeditor/ckeditor/plugins/html5video/plugin.js /usr/src/app/static/ckeditor/ckeditor/plugins/html5video/plugin.js
ckeditor/ckeditor/plugins/html5video/dialogs/html5video.js /usr/src/app/static/ckeditor/ckeditor/plugins/html5video/dialogs/html5video.js
ckeditor/ckeditor/plugins/html5video/icons/html5video.png /usr/src/app/static/ckeditor/ckeditor/plugins/html5video/icons/html5video.png
ckeditor/ckeditor/plugins/html5video/lang/en.js /usr/src/app/static/ckeditor/ckeditor/plugins/html5video/lang/en.js
ckeditor/ckeditor/skins/office2013/dialog.css /usr/src/app/static/ckeditor/ckeditor/skins/office2013/dialog.css
ckeditor/ckeditor/skins/office2013/editor.css /usr/src/app/static/ckeditor/ckeditor/skins/office2013/editor.css
ckeditor/ckeditor/skins/office2013/icons.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/icons.png
ckeditor/ckeditor/skins/office2013/icons_hidpi.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/icons_hidpi.png
ckeditor/ckeditor/skins/office2013/skin.js /usr/src/app/static/ckeditor/ckeditor/skins/office2013/skin.js
ckeditor/ckeditor/skins/office2013/images/arrow.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/images/arrow.png
ckeditor/ckeditor/skins/office2013/images/close.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/images/close.png
ckeditor/ckeditor/skins/office2013/images/lock-open.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/images/lock-open.png
ckeditor/ckeditor/skins/office2013/images/lock.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/images/lock.png
ckeditor/ckeditor/skins/office2013/images/refresh.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/images/refresh.png
ckeditor/ckeditor/skins/office2013/images/hidpi/close.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/images/hidpi/close.png
ckeditor/ckeditor/skins/office2013/images/hidpi/lock-open.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/images/hidpi/lock-open.png
ckeditor/ckeditor/skins/office2013/images/hidpi/lock.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/images/hidpi/lock.png
ckeditor/ckeditor/skins/office2013/images/hidpi/refresh.png /usr/src/app/static/ckeditor/ckeditor/skins/office2013/images/hidpi/refresh.png
defaults/default.png /usr/src/app/static/defaults/default.png
defaults/page_default.jpg /usr/src/app/static/defaults/page_default.jpg
defaults/user_profile.png /usr/src/app/static/defaults/user_profile.png
mptt/disclosure-left-black.png /usr/src/app/static/mptt/disclosure-left-black.png
mptt/draggable-admin.css /usr/src/app/static/mptt/draggable-admin.css
origin/_next/static/css/45b3359d92cdc794.css /usr/src/app/static/origin/_next/static/css/45b3359d92cdc794.css
origin/_next/static/css/9fba33170f73cae2.css /usr/src/app/static/origin/_next/static/css/9fba33170f73cae2.css
origin/_next/static/css/fonts/fa-light-300.woff /usr/src/app/static/origin/_next/static/css/fonts/fa-light-300.woff
origin/_next/static/css/fonts/fa-solid-900.woff /usr/src/app/static/origin/_next/static/css/fonts/fa-solid-900.woff
origin/_next/static/css/fonts/iransans/iransansweb.woff /usr/src/app/static/origin/_next/static/css/fonts/iransans/iransansweb.woff
origin/_next/static/css/fonts/iransans/iransansweb_bold.woff /usr/src/app/static/origin/_next/static/css/fonts/iransans/iransansweb_bold.woff
origin/_next/static/css/fonts/iransans/iransansweb_medium.woff /usr/src/app/static/origin/_next/static/css/fonts/iransans/iransansweb_medium.woff
origin/_next/static/css/fonts/zilinkicon/zilinkicon2.10.0.ttf /usr/src/app/static/origin/_next/static/css/fonts/zilinkicon/zilinkicon2.10.0.ttf
origin/_next/static/css/fonts/zilinkicon/zilinkicon2.10.0.woff /usr/src/app/static/origin/_next/static/css/fonts/zilinkicon/zilinkicon2.10.0.woff
origin/css/68a2o (2).css /usr/src/app/static/origin/css/68a2o (2).css
origin/css/68a2o (3).css /usr/src/app/static/origin/css/68a2o (3).css
origin/css/68a2o (4).css /usr/src/app/static/origin/css/68a2o (4).css
origin/css/68a2o (5).css /usr/src/app/static/origin/css/68a2o (5).css
origin/css/68a2o (6).css /usr/src/app/static/origin/css/68a2o (6).css
origin/css/68a2o (7).css /usr/src/app/static/origin/css/68a2o (7).css
origin/css/68a2o (8).css /usr/src/app/static/origin/css/68a2o (8).css
origin/css/68a2o.css /usr/src/app/static/origin/css/68a2o.css
origin/css/6bw3s.css /usr/src/app/static/origin/css/6bw3s.css
origin/css/font-awesome-5.min.css /usr/src/app/static/origin/css/font-awesome-5.min.css
origin/css/elementor/css/custom-frontend.min.css /usr/src/app/static/origin/css/elementor/css/custom-frontend.min.css
origin/css/elementor/css/global.css /usr/src/app/static/origin/css/elementor/css/global.css
origin/css/elementor/css/post-1042.css /usr/src/app/static/origin/css/elementor/css/post-1042.css
origin/css/elementor/css/post-1149.css /usr/src/app/static/origin/css/elementor/css/post-1149.css
origin/css/elementor/css/post-1261.css /usr/src/app/static/origin/css/elementor/css/post-1261.css
origin/css/elementor/css/post-13.css /usr/src/app/static/origin/css/elementor/css/post-13.css
origin/css/elementor/css/post-1306.css /usr/src/app/static/origin/css/elementor/css/post-1306.css
origin/css/elementor/css/post-1343.css /usr/src/app/static/origin/css/elementor/css/post-1343.css
origin/css/elementor/css/post-1406.css /usr/src/app/static/origin/css/elementor/css/post-1406.css
origin/css/elementor/css/post-1423.css /usr/src/app/static/origin/css/elementor/css/post-1423.css
origin/css/elementor/css/post-1428.css /usr/src/app/static/origin/css/elementor/css/post-1428.css
origin/css/elementor/css/post-1492.css /usr/src/app/static/origin/css/elementor/css/post-1492.css
origin/css/elementor/css/post-1599.css /usr/src/app/static/origin/css/elementor/css/post-1599.css
origin/css/elementor/css/post-1626.css /usr/src/app/static/origin/css/elementor/css/post-1626.css
origin/css/elementor/css/post-1630.css /usr/src/app/static/origin/css/elementor/css/post-1630.css
origin/css/elementor/css/post-1650.css /usr/src/app/static/origin/css/elementor/css/post-1650.css
origin/css/elementor/css/post-1657.css /usr/src/app/static/origin/css/elementor/css/post-1657.css
origin/css/elementor/css/post-1675.css /usr/src/app/static/origin/css/elementor/css/post-1675.css
origin/css/elementor/css/post-1843.css /usr/src/app/static/origin/css/elementor/css/post-1843.css
origin/css/elementor/css/post-1847.css /usr/src/app/static/origin/css/elementor/css/post-1847.css
origin/css/elementor/css/post-231.css /usr/src/app/static/origin/css/elementor/css/post-231.css
origin/css/elementor/css/post-2617.css /usr/src/app/static/origin/css/elementor/css/post-2617.css
origin/css/elementor/css/post-2656.css /usr/src/app/static/origin/css/elementor/css/post-2656.css
origin/css/elementor/css/post-2666.css /usr/src/app/static/origin/css/elementor/css/post-2666.css
origin/css/elementor/css/post-2682.css /usr/src/app/static/origin/css/elementor/css/post-2682.css
origin/css/elementor/css/post-2687.css /usr/src/app/static/origin/css/elementor/css/post-2687.css
origin/css/elementor/css/post-2840.css /usr/src/app/static/origin/css/elementor/css/post-2840.css
origin/css/elementor/css/post-2848.css /usr/src/app/static/origin/css/elementor/css/post-2848.css
origin/css/elementor/css/post-2854.css /usr/src/app/static/origin/css/elementor/css/post-2854.css
origin/css/elementor/css/post-2877.css /usr/src/app/static/origin/css/elementor/css/post-2877.css
origin/css/elementor/css/post-2880.css /usr/src/app/static/origin/css/elementor/css/post-2880.css
origin/css/elementor/css/post-31.css /usr/src/app/static/origin/css/elementor/css/post-31.css
origin/css/elementor/css/post-3226.css /usr/src/app/static/origin/css/elementor/css/post-3226.css
origin/css/elementor/css/post-3353.css /usr/src/app/static/origin/css/elementor/css/post-3353.css
origin/css/elementor/css/post-3359.css /usr/src/app/static/origin/css/elementor/css/post-3359.css
origin/css/elementor/css/post-3399.css /usr/src/app/static/origin/css/elementor/css/post-3399.css
origin/css/elementor/css/post-3564.css /usr/src/app/static/origin/css/elementor/css/post-3564.css
origin/css/elementor/css/post-3578.css /usr/src/app/static/origin/css/elementor/css/post-3578.css
origin/css/elementor/css/post-3583.css /usr/src/app/static/origin/css/elementor/css/post-3583.css
origin/css/elementor/css/post-3594.css /usr/src/app/static/origin/css/elementor/css/post-3594.css
origin/css/elementor/css/post-365.css /usr/src/app/static/origin/css/elementor/css/post-365.css
origin/css/elementor/css/post-368.css /usr/src/app/static/origin/css/elementor/css/post-368.css
origin/css/elementor/css/post-374.css /usr/src/app/static/origin/css/elementor/css/post-374.css
origin/css/elementor/css/post-3742.css /usr/src/app/static/origin/css/elementor/css/post-3742.css
origin/css/elementor/css/post-377.css /usr/src/app/static/origin/css/elementor/css/post-377.css
origin/css/elementor/css/post-383.css /usr/src/app/static/origin/css/elementor/css/post-383.css
origin/css/elementor/css/post-386.css /usr/src/app/static/origin/css/elementor/css/post-386.css
origin/css/elementor/css/post-4098.css /usr/src/app/static/origin/css/elementor/css/post-4098.css
origin/css/elementor/css/post-4141.css /usr/src/app/static/origin/css/elementor/css/post-4141.css
origin/css/elementor/css/post-4195.css /usr/src/app/static/origin/css/elementor/css/post-4195.css
origin/css/elementor/css/post-424.css /usr/src/app/static/origin/css/elementor/css/post-424.css
origin/css/elementor/css/post-4338.css /usr/src/app/static/origin/css/elementor/css/post-4338.css
origin/css/elementor/css/post-434.css /usr/src/app/static/origin/css/elementor/css/post-434.css
origin/css/elementor/css/post-4351.css /usr/src/app/static/origin/css/elementor/css/post-4351.css
origin/css/elementor/css/post-4364.css /usr/src/app/static/origin/css/elementor/css/post-4364.css
origin/css/elementor/css/post-4367.css /usr/src/app/static/origin/css/elementor/css/post-4367.css
origin/css/elementor/css/post-438.css /usr/src/app/static/origin/css/elementor/css/post-438.css
origin/css/elementor/css/post-445.css /usr/src/app/static/origin/css/elementor/css/post-445.css
origin/css/elementor/css/post-451.css /usr/src/app/static/origin/css/elementor/css/post-451.css
origin/css/elementor/css/post-4513.css /usr/src/app/static/origin/css/elementor/css/post-4513.css
origin/css/elementor/css/post-4521.css /usr/src/app/static/origin/css/elementor/css/post-4521.css
origin/css/elementor/css/post-4526.css /usr/src/app/static/origin/css/elementor/css/post-4526.css
origin/css/elementor/css/post-4531.css /usr/src/app/static/origin/css/elementor/css/post-4531.css
origin/css/elementor/css/post-454.css /usr/src/app/static/origin/css/elementor/css/post-454.css
origin/css/elementor/css/post-458.css /usr/src/app/static/origin/css/elementor/css/post-458.css
origin/css/elementor/css/post-461.css /usr/src/app/static/origin/css/elementor/css/post-461.css
origin/css/elementor/css/post-4679.css /usr/src/app/static/origin/css/elementor/css/post-4679.css
origin/css/elementor/css/post-470.css /usr/src/app/static/origin/css/elementor/css/post-470.css
origin/css/elementor/css/post-4951.css /usr/src/app/static/origin/css/elementor/css/post-4951.css
origin/css/elementor/css/post-4960.css /usr/src/app/static/origin/css/elementor/css/post-4960.css
origin/css/elementor/css/post-4968.css /usr/src/app/static/origin/css/elementor/css/post-4968.css
origin/css/elementor/css/post-4973.css /usr/src/app/static/origin/css/elementor/css/post-4973.css
origin/css/elementor/css/post-5271.css /usr/src/app/static/origin/css/elementor/css/post-5271.css
origin/css/elementor/css/post-5273.css /usr/src/app/static/origin/css/elementor/css/post-5273.css
origin/css/elementor/css/post-5285.css /usr/src/app/static/origin/css/elementor/css/post-5285.css
origin/css/elementor/css/post-5325.css /usr/src/app/static/origin/css/elementor/css/post-5325.css
origin/css/elementor/css/post-5334.css /usr/src/app/static/origin/css/elementor/css/post-5334.css
origin/css/elementor/css/post-5515.css /usr/src/app/static/origin/css/elementor/css/post-5515.css
origin/css/elementor/css/post-5520.css /usr/src/app/static/origin/css/elementor/css/post-5520.css
origin/css/elementor/css/post-5527.css /usr/src/app/static/origin/css/elementor/css/post-5527.css
origin/css/elementor/css/post-5531.css /usr/src/app/static/origin/css/elementor/css/post-5531.css
origin/css/elementor/css/post-594.css /usr/src/app/static/origin/css/elementor/css/post-594.css
origin/css/elementor/css/post-6056.css /usr/src/app/static/origin/css/elementor/css/post-6056.css
origin/css/elementor/css/post-610.css /usr/src/app/static/origin/css/elementor/css/post-610.css
origin/css/elementor/css/post-6139.css /usr/src/app/static/origin/css/elementor/css/post-6139.css
origin/css/elementor/css/post-6148.css /usr/src/app/static/origin/css/elementor/css/post-6148.css
origin/css/elementor/css/post-6150.css /usr/src/app/static/origin/css/elementor/css/post-6150.css
origin/css/elementor/css/post-619.css /usr/src/app/static/origin/css/elementor/css/post-619.css
origin/css/elementor/css/post-6190.css /usr/src/app/static/origin/css/elementor/css/post-6190.css
origin/css/elementor/css/post-6192.css /usr/src/app/static/origin/css/elementor/css/post-6192.css
origin/css/elementor/css/post-6194.css /usr/src/app/static/origin/css/elementor/css/post-6194.css
origin/css/elementor/css/post-6197.css /usr/src/app/static/origin/css/elementor/css/post-6197.css
origin/css/elementor/css/post-623.css /usr/src/app/static/origin/css/elementor/css/post-623.css
origin/css/elementor/css/post-627.css /usr/src/app/static/origin/css/elementor/css/post-627.css
origin/css/elementor/css/post-631.css /usr/src/app/static/origin/css/elementor/css/post-631.css
origin/css/elementor/css/post-641.css /usr/src/app/static/origin/css/elementor/css/post-641.css
origin/css/elementor/css/post-646.css /usr/src/app/static/origin/css/elementor/css/post-646.css
origin/css/elementor/css/post-650.css /usr/src/app/static/origin/css/elementor/css/post-650.css
origin/css/elementor/css/post-710.css /usr/src/app/static/origin/css/elementor/css/post-710.css
origin/css/elementor/css/post-727.css /usr/src/app/static/origin/css/elementor/css/post-727.css
origin/css/elementor/css/post-7419.css /usr/src/app/static/origin/css/elementor/css/post-7419.css
origin/css/elementor/css/post-7421.css /usr/src/app/static/origin/css/elementor/css/post-7421.css
origin/css/elementor/css/post-7423.css /usr/src/app/static/origin/css/elementor/css/post-7423.css
origin/css/elementor/css/post-7430.css /usr/src/app/static/origin/css/elementor/css/post-7430.css
origin/css/elementor/css/post-767.css /usr/src/app/static/origin/css/elementor/css/post-767.css
origin/css/elementor/css/post-7760.css /usr/src/app/static/origin/css/elementor/css/post-7760.css
origin/css/elementor/css/post-7762.css /usr/src/app/static/origin/css/elementor/css/post-7762.css
origin/css/elementor/css/post-7767.css /usr/src/app/static/origin/css/elementor/css/post-7767.css
origin/css/elementor/css/post-7772.css /usr/src/app/static/origin/css/elementor/css/post-7772.css
origin/css/elementor/css/post-805.css /usr/src/app/static/origin/css/elementor/css/post-805.css
origin/css/elementor/css/post-837.css /usr/src/app/static/origin/css/elementor/css/post-837.css
origin/css/elementor/css/post-9.css /usr/src/app/static/origin/css/elementor/css/post-9.css
origin/css/elementor/css/post-904.css /usr/src/app/static/origin/css/elementor/css/post-904.css
origin/css/elementor/css/post-937.css /usr/src/app/static/origin/css/elementor/css/post-937.css
origin/fonts/IRANSansWeb_Light.woff /usr/src/app/static/origin/fonts/IRANSansWeb_Light.woff
origin/fonts/IRANSansWeb_Light.woff2 /usr/src/app/static/origin/fonts/IRANSansWeb_Light.woff2
origin/fonts/dana-fanum-regular.woff /usr/src/app/static/origin/fonts/dana-fanum-regular.woff
origin/fonts/dana-fanum-regular.woff2 /usr/src/app/static/origin/fonts/dana-fanum-regular.woff2
origin/fonts/flaticon/Flaticon.ttf /usr/src/app/static/origin/fonts/flaticon/Flaticon.ttf
origin/fonts/flaticon/Flaticon.woff /usr/src/app/static/origin/fonts/flaticon/Flaticon.woff
origin/fonts/flaticon/Flaticon.woff2 /usr/src/app/static/origin/fonts/flaticon/Flaticon.woff2
origin/fonts/flaticon/flaticon.css /usr/src/app/static/origin/fonts/flaticon/flaticon.css
origin/fonts/font-awesome/fa-brands-400.woff2 /usr/src/app/static/origin/fonts/font-awesome/fa-brands-400.woff2
origin/fonts/font-awesome/fa-solid-900.woff2 /usr/src/app/static/origin/fonts/font-awesome/fa-solid-900.woff2
origin/images/1.jpg /usr/src/app/static/origin/images/1.jpg
origin/images/dropdown-arrow.png /usr/src/app/static/origin/images/dropdown-arrow.png
origin/images/flags/af.png /usr/src/app/static/origin/images/flags/af.png
origin/images/flags/iraq.png /usr/src/app/static/origin/images/flags/iraq.png
origin/images/flags/pk.png /usr/src/app/static/origin/images/flags/pk.png
origin/images/flags/tajikistan.png /usr/src/app/static/origin/images/flags/tajikistan.png
origin/images/flags/tm.png /usr/src/app/static/origin/images/flags/tm.png
origin/images/flags/tr.png /usr/src/app/static/origin/images/flags/tr.png
origin/images/logos/logo-final.png /usr/src/app/static/origin/images/logos/logo-final.png
origin/images/logos/ohanaa.png /usr/src/app/static/origin/images/logos/ohanaa.png
origin/images/overlay-pattern/3px-tile.png /usr/src/app/static/origin/images/overlay-pattern/3px-tile.png
origin/images/overlay-pattern/asfalt-dark.png /usr/src/app/static/origin/images/overlay-pattern/asfalt-dark.png
origin/images/overlay-pattern/axiom-pattern.png /usr/src/app/static/origin/images/overlay-pattern/axiom-pattern.png
origin/images/overlay-pattern/az-subtle.png /usr/src/app/static/origin/images/overlay-pattern/az-subtle.png
origin/images/overlay-pattern/brick-wall-dark.png /usr/src/app/static/origin/images/overlay-pattern/brick-wall-dark.png
origin/images/overlay-pattern/brick-wall.png /usr/src/app/static/origin/images/overlay-pattern/brick-wall.png
origin/images/overlay-pattern/carbon-fibre.png /usr/src/app/static/origin/images/overlay-pattern/carbon-fibre.png
origin/images/overlay-pattern/cross-stripes.png /usr/src/app/static/origin/images/overlay-pattern/cross-stripes.png
origin/images/overlay-pattern/cubes.png /usr/src/app/static/origin/images/overlay-pattern/cubes.png
origin/images/overlay-pattern/dark-geometric.png /usr/src/app/static/origin/images/overlay-pattern/dark-geometric.png
origin/images/overlay-pattern/food.png /usr/src/app/static/origin/images/overlay-pattern/food.png
origin/images/overlay-pattern/gplay.png /usr/src/app/static/origin/images/overlay-pattern/gplay.png
origin/images/overlay-pattern/overlay-pattern-1.png /usr/src/app/static/origin/images/overlay-pattern/overlay-pattern-1.png
origin/images/pagetitle/WR.png /usr/src/app/static/origin/images/pagetitle/WR.png
origin/images/pagetitle/about-us_01.jpg /usr/src/app/static/origin/images/pagetitle/about-us_01.jpg
origin/images/pagetitle/about-us_02.jpg /usr/src/app/static/origin/images/pagetitle/about-us_02.jpg
origin/images/pagetitle/about-us_03-01.png /usr/src/app/static/origin/images/pagetitle/about-us_03-01.png
origin/images/pagetitle/about-us_03-02.png /usr/src/app/static/origin/images/pagetitle/about-us_03-02.png
origin/images/pagetitle/about-us_03-03.png /usr/src/app/static/origin/images/pagetitle/about-us_03-03.png
origin/images/pagetitle/br.png /usr/src/app/static/origin/images/pagetitle/br.png
origin/images/pagetitle/contacts_01.png /usr/src/app/static/origin/images/pagetitle/contacts_01.png
origin/images/pagetitle/contacts_02.png /usr/src/app/static/origin/images/pagetitle/contacts_02.png
origin/images/pagetitle/da.png /usr/src/app/static/origin/images/pagetitle/da.png
origin/images/pagetitle/faq_01.png /usr/src/app/static/origin/images/pagetitle/faq_01.png
origin/images/pagetitle/icon-box_01.png /usr/src/app/static/origin/images/pagetitle/icon-box_01.png
origin/images/pagetitle/icon-box_02.png /usr/src/app/static/origin/images/pagetitle/icon-box_02.png
origin/images/pagetitle/icon-box_03.png /usr/src/app/static/origin/images/pagetitle/icon-box_03.png
origin/images/pagetitle/icon-box_04.png /usr/src/app/static/origin/images/pagetitle/icon-box_04.png
origin/images/pagetitle/icon-box_05.png /usr/src/app/static/origin/images/pagetitle/icon-box_05.png
origin/images/pagetitle/icon-box_06.png /usr/src/app/static/origin/images/pagetitle/icon-box_06.png
origin/images/pagetitle/icon-box_07.png /usr/src/app/static/origin/images/pagetitle/icon-box_07.png
origin/images/pagetitle/icon-box_08.png /usr/src/app/static/origin/images/pagetitle/icon-box_08.png
origin/images/pagetitle/icon-box_bg.jpg /usr/src/app/static/origin/images/pagetitle/icon-box_bg.jpg
origin/images/pagetitle/icon-box_bg.png /usr/src/app/static/origin/images/pagetitle/icon-box_bg.png
origin/images/pagetitle/ka.png /usr/src/app/static/origin/images/pagetitle/ka.png
origin/images/pagetitle/kr.png /usr/src/app/static/origin/images/pagetitle/kr.png
origin/images/pagetitle/la.png /usr/src/app/static/origin/images/pagetitle/la.png
origin/images/pagetitle/our-team_01.png /usr/src/app/static/origin/images/pagetitle/our-team_01.png
origin/images/pagetitle/pagetitle_about-us.jpg /usr/src/app/static/origin/images/pagetitle/pagetitle_about-us.jpg
origin/images/pagetitle/pagetitle_contacts.jpg /usr/src/app/static/origin/images/pagetitle/pagetitle_contacts.jpg
origin/images/pagetitle/pagetitle_faq.jpg /usr/src/app/static/origin/images/pagetitle/pagetitle_faq.jpg
origin/images/pagetitle/pagetitle_portfolio.jpg /usr/src/app/static/origin/images/pagetitle/pagetitle_portfolio.jpg
origin/images/pagetitle/pagetitle_team.jpg /usr/src/app/static/origin/images/pagetitle/pagetitle_team.jpg
origin/images/pagetitle/partners_01-w.png /usr/src/app/static/origin/images/pagetitle/partners_01-w.png
origin/images/pagetitle/partners_01.png /usr/src/app/static/origin/images/pagetitle/partners_01.png
origin/images/pagetitle/partners_02-w.png /usr/src/app/static/origin/images/pagetitle/partners_02-w.png
origin/images/pagetitle/partners_02.png /usr/src/app/static/origin/images/pagetitle/partners_02.png
origin/images/pagetitle/partners_03-w.png /usr/src/app/static/origin/images/pagetitle/partners_03-w.png
origin/images/pagetitle/partners_03.png /usr/src/app/static/origin/images/pagetitle/partners_03.png
origin/images/pagetitle/partners_04-w.png /usr/src/app/static/origin/images/pagetitle/partners_04-w.png
origin/images/pagetitle/partners_04.png /usr/src/app/static/origin/images/pagetitle/partners_04.png
origin/images/pagetitle/partners_05-w.png /usr/src/app/static/origin/images/pagetitle/partners_05-w.png
origin/images/pagetitle/partners_05.png /usr/src/app/static/origin/images/pagetitle/partners_05.png
origin/images/pagetitle/partners_06-w.png /usr/src/app/static/origin/images/pagetitle/partners_06-w.png
origin/images/pagetitle/partners_06.png /usr/src/app/static/origin/images/pagetitle/partners_06.png
origin/images/pagetitle/portfolio-single_01.jpg /usr/src/app/static/origin/images/pagetitle/portfolio-single_01.jpg
origin/images/pagetitle/portfolio-single_02.jpg /usr/src/app/static/origin/images/pagetitle/portfolio-single_02.jpg
origin/images/pagetitle/portfolio_01-1-1140x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_01-1-1140x1140.jpg
origin/images/pagetitle/portfolio_01-1-1140x540.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_01-1-1140x540.jpg
origin/images/pagetitle/portfolio_01-1-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_01-1-740x740.jpg
origin/images/pagetitle/portfolio_01-1-740x800.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_01-1-740x800.jpg
origin/images/pagetitle/portfolio_02-1140x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_02-1140x1140.jpg
origin/images/pagetitle/portfolio_02-1140x540.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_02-1140x540.jpg
origin/images/pagetitle/portfolio_02-540x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_02-540x1140.jpg
origin/images/pagetitle/portfolio_02-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_02-740x740.jpg
origin/images/pagetitle/portfolio_02-740x800.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_02-740x800.jpg
origin/images/pagetitle/portfolio_03-1140x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_03-1140x1140.jpg
origin/images/pagetitle/portfolio_03-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_03-740x740.jpg
origin/images/pagetitle/portfolio_03-740x800.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_03-740x800.jpg
origin/images/pagetitle/portfolio_04-1140x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_04-1140x1140.jpg
origin/images/pagetitle/portfolio_04-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_04-740x740.jpg
origin/images/pagetitle/portfolio_04-740x800.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_04-740x800.jpg
origin/images/pagetitle/portfolio_05-1140x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_05-1140x1140.jpg
origin/images/pagetitle/portfolio_05-1140x540.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_05-1140x540.jpg
origin/images/pagetitle/portfolio_05-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_05-740x740.jpg
origin/images/pagetitle/portfolio_05-740x800.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_05-740x800.jpg
origin/images/pagetitle/portfolio_06-1140x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_06-1140x1140.jpg
origin/images/pagetitle/portfolio_06-1140x540.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_06-1140x540.jpg
origin/images/pagetitle/portfolio_06-540x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_06-540x1140.jpg
origin/images/pagetitle/portfolio_06-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_06-740x740.jpg
origin/images/pagetitle/portfolio_06-740x800.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_06-740x800.jpg
origin/images/pagetitle/portfolio_07-1140x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_07-1140x1140.jpg
origin/images/pagetitle/portfolio_07-1140x540.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_07-1140x540.jpg
origin/images/pagetitle/portfolio_07-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_07-740x740.jpg
origin/images/pagetitle/portfolio_07-740x800.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_07-740x800.jpg
origin/images/pagetitle/portfolio_08-1140x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_08-1140x1140.jpg
origin/images/pagetitle/portfolio_08-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_08-740x740.jpg
origin/images/pagetitle/portfolio_08-740x800.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_08-740x800.jpg
origin/images/pagetitle/portfolio_09-1140x1140.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_09-1140x1140.jpg
origin/images/pagetitle/portfolio_09-150x150.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_09-150x150.jpg
origin/images/pagetitle/portfolio_09-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_09-740x740.jpg
origin/images/pagetitle/portfolio_09-740x800.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_09-740x800.jpg
origin/images/pagetitle/portfolio_10-1170x670.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_10-1170x670.jpg
origin/images/pagetitle/portfolio_10-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_10-740x740.jpg
origin/images/pagetitle/portfolio_11-150x150.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_11-150x150.jpg
origin/images/pagetitle/portfolio_11-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_11-740x740.jpg
origin/images/pagetitle/portfolio_12-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_12-740x740.jpg
origin/images/pagetitle/portfolio_13-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_13-740x740.jpg
origin/images/pagetitle/portfolio_14-740x740.jpg /usr/src/app/static/origin/images/pagetitle/portfolio_14-740x740.jpg
origin/images/pagetitle/team_01-540x600.jpg /usr/src/app/static/origin/images/pagetitle/team_01-540x600.jpg
origin/images/pagetitle/team_01-720x780.jpg /usr/src/app/static/origin/images/pagetitle/team_01-720x780.jpg
origin/images/pagetitle/team_02-540x600.jpg /usr/src/app/static/origin/images/pagetitle/team_02-540x600.jpg
origin/images/pagetitle/team_02-720x780.jpg /usr/src/app/static/origin/images/pagetitle/team_02-720x780.jpg
origin/images/pagetitle/team_03-540x600.jpg /usr/src/app/static/origin/images/pagetitle/team_03-540x600.jpg
origin/images/pagetitle/team_03-720x780.jpg /usr/src/app/static/origin/images/pagetitle/team_03-720x780.jpg
origin/images/pagetitle/team_04-540x600.jpg /usr/src/app/static/origin/images/pagetitle/team_04-540x600.jpg
origin/images/pagetitle/team_04-720x780.jpg /usr/src/app/static/origin/images/pagetitle/team_04-720x780.jpg
origin/images/pagetitle/team_04-740x740.jpg /usr/src/app/static/origin/images/pagetitle/team_04-740x740.jpg
origin/images/pagetitle/team_05-540x600.jpg /usr/src/app/static/origin/images/pagetitle/team_05-540x600.jpg
origin/images/pagetitle/team_05-720x780.jpg /usr/src/app/static/origin/images/pagetitle/team_05-720x780.jpg
origin/images/pagetitle/team_06-540x600.jpg /usr/src/app/static/origin/images/pagetitle/team_06-540x600.jpg
origin/images/pagetitle/team_06-720x780.jpg /usr/src/app/static/origin/images/pagetitle/team_06-720x780.jpg
origin/images/pagetitle/testimonials_01-60x60.jpg /usr/src/app/static/origin/images/pagetitle/testimonials_01-60x60.jpg
origin/images/pagetitle/testimonials_01-80x80.jpg /usr/src/app/static/origin/images/pagetitle/testimonials_01-80x80.jpg
origin/images/pagetitle/testimonials_03-60x60.jpg /usr/src/app/static/origin/images/pagetitle/testimonials_03-60x60.jpg
origin/images/pagetitle/testimonials_03-80x80.jpg /usr/src/app/static/origin/images/pagetitle/testimonials_03-80x80.jpg
origin/images/pagetitle/testimonials_04-60x60.jpg /usr/src/app/static/origin/images/pagetitle/testimonials_04-60x60.jpg
origin/images/pagetitle/testimonials_04-80x80.jpg /usr/src/app/static/origin/images/pagetitle/testimonials_04-80x80.jpg
origin/images/pagetitle/testimonials_05.jpg /usr/src/app/static/origin/images/pagetitle/testimonials_05.jpg
origin/images/pagetitle/testimonials_bg.png /usr/src/app/static/origin/images/pagetitle/testimonials_bg.png
origin/images/slider/1.jpg /usr/src/app/static/origin/images/slider/1.jpg
origin/images/slider/2.jpg /usr/src/app/static/origin/images/slider/2.jpg
origin/images/slider/3.jpg /usr/src/app/static/origin/images/slider/3.jpg
origin/images/slider/4.jpg /usr/src/app/static/origin/images/slider/4.jpg
origin/images/slider/5.jpg /usr/src/app/static/origin/images/slider/5.jpg
origin/js/comment-reply.min.js /usr/src/app/static/origin/js/comment-reply.min.js
origin/js/imagesloaded.min.js /usr/src/app/static/origin/js/imagesloaded.min.js
origin/js/jarallax-video.min.js /usr/src/app/static/origin/js/jarallax-video.min.js
origin/js/jarallax.min.js /usr/src/app/static/origin/js/jarallax.min.js
origin/js/jquery.appear.js /usr/src/app/static/origin/js/jquery.appear.js
origin/js/jquery.countdown.min.js /usr/src/app/static/origin/js/jquery.countdown.min.js
origin/js/jquery.easypiechart.min.js /usr/src/app/static/origin/js/jquery.easypiechart.min.js
origin/js/jquery.justifiedGallery.min.js /usr/src/app/static/origin/js/jquery.justifiedGallery.min.js
origin/js/jquery.paroller.min.js /usr/src/app/static/origin/js/jquery.paroller.min.js
origin/js/parallax.min.js /usr/src/app/static/origin/js/parallax.min.js
origin/js/perfect-scrollbar.min.js /usr/src/app/static/origin/js/perfect-scrollbar.min.js
origin/js/skrollr.min.js /usr/src/app/static/origin/js/skrollr.min.js
origin/js/slick.min.js /usr/src/app/static/origin/js/slick.min.js
origin/js/theia-sticky-sidebar.min.js /usr/src/app/static/origin/js/theia-sticky-sidebar.min.js
origin/js/theme-addons.js /usr/src/app/static/origin/js/theme-addons.js
origin/js/theme.js /usr/src/app/static/origin/js/theme.js
origin/js/wp-embed.min.js /usr/src/app/static/origin/js/wp-embed.min.js
origin/js/jquery/jquery-migrate.min.js /usr/src/app/static/origin/js/jquery/jquery-migrate.min.js
origin/js/jquery/jquery.min.js /usr/src/app/static/origin/js/jquery/jquery.min.js
origin/js/jquery/ui/core.min.js /usr/src/app/static/origin/js/jquery/ui/core.min.js
origin/js/jquery/ui/mouse.min.js /usr/src/app/static/origin/js/jquery/ui/mouse.min.js
origin/js/jquery/ui/slider.min.js /usr/src/app/static/origin/js/jquery/ui/slider.min.js
origin/main/js/763-d7346448c78d67dc.js /usr/src/app/static/origin/main/js/763-d7346448c78d67dc.js
origin/main/js/77-369862704aba4189.js /usr/src/app/static/origin/main/js/77-369862704aba4189.js
origin/main/js/[id]-de59cf6016bf43f8.js /usr/src/app/static/origin/main/js/[id]-de59cf6016bf43f8.js
origin/main/js/_app-e27daf73b6d8f454.js /usr/src/app/static/origin/main/js/_app-e27daf73b6d8f454.js
origin/main/js/framework-73b8966a3c579ab0.js /usr/src/app/static/origin/main/js/framework-73b8966a3c579ab0.js
origin/main/js/main-2046fc4b22c63442.js /usr/src/app/static/origin/main/js/main-2046fc4b22c63442.js
origin/main/js/webpack-b91623d4cbd493e3.js /usr/src/app/static/origin/main/js/webpack-b91623d4cbd493e3.js
origin/plugins/WGL-toolbar/public/css/wgl-toolbar-public.css /usr/src/app/static/origin/plugins/WGL-toolbar/public/css/wgl-toolbar-public.css
origin/plugins/WGL-toolbar/public/img/placeholder.png /usr/src/app/static/origin/plugins/WGL-toolbar/public/img/placeholder.png
origin/plugins/WGL-toolbar/public/js/wgl-toolbar-public.min.js /usr/src/app/static/origin/plugins/WGL-toolbar/public/js/wgl-toolbar-public.min.js
origin/plugins/bighearts-core/includes/elementor/assets/js/isotope.pkgd.min.js /usr/src/app/static/origin/plugins/bighearts-core/includes/elementor/assets/js/isotope.pkgd.min.js
origin/plugins/bighearts-core/includes/elementor/assets/js/wgl_elementor_column.js /usr/src/app/static/origin/plugins/bighearts-core/includes/elementor/assets/js/wgl_elementor_column.js
origin/plugins/bighearts-core/includes/elementor/assets/js/wgl_elementor_sections.js /usr/src/app/static/origin/plugins/bighearts-core/includes/elementor/assets/js/wgl_elementor_sections.js
origin/plugins/bighearts-core/includes/elementor/assets/js/wgl_elementor_widgets.js /usr/src/app/static/origin/plugins/bighearts-core/includes/elementor/assets/js/wgl_elementor_widgets.js
origin/plugins/contact-form-7/includes/css/styles.css /usr/src/app/static/origin/plugins/contact-form-7/includes/css/styles.css
origin/plugins/contact-form-7/includes/js/index.js /usr/src/app/static/origin/plugins/contact-form-7/includes/js/index.js
origin/plugins/elementor/assets/js/frontend-modules.min.js /usr/src/app/static/origin/plugins/elementor/assets/js/frontend-modules.min.js
origin/plugins/elementor/assets/js/frontend.min.js /usr/src/app/static/origin/plugins/elementor/assets/js/frontend.min.js
origin/plugins/elementor/assets/js/preloaded-modules.min.js /usr/src/app/static/origin/plugins/elementor/assets/js/preloaded-modules.min.js
origin/plugins/elementor/assets/js/webpack.runtime.min.js /usr/src/app/static/origin/plugins/elementor/assets/js/webpack.runtime.min.js
origin/plugins/revslider/public/assets/assets/dummy.png /usr/src/app/static/origin/plugins/revslider/public/assets/assets/dummy.png
origin/plugins/revslider/public/assets/assets/transparent.png /usr/src/app/static/origin/plugins/revslider/public/assets/assets/transparent.png
origin/plugins/revslider/public/assets/css/rs6.css /usr/src/app/static/origin/plugins/revslider/public/assets/css/rs6.css
origin/plugins/revslider/public/assets/fonts/material/MaterialIcons-Regular.woff2 /usr/src/app/static/origin/plugins/revslider/public/assets/fonts/material/MaterialIcons-Regular.woff2
origin/plugins/revslider/public/assets/fonts/revicons/revicons.woff /usr/src/app/static/origin/plugins/revslider/public/assets/fonts/revicons/revicons.woff
origin/plugins/revslider/public/assets/js/rbtools.min.js /usr/src/app/static/origin/plugins/revslider/public/assets/js/rbtools.min.js
origin/plugins/revslider/public/assets/js/rs6.min.js /usr/src/app/static/origin/plugins/revslider/public/assets/js/rs6.min.js
origin/plugins/woocommerce/assets/css/select2.css /usr/src/app/static/origin/plugins/woocommerce/assets/css/select2.css
origin/plugins/woocommerce/assets/css/woocommerce-layout.css /usr/src/app/static/origin/plugins/woocommerce/assets/css/woocommerce-layout.css
origin/plugins/woocommerce/assets/css/woocommerce-smallscreen.css /usr/src/app/static/origin/plugins/woocommerce/assets/css/woocommerce-smallscreen.css
origin/plugins/woocommerce/assets/css/woocommerce.css /usr/src/app/static/origin/plugins/woocommerce/assets/css/woocommerce.css
origin/plugins/woocommerce/assets/fonts/star.woff /usr/src/app/static/origin/plugins/woocommerce/assets/fonts/star.woff
origin/plugins/woocommerce/assets/js/accounting/accounting.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/accounting/accounting.min.js
origin/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js
origin/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js
origin/plugins/woocommerce/assets/js/frontend/address-i18n.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/frontend/address-i18n.min.js
origin/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js
origin/plugins/woocommerce/assets/js/frontend/cart.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/frontend/cart.min.js
origin/plugins/woocommerce/assets/js/frontend/country-select.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/frontend/country-select.min.js
origin/plugins/woocommerce/assets/js/frontend/price-slider.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/frontend/price-slider.min.js
origin/plugins/woocommerce/assets/js/frontend/single-product.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/frontend/single-product.min.js
origin/plugins/woocommerce/assets/js/frontend/woocommerce.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/frontend/woocommerce.min.js
origin/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js
origin/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.min.js
origin/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js
origin/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js
origin/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js
origin/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.min.js
origin/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js /usr/src/app/static/origin/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js
origin/plugins/woocommerce/packages/woocommerce-blocks/build/style.css /usr/src/app/static/origin/plugins/woocommerce/packages/woocommerce-blocks/build/style.css
origin/plugins/woocommerce/packages/woocommerce-blocks/build/vendors-style.css /usr/src/app/static/origin/plugins/woocommerce/packages/woocommerce-blocks/build/vendors-style.css
origin/webfonts/fa-brands-400.eot /usr/src/app/static/origin/webfonts/fa-brands-400.eot
origin/webfonts/fa-brands-400.svg /usr/src/app/static/origin/webfonts/fa-brands-400.svg
origin/webfonts/fa-brands-400.ttf /usr/src/app/static/origin/webfonts/fa-brands-400.ttf
origin/webfonts/fa-brands-400.woff /usr/src/app/static/origin/webfonts/fa-brands-400.woff
origin/webfonts/fa-brands-400.woff2 /usr/src/app/static/origin/webfonts/fa-brands-400.woff2
origin/webfonts/fa-regular-400.eot /usr/src/app/static/origin/webfonts/fa-regular-400.eot
origin/webfonts/fa-regular-400.svg /usr/src/app/static/origin/webfonts/fa-regular-400.svg
origin/webfonts/fa-regular-400.ttf /usr/src/app/static/origin/webfonts/fa-regular-400.ttf
origin/webfonts/fa-regular-400.woff /usr/src/app/static/origin/webfonts/fa-regular-400.woff
origin/webfonts/fa-regular-400.woff2 /usr/src/app/static/origin/webfonts/fa-regular-400.woff2
origin/webfonts/fa-solid-900.eot /usr/src/app/static/origin/webfonts/fa-solid-900.eot
origin/webfonts/fa-solid-900.svg /usr/src/app/static/origin/webfonts/fa-solid-900.svg
origin/webfonts/fa-solid-900.ttf /usr/src/app/static/origin/webfonts/fa-solid-900.ttf
origin/webfonts/fa-solid-900.woff /usr/src/app/static/origin/webfonts/fa-solid-900.woff
origin/webfonts/fa-solid-900.woff2 /usr/src/app/static/origin/webfonts/fa-solid-900.woff2
origin/webfonts/inspiro-icons.svg /usr/src/app/static/origin/webfonts/inspiro-icons.svg
origin/webfonts/inspiro-icons.ttf /usr/src/app/static/origin/webfonts/inspiro-icons.ttf
origin/webfonts/inspiro-icons.woff /usr/src/app/static/origin/webfonts/inspiro-icons.woff

django.contrib.staticfiles.finders.AppDirectoriesFinder (1521 files)

Path مکان
admin/js/cancel.js /usr/local/lib/python3.10/site-packages/admin_interface/static/admin/js/cancel.js
admin/js/popup_response.js /usr/local/lib/python3.10/site-packages/admin_interface/static/admin/js/popup_response.js
admin_interface/css/admin-interface-fix.css /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/css/admin-interface-fix.css
admin_interface/css/admin-interface.css /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/css/admin-interface.css
admin_interface/css/ckeditor.css /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/css/ckeditor.css
admin_interface/css/form-controls.css /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/css/form-controls.css
admin_interface/css/jquery.ui.tabs.css /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/css/jquery.ui.tabs.css
admin_interface/css/json-widget.css /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/css/json-widget.css
admin_interface/css/list-filter-dropdown.css /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/css/list-filter-dropdown.css
admin_interface/css/modeltranslation.css /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/css/modeltranslation.css
admin_interface/css/recent-actions.css /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/css/recent-actions.css
admin_interface/css/related-modal.css /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/css/related-modal.css
admin_interface/css/rtl.css /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/css/rtl.css
admin_interface/css/sorl-thumbnail.css /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/css/sorl-thumbnail.css
admin_interface/css/tabbed-admin.css /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/css/tabbed-admin.css
admin_interface/css/tinymce.css /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/css/tinymce.css
admin_interface/favico/favico-0.3.10-patched.js /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/favico/favico-0.3.10-patched.js
admin_interface/favico/favico-0.3.10-patched.min.js /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/favico/favico-0.3.10-patched.min.js
admin_interface/foldable-apps/foldable-apps.css /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/foldable-apps/foldable-apps.css
admin_interface/foldable-apps/foldable-apps.js /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/foldable-apps/foldable-apps.js
admin_interface/magnific-popup/jquery.magnific-popup.js /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/magnific-popup/jquery.magnific-popup.js
admin_interface/magnific-popup/magnific-popup.css /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/magnific-popup/magnific-popup.css
admin_interface/related-modal/related-modal.js /usr/local/lib/python3.10/site-packages/admin_interface/static/admin_interface/related-modal/related-modal.js
ckeditor/ckeditor/skins/light/LICENSE /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/LICENSE
ckeditor/ckeditor/skins/light/README.md /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/README.md
ckeditor/ckeditor/skins/light/bower.json /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/bower.json
ckeditor/ckeditor/skins/light/dialog.css /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/dialog.css
ckeditor/ckeditor/skins/light/editor.css /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/editor.css
ckeditor/ckeditor/skins/light/editor_gecko.css /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/editor_gecko.css
ckeditor/ckeditor/skins/light/editor_ie.css /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/editor_ie.css
ckeditor/ckeditor/skins/light/editor_ie7.css /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/editor_ie7.css
ckeditor/ckeditor/skins/light/editor_ie8.css /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/editor_ie8.css
ckeditor/ckeditor/skins/light/icons.png /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/icons.png
ckeditor/ckeditor/skins/light/icons_hidpi.png /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/icons_hidpi.png
ckeditor/ckeditor/skins/light/skin.js /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/skin.js
ckeditor/ckeditor/skins/light/images/arrow.png /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/images/arrow.png
ckeditor/ckeditor/skins/light/images/close.png /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/images/close.png
ckeditor/ckeditor/skins/light/images/lock-open.png /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/images/lock-open.png
ckeditor/ckeditor/skins/light/images/lock.png /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/images/lock.png
ckeditor/ckeditor/skins/light/images/refresh.png /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/images/refresh.png
ckeditor/ckeditor/skins/light/images/hidpi/close.png /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/images/hidpi/close.png
ckeditor/ckeditor/skins/light/images/hidpi/lock-open.png /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/images/hidpi/lock-open.png
ckeditor/ckeditor/skins/light/images/hidpi/lock.png /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/images/hidpi/lock.png
ckeditor/ckeditor/skins/light/images/hidpi/refresh.png /usr/local/lib/python3.10/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/images/hidpi/refresh.png
admin/css/autocomplete.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/autocomplete.css
admin/css/base.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/base.css
admin/css/changelists.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/changelists.css
admin/css/dark_mode.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/dark_mode.css
admin/css/dashboard.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/dashboard.css
admin/css/fonts.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/fonts.css
admin/css/forms.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/forms.css
admin/css/login.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/login.css
admin/css/nav_sidebar.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/nav_sidebar.css
admin/css/responsive.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/responsive.css
admin/css/responsive_rtl.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.css
admin/css/rtl.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/rtl.css
admin/css/widgets.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/widgets.css
admin/css/vendor/select2/LICENSE-SELECT2.md /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md
admin/css/vendor/select2/select2.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.css
admin/css/vendor/select2/select2.min.css /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css
admin/fonts/LICENSE.txt /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/fonts/LICENSE.txt
admin/fonts/README.txt /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/fonts/README.txt
admin/fonts/Roboto-Bold-webfont.woff /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff
admin/fonts/Roboto-Light-webfont.woff /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff
admin/fonts/Roboto-Regular-webfont.woff /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff
admin/img/LICENSE /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/LICENSE
admin/img/README.txt /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/README.txt
admin/img/calendar-icons.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg
admin/img/icon-addlink.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg
admin/img/icon-alert.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg
admin/img/icon-calendar.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg
admin/img/icon-changelink.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg
admin/img/icon-clock.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg
admin/img/icon-deletelink.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg
admin/img/icon-no.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-no.svg
admin/img/icon-unknown-alt.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg
admin/img/icon-unknown.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg
admin/img/icon-viewlink.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-viewlink.svg
admin/img/icon-yes.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg
admin/img/inline-delete.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg
admin/img/search.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/search.svg
admin/img/selector-icons.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg
admin/img/sorting-icons.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg
admin/img/tooltag-add.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg
admin/img/tooltag-arrowright.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg
admin/img/gis/move_vertex_off.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg
admin/img/gis/move_vertex_on.svg /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg
admin/js/SelectBox.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/SelectBox.js
admin/js/SelectFilter2.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js
admin/js/actions.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/actions.js
admin/js/autocomplete.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/autocomplete.js
admin/js/calendar.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/calendar.js
admin/js/cancel.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/cancel.js
admin/js/change_form.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/change_form.js
admin/js/collapse.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/collapse.js
admin/js/core.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/core.js
admin/js/filters.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/filters.js
admin/js/inlines.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/inlines.js
admin/js/jquery.init.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/jquery.init.js
admin/js/nav_sidebar.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/nav_sidebar.js
admin/js/popup_response.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/popup_response.js
admin/js/prepopulate.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/prepopulate.js
admin/js/prepopulate_init.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js
admin/js/urlify.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/urlify.js
admin/js/admin/DateTimeShortcuts.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js
admin/js/admin/RelatedObjectLookups.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js
admin/js/vendor/jquery/LICENSE.txt /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt
admin/js/vendor/jquery/jquery.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js
admin/js/vendor/jquery/jquery.min.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js
admin/js/vendor/select2/LICENSE.md /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md
admin/js/vendor/select2/select2.full.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.js
admin/js/vendor/select2/select2.full.min.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js
admin/js/vendor/select2/i18n/af.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js
admin/js/vendor/select2/i18n/ar.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js
admin/js/vendor/select2/i18n/az.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js
admin/js/vendor/select2/i18n/bg.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js
admin/js/vendor/select2/i18n/bn.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js
admin/js/vendor/select2/i18n/bs.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js
admin/js/vendor/select2/i18n/ca.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js
admin/js/vendor/select2/i18n/cs.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js
admin/js/vendor/select2/i18n/da.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js
admin/js/vendor/select2/i18n/de.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js
admin/js/vendor/select2/i18n/dsb.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js
admin/js/vendor/select2/i18n/el.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js
admin/js/vendor/select2/i18n/en.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js
admin/js/vendor/select2/i18n/es.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js
admin/js/vendor/select2/i18n/et.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js
admin/js/vendor/select2/i18n/eu.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js
admin/js/vendor/select2/i18n/fa.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js
admin/js/vendor/select2/i18n/fi.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js
admin/js/vendor/select2/i18n/fr.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js
admin/js/vendor/select2/i18n/gl.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js
admin/js/vendor/select2/i18n/he.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js
admin/js/vendor/select2/i18n/hi.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js
admin/js/vendor/select2/i18n/hr.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js
admin/js/vendor/select2/i18n/hsb.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js
admin/js/vendor/select2/i18n/hu.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js
admin/js/vendor/select2/i18n/hy.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js
admin/js/vendor/select2/i18n/id.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js
admin/js/vendor/select2/i18n/is.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js
admin/js/vendor/select2/i18n/it.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js
admin/js/vendor/select2/i18n/ja.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js
admin/js/vendor/select2/i18n/ka.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js
admin/js/vendor/select2/i18n/km.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js
admin/js/vendor/select2/i18n/ko.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js
admin/js/vendor/select2/i18n/lt.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js
admin/js/vendor/select2/i18n/lv.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js
admin/js/vendor/select2/i18n/mk.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js
admin/js/vendor/select2/i18n/ms.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js
admin/js/vendor/select2/i18n/nb.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js
admin/js/vendor/select2/i18n/ne.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js
admin/js/vendor/select2/i18n/nl.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js
admin/js/vendor/select2/i18n/pl.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js
admin/js/vendor/select2/i18n/ps.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js
admin/js/vendor/select2/i18n/pt-BR.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js
admin/js/vendor/select2/i18n/pt.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js
admin/js/vendor/select2/i18n/ro.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js
admin/js/vendor/select2/i18n/ru.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js
admin/js/vendor/select2/i18n/sk.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js
admin/js/vendor/select2/i18n/sl.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js
admin/js/vendor/select2/i18n/sq.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js
admin/js/vendor/select2/i18n/sr-Cyrl.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js
admin/js/vendor/select2/i18n/sr.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js
admin/js/vendor/select2/i18n/sv.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js
admin/js/vendor/select2/i18n/th.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js
admin/js/vendor/select2/i18n/tk.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js
admin/js/vendor/select2/i18n/tr.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js
admin/js/vendor/select2/i18n/uk.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js
admin/js/vendor/select2/i18n/vi.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js
admin/js/vendor/select2/i18n/zh-CN.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js
admin/js/vendor/select2/i18n/zh-TW.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js
admin/js/vendor/xregexp/LICENSE.txt /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt
admin/js/vendor/xregexp/xregexp.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js
admin/js/vendor/xregexp/xregexp.min.js /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js
admin/jquery.ui.datepicker.jalali/default.htm /usr/local/lib/python3.10/site-packages/jalali_date/static/admin/jquery.ui.datepicker.jalali/default.htm
admin/jquery.ui.datepicker.jalali/scripts/calendar.all.js /usr/local/lib/python3.10/site-packages/jalali_date/static/admin/jquery.ui.datepicker.jalali/scripts/calendar.all.js
admin/jquery.ui.datepicker.jalali/scripts/calendar.js /usr/local/lib/python3.10/site-packages/jalali_date/static/admin/jquery.ui.datepicker.jalali/scripts/calendar.js
admin/jquery.ui.datepicker.jalali/scripts/jquery-1.10.2.min.js /usr/local/lib/python3.10/site-packages/jalali_date/static/admin/jquery.ui.datepicker.jalali/scripts/jquery-1.10.2.min.js
admin/jquery.ui.datepicker.jalali/scripts/jquery-1.10.2.min.map /usr/local/lib/python3.10/site-packages/jalali_date/static/admin/jquery.ui.datepicker.jalali/scripts/jquery-1.10.2.min.map
admin/jquery.ui.datepicker.jalali/scripts/jquery.ui.core.js /usr/local/lib/python3.10/site-packages/jalali_date/static/admin/jquery.ui.datepicker.jalali/scripts/jquery.ui.core.js
admin/jquery.ui.datepicker.jalali/scripts/jquery.ui.datepicker-cc-fa.js /usr/local/lib/python3.10/site-packages/jalali_date/static/admin/jquery.ui.datepicker.jalali/scripts/jquery.ui.datepicker-cc-fa.js
admin/jquery.ui.datepicker.jalali/scripts/jquery.ui.datepicker-cc.js /usr/local/lib/python3.10/site-packages/jalali_date/static/admin/jquery.ui.datepicker.jalali/scripts/jquery.ui.datepicker-cc.js
admin/jquery.ui.datepicker.jalali/themes/base/jquery-ui.min.css /usr/local/lib/python3.10/site-packages/jalali_date/static/admin/jquery.ui.datepicker.jalali/themes/base/jquery-ui.min.css
admin/jquery.ui.datepicker.jalali/themes/base/images/ui-icons_444444_256x240.png /usr/local/lib/python3.10/site-packages/jalali_date/static/admin/jquery.ui.datepicker.jalali/themes/base/images/ui-icons_444444_256x240.png
admin/jquery.ui.datepicker.jalali/themes/base/images/ui-icons_555555_256x240.png /usr/local/lib/python3.10/site-packages/jalali_date/static/admin/jquery.ui.datepicker.jalali/themes/base/images/ui-icons_555555_256x240.png
admin/jquery.ui.datepicker.jalali/themes/base/images/ui-icons_777620_256x240.png /usr/local/lib/python3.10/site-packages/jalali_date/static/admin/jquery.ui.datepicker.jalali/themes/base/images/ui-icons_777620_256x240.png
admin/jquery.ui.datepicker.jalali/themes/base/images/ui-icons_777777_256x240.png /usr/local/lib/python3.10/site-packages/jalali_date/static/admin/jquery.ui.datepicker.jalali/themes/base/images/ui-icons_777777_256x240.png
admin/jquery.ui.datepicker.jalali/themes/base/images/ui-icons_cc0000_256x240.png /usr/local/lib/python3.10/site-packages/jalali_date/static/admin/jquery.ui.datepicker.jalali/themes/base/images/ui-icons_cc0000_256x240.png
admin/jquery.ui.datepicker.jalali/themes/base/images/ui-icons_ffffff_256x240.png /usr/local/lib/python3.10/site-packages/jalali_date/static/admin/jquery.ui.datepicker.jalali/themes/base/images/ui-icons_ffffff_256x240.png
admin/js/django_jalali..js /usr/local/lib/python3.10/site-packages/jalali_date/static/admin/js/django_jalali..js
admin/js/django_jalali.min.js /usr/local/lib/python3.10/site-packages/jalali_date/static/admin/js/django_jalali.min.js
admin/js/main.js /usr/local/lib/python3.10/site-packages/jalali_date/static/admin/js/main.js
utils/js/persian_digits.js /usr/src/app/utils/static/utils/js/persian_digits.js
account/js/resend_code.js /usr/src/app/account/static/account/js/resend_code.js
menu/js/gfk_lookup.js /usr/src/app/menu/static/menu/js/gfk_lookup.js
admin/blog/js/make_automatic_description.js /usr/src/app/blog/static/admin/blog/js/make_automatic_description.js
recruitment/css/recruitment.css /usr/src/app/recruitment/static/recruitment/css/recruitment.css
recruitment/js/recruitment.js /usr/src/app/recruitment/static/recruitment/js/recruitment.js
autosave/js/autosave.js /usr/src/app/autosave/static/autosave/js/autosave.js
coffee_menu/assets/bundle/css/bundle.min.css /usr/src/app/coffee_menu/static/coffee_menu/assets/bundle/css/bundle.min.css
coffee_menu/assets/bundle/fonts/woff2/IRANSansWeb(FaNum).woff2 /usr/src/app/coffee_menu/static/coffee_menu/assets/bundle/fonts/woff2/IRANSansWeb(FaNum).woff2
coffee_menu/assets/bundle/fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2 /usr/src/app/coffee_menu/static/coffee_menu/assets/bundle/fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2
coffee_menu/assets/bundle/fonts/woff2/IRANSansWeb(FaNum)_Light.woff2 /usr/src/app/coffee_menu/static/coffee_menu/assets/bundle/fonts/woff2/IRANSansWeb(FaNum)_Light.woff2
coffee_menu/assets/bundle/fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2 /usr/src/app/coffee_menu/static/coffee_menu/assets/bundle/fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2
coffee_menu/assets/bundle/js/bundle.min.js /usr/src/app/coffee_menu/static/coffee_menu/assets/bundle/js/bundle.min.js
coffee_menu/assets/css/style-dark-gray.min.css /usr/src/app/coffee_menu/static/coffee_menu/assets/css/style-dark-gray.min.css
coffee_menu/assets/css/style-dark-purple.css /usr/src/app/coffee_menu/static/coffee_menu/assets/css/style-dark-purple.css
coffee_menu/assets/css/style-maroon.min.css /usr/src/app/coffee_menu/static/coffee_menu/assets/css/style-maroon.min.css
coffee_menu/assets/css/style-purple.css /usr/src/app/coffee_menu/static/coffee_menu/assets/css/style-purple.css
coffee_menu/assets/fontAwesome/webfonts/fa-brands-400.woff2 /usr/src/app/coffee_menu/static/coffee_menu/assets/fontAwesome/webfonts/fa-brands-400.woff2
coffee_menu/assets/fontAwesome/webfonts/fa-duotone-900.woff2 /usr/src/app/coffee_menu/static/coffee_menu/assets/fontAwesome/webfonts/fa-duotone-900.woff2
coffee_menu/assets/fontAwesome/webfonts/fa-regular-400.woff2 /usr/src/app/coffee_menu/static/coffee_menu/assets/fontAwesome/webfonts/fa-regular-400.woff2
coffee_menu/assets/fontAwesome/webfonts/fa-solid-900.woff2 /usr/src/app/coffee_menu/static/coffee_menu/assets/fontAwesome/webfonts/fa-solid-900.woff2
coffee_menu/assets/js/cart.js /usr/src/app/coffee_menu/static/coffee_menu/assets/js/cart.js
coffee_menu/assets/js/customJs.min.js /usr/src/app/coffee_menu/static/coffee_menu/assets/js/customJs.min.js
coffee_menu/assets/js/search.min.js /usr/src/app/coffee_menu/static/coffee_menu/assets/js/search.min.js
coffee_menu/images/default/menu_header.jpeg /usr/src/app/coffee_menu/static/coffee_menu/images/default/menu_header.jpeg
coffee_menu/images/default/noImage/noimage1.png /usr/src/app/coffee_menu/static/coffee_menu/images/default/noImage/noimage1.png
coffee_menu/images/default/noImage/noimage2.png /usr/src/app/coffee_menu/static/coffee_menu/images/default/noImage/noimage2.png
coffee_menu/images/logo/ohanaa.png /usr/src/app/coffee_menu/static/coffee_menu/images/logo/ohanaa.png
mptt/arrow-move-black.png /usr/local/lib/python3.10/site-packages/mptt/static/mptt/arrow-move-black.png
mptt/arrow-move-white.png /usr/local/lib/python3.10/site-packages/mptt/static/mptt/arrow-move-white.png
mptt/arrow-move.png /usr/local/lib/python3.10/site-packages/mptt/static/mptt/arrow-move.png
mptt/disclosure-down-black.png /usr/local/lib/python3.10/site-packages/mptt/static/mptt/disclosure-down-black.png
mptt/disclosure-down-white.png /usr/local/lib/python3.10/site-packages/mptt/static/mptt/disclosure-down-white.png
mptt/disclosure-down.png /usr/local/lib/python3.10/site-packages/mptt/static/mptt/disclosure-down.png
mptt/disclosure-right-black.png /usr/local/lib/python3.10/site-packages/mptt/static/mptt/disclosure-right-black.png
mptt/disclosure-right-white.png /usr/local/lib/python3.10/site-packages/mptt/static/mptt/disclosure-right-white.png
mptt/disclosure-right.png /usr/local/lib/python3.10/site-packages/mptt/static/mptt/disclosure-right.png
mptt/draggable-admin.css /usr/local/lib/python3.10/site-packages/mptt/static/mptt/draggable-admin.css
mptt/draggable-admin.js /usr/local/lib/python3.10/site-packages/mptt/static/mptt/draggable-admin.js
ckeditor/ckeditor-init.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor-init.js
ckeditor/ckeditor/CHANGES.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/CHANGES.md
ckeditor/ckeditor/LICENSE.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/LICENSE.md
ckeditor/ckeditor/README.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/README.md
ckeditor/ckeditor/SECURITY.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/SECURITY.md
ckeditor/ckeditor/bender-runner.config.json /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/bender-runner.config.json
ckeditor/ckeditor/build-config.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/build-config.js
ckeditor/ckeditor/ckeditor.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/ckeditor.js
ckeditor/ckeditor/config.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/config.js
ckeditor/ckeditor/contents.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/contents.css
ckeditor/ckeditor/styles.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/styles.js
ckeditor/ckeditor/adapters/jquery.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/adapters/jquery.js
ckeditor/ckeditor/lang/af.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/af.js
ckeditor/ckeditor/lang/ar.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ar.js
ckeditor/ckeditor/lang/az.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/az.js
ckeditor/ckeditor/lang/bg.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/bg.js
ckeditor/ckeditor/lang/bn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/bn.js
ckeditor/ckeditor/lang/bs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/bs.js
ckeditor/ckeditor/lang/ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ca.js
ckeditor/ckeditor/lang/cs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/cs.js
ckeditor/ckeditor/lang/cy.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/cy.js
ckeditor/ckeditor/lang/da.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/da.js
ckeditor/ckeditor/lang/de-ch.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/de-ch.js
ckeditor/ckeditor/lang/de.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/de.js
ckeditor/ckeditor/lang/el.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/el.js
ckeditor/ckeditor/lang/en-au.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/en-au.js
ckeditor/ckeditor/lang/en-ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/en-ca.js
ckeditor/ckeditor/lang/en-gb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/en-gb.js
ckeditor/ckeditor/lang/en.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/en.js
ckeditor/ckeditor/lang/eo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/eo.js
ckeditor/ckeditor/lang/es-mx.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/es-mx.js
ckeditor/ckeditor/lang/es.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/es.js
ckeditor/ckeditor/lang/et.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/et.js
ckeditor/ckeditor/lang/eu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/eu.js
ckeditor/ckeditor/lang/fa.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/fa.js
ckeditor/ckeditor/lang/fi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/fi.js
ckeditor/ckeditor/lang/fo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/fo.js
ckeditor/ckeditor/lang/fr-ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/fr-ca.js
ckeditor/ckeditor/lang/fr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/fr.js
ckeditor/ckeditor/lang/gl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/gl.js
ckeditor/ckeditor/lang/gu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/gu.js
ckeditor/ckeditor/lang/he.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/he.js
ckeditor/ckeditor/lang/hi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/hi.js
ckeditor/ckeditor/lang/hr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/hr.js
ckeditor/ckeditor/lang/hu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/hu.js
ckeditor/ckeditor/lang/id.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/id.js
ckeditor/ckeditor/lang/is.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/is.js
ckeditor/ckeditor/lang/it.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/it.js
ckeditor/ckeditor/lang/ja.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ja.js
ckeditor/ckeditor/lang/ka.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ka.js
ckeditor/ckeditor/lang/km.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/km.js
ckeditor/ckeditor/lang/ko.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ko.js
ckeditor/ckeditor/lang/ku.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ku.js
ckeditor/ckeditor/lang/lt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/lt.js
ckeditor/ckeditor/lang/lv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/lv.js
ckeditor/ckeditor/lang/mk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/mk.js
ckeditor/ckeditor/lang/mn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/mn.js
ckeditor/ckeditor/lang/ms.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ms.js
ckeditor/ckeditor/lang/nb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/nb.js
ckeditor/ckeditor/lang/nl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/nl.js
ckeditor/ckeditor/lang/no.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/no.js
ckeditor/ckeditor/lang/oc.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/oc.js
ckeditor/ckeditor/lang/pl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/pl.js
ckeditor/ckeditor/lang/pt-br.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/pt-br.js
ckeditor/ckeditor/lang/pt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/pt.js
ckeditor/ckeditor/lang/ro.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ro.js
ckeditor/ckeditor/lang/ru.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ru.js
ckeditor/ckeditor/lang/si.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/si.js
ckeditor/ckeditor/lang/sk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/sk.js
ckeditor/ckeditor/lang/sl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/sl.js
ckeditor/ckeditor/lang/sq.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/sq.js
ckeditor/ckeditor/lang/sr-latn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/sr-latn.js
ckeditor/ckeditor/lang/sr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/sr.js
ckeditor/ckeditor/lang/sv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/sv.js
ckeditor/ckeditor/lang/th.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/th.js
ckeditor/ckeditor/lang/tr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/tr.js
ckeditor/ckeditor/lang/tt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/tt.js
ckeditor/ckeditor/lang/ug.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/ug.js
ckeditor/ckeditor/lang/uk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/uk.js
ckeditor/ckeditor/lang/vi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/vi.js
ckeditor/ckeditor/lang/zh-cn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/zh-cn.js
ckeditor/ckeditor/lang/zh.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/lang/zh.js
ckeditor/ckeditor/plugins/icons.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/icons.png
ckeditor/ckeditor/plugins/icons_hidpi.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/icons_hidpi.png
ckeditor/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/af.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/af.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/az.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/az.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/da.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/da.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/et.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/et.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/he.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/he.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/id.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/id.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/it.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/it.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/km.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/km.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/no.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/no.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/si.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/si.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/th.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/th.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js
ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js
ckeditor/ckeditor/plugins/about/dialogs/about.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/about/dialogs/about.js
ckeditor/ckeditor/plugins/about/dialogs/logo_ckeditor.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/about/dialogs/logo_ckeditor.png
ckeditor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png
ckeditor/ckeditor/plugins/adobeair/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/adobeair/plugin.js
ckeditor/ckeditor/plugins/ajax/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/ajax/plugin.js
ckeditor/ckeditor/plugins/autoembed/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/plugin.js
ckeditor/ckeditor/plugins/autoembed/lang/cs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/cs.js
ckeditor/ckeditor/plugins/autoembed/lang/de.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/de.js
ckeditor/ckeditor/plugins/autoembed/lang/en.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/en.js
ckeditor/ckeditor/plugins/autoembed/lang/it.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/it.js
ckeditor/ckeditor/plugins/autoembed/lang/ku.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/ku.js
ckeditor/ckeditor/plugins/autoembed/lang/nb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/nb.js
ckeditor/ckeditor/plugins/autoembed/lang/pl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/pl.js
ckeditor/ckeditor/plugins/autoembed/lang/pt-br.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/pt-br.js
ckeditor/ckeditor/plugins/autoembed/lang/tr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/tr.js
ckeditor/ckeditor/plugins/autoembed/lang/zh.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autoembed/lang/zh.js
ckeditor/ckeditor/plugins/autogrow/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autogrow/plugin.js
ckeditor/ckeditor/plugins/autolink/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/autolink/plugin.js
ckeditor/ckeditor/plugins/bbcode/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/bbcode/plugin.js
ckeditor/ckeditor/plugins/clipboard/dialogs/paste.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/clipboard/dialogs/paste.js
ckeditor/ckeditor/plugins/codesnippet/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/plugin.js
ckeditor/ckeditor/plugins/codesnippet/dialogs/codesnippet.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/dialogs/codesnippet.js
ckeditor/ckeditor/plugins/codesnippet/icons/codesnippet.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/icons/codesnippet.png
ckeditor/ckeditor/plugins/codesnippet/icons/hidpi/codesnippet.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/icons/hidpi/codesnippet.png
ckeditor/ckeditor/plugins/codesnippet/lang/ar.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ar.js
ckeditor/ckeditor/plugins/codesnippet/lang/bg.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/bg.js
ckeditor/ckeditor/plugins/codesnippet/lang/ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ca.js
ckeditor/ckeditor/plugins/codesnippet/lang/cs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/cs.js
ckeditor/ckeditor/plugins/codesnippet/lang/da.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/da.js
ckeditor/ckeditor/plugins/codesnippet/lang/de.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/de.js
ckeditor/ckeditor/plugins/codesnippet/lang/el.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/el.js
ckeditor/ckeditor/plugins/codesnippet/lang/en-gb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/en-gb.js
ckeditor/ckeditor/plugins/codesnippet/lang/en.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/en.js
ckeditor/ckeditor/plugins/codesnippet/lang/eo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/eo.js
ckeditor/ckeditor/plugins/codesnippet/lang/es.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/es.js
ckeditor/ckeditor/plugins/codesnippet/lang/et.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/et.js
ckeditor/ckeditor/plugins/codesnippet/lang/fa.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/fa.js
ckeditor/ckeditor/plugins/codesnippet/lang/fi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/fi.js
ckeditor/ckeditor/plugins/codesnippet/lang/fr-ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/fr-ca.js
ckeditor/ckeditor/plugins/codesnippet/lang/fr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/fr.js
ckeditor/ckeditor/plugins/codesnippet/lang/gl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/gl.js
ckeditor/ckeditor/plugins/codesnippet/lang/he.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/he.js
ckeditor/ckeditor/plugins/codesnippet/lang/hr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/hr.js
ckeditor/ckeditor/plugins/codesnippet/lang/hu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/hu.js
ckeditor/ckeditor/plugins/codesnippet/lang/it.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/it.js
ckeditor/ckeditor/plugins/codesnippet/lang/ja.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ja.js
ckeditor/ckeditor/plugins/codesnippet/lang/km.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/km.js
ckeditor/ckeditor/plugins/codesnippet/lang/ko.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ko.js
ckeditor/ckeditor/plugins/codesnippet/lang/ku.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ku.js
ckeditor/ckeditor/plugins/codesnippet/lang/lt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/lt.js
ckeditor/ckeditor/plugins/codesnippet/lang/lv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/lv.js
ckeditor/ckeditor/plugins/codesnippet/lang/nb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/nb.js
ckeditor/ckeditor/plugins/codesnippet/lang/nl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/nl.js
ckeditor/ckeditor/plugins/codesnippet/lang/no.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/no.js
ckeditor/ckeditor/plugins/codesnippet/lang/pl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/pl.js
ckeditor/ckeditor/plugins/codesnippet/lang/pt-br.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/pt-br.js
ckeditor/ckeditor/plugins/codesnippet/lang/pt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/pt.js
ckeditor/ckeditor/plugins/codesnippet/lang/ro.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ro.js
ckeditor/ckeditor/plugins/codesnippet/lang/ru.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ru.js
ckeditor/ckeditor/plugins/codesnippet/lang/sk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/sk.js
ckeditor/ckeditor/plugins/codesnippet/lang/sl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/sl.js
ckeditor/ckeditor/plugins/codesnippet/lang/sq.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/sq.js
ckeditor/ckeditor/plugins/codesnippet/lang/sv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/sv.js
ckeditor/ckeditor/plugins/codesnippet/lang/th.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/th.js
ckeditor/ckeditor/plugins/codesnippet/lang/tr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/tr.js
ckeditor/ckeditor/plugins/codesnippet/lang/tt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/tt.js
ckeditor/ckeditor/plugins/codesnippet/lang/ug.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/ug.js
ckeditor/ckeditor/plugins/codesnippet/lang/uk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/uk.js
ckeditor/ckeditor/plugins/codesnippet/lang/vi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/vi.js
ckeditor/ckeditor/plugins/codesnippet/lang/zh-cn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/zh-cn.js
ckeditor/ckeditor/plugins/codesnippet/lang/zh.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lang/zh.js
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/CHANGES.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/CHANGES.md
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/LICENSE /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/LICENSE
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css /usr/local/lib/python3.10/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 /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css
ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css
ckeditor/ckeditor/plugins/codesnippetgeshi/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/codesnippetgeshi/plugin.js
ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.css
ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.js
ckeditor/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg
ckeditor/ckeditor/plugins/copyformatting/cursors/cursor.svg /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/copyformatting/cursors/cursor.svg
ckeditor/ckeditor/plugins/copyformatting/styles/copyformatting.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/copyformatting/styles/copyformatting.css
ckeditor/ckeditor/plugins/devtools/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/plugin.js
ckeditor/ckeditor/plugins/devtools/lang/_translationstatus.txt /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/_translationstatus.txt
ckeditor/ckeditor/plugins/devtools/lang/ar.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ar.js
ckeditor/ckeditor/plugins/devtools/lang/bg.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/bg.js
ckeditor/ckeditor/plugins/devtools/lang/ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ca.js
ckeditor/ckeditor/plugins/devtools/lang/cs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/cs.js
ckeditor/ckeditor/plugins/devtools/lang/cy.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/cy.js
ckeditor/ckeditor/plugins/devtools/lang/da.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/da.js
ckeditor/ckeditor/plugins/devtools/lang/de.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/de.js
ckeditor/ckeditor/plugins/devtools/lang/el.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/el.js
ckeditor/ckeditor/plugins/devtools/lang/en-gb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/en-gb.js
ckeditor/ckeditor/plugins/devtools/lang/en.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/en.js
ckeditor/ckeditor/plugins/devtools/lang/eo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/eo.js
ckeditor/ckeditor/plugins/devtools/lang/es.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/es.js
ckeditor/ckeditor/plugins/devtools/lang/et.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/et.js
ckeditor/ckeditor/plugins/devtools/lang/eu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/eu.js
ckeditor/ckeditor/plugins/devtools/lang/fa.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/fa.js
ckeditor/ckeditor/plugins/devtools/lang/fi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/fi.js
ckeditor/ckeditor/plugins/devtools/lang/fr-ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/fr-ca.js
ckeditor/ckeditor/plugins/devtools/lang/fr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/fr.js
ckeditor/ckeditor/plugins/devtools/lang/gl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/gl.js
ckeditor/ckeditor/plugins/devtools/lang/gu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/gu.js
ckeditor/ckeditor/plugins/devtools/lang/he.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/he.js
ckeditor/ckeditor/plugins/devtools/lang/hr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/hr.js
ckeditor/ckeditor/plugins/devtools/lang/hu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/hu.js
ckeditor/ckeditor/plugins/devtools/lang/id.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/id.js
ckeditor/ckeditor/plugins/devtools/lang/it.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/it.js
ckeditor/ckeditor/plugins/devtools/lang/ja.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ja.js
ckeditor/ckeditor/plugins/devtools/lang/km.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/km.js
ckeditor/ckeditor/plugins/devtools/lang/ko.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ko.js
ckeditor/ckeditor/plugins/devtools/lang/ku.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ku.js
ckeditor/ckeditor/plugins/devtools/lang/lt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/lt.js
ckeditor/ckeditor/plugins/devtools/lang/lv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/lv.js
ckeditor/ckeditor/plugins/devtools/lang/nb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/nb.js
ckeditor/ckeditor/plugins/devtools/lang/nl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/nl.js
ckeditor/ckeditor/plugins/devtools/lang/no.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/no.js
ckeditor/ckeditor/plugins/devtools/lang/pl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/pl.js
ckeditor/ckeditor/plugins/devtools/lang/pt-br.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/pt-br.js
ckeditor/ckeditor/plugins/devtools/lang/pt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/pt.js
ckeditor/ckeditor/plugins/devtools/lang/ro.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ro.js
ckeditor/ckeditor/plugins/devtools/lang/ru.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ru.js
ckeditor/ckeditor/plugins/devtools/lang/si.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/si.js
ckeditor/ckeditor/plugins/devtools/lang/sk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/sk.js
ckeditor/ckeditor/plugins/devtools/lang/sl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/sl.js
ckeditor/ckeditor/plugins/devtools/lang/sq.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/sq.js
ckeditor/ckeditor/plugins/devtools/lang/sv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/sv.js
ckeditor/ckeditor/plugins/devtools/lang/tr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/tr.js
ckeditor/ckeditor/plugins/devtools/lang/tt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/tt.js
ckeditor/ckeditor/plugins/devtools/lang/ug.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/ug.js
ckeditor/ckeditor/plugins/devtools/lang/uk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/uk.js
ckeditor/ckeditor/plugins/devtools/lang/vi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/vi.js
ckeditor/ckeditor/plugins/devtools/lang/zh-cn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/zh-cn.js
ckeditor/ckeditor/plugins/devtools/lang/zh.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/devtools/lang/zh.js
ckeditor/ckeditor/plugins/dialog/dialogDefinition.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/dialog/dialogDefinition.js
ckeditor/ckeditor/plugins/dialog/styles/dialog.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/dialog/styles/dialog.css
ckeditor/ckeditor/plugins/div/dialogs/div.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/div/dialogs/div.js
ckeditor/ckeditor/plugins/divarea/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/divarea/plugin.js
ckeditor/ckeditor/plugins/docprops/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/plugin.js
ckeditor/ckeditor/plugins/docprops/dialogs/docprops.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/dialogs/docprops.js
ckeditor/ckeditor/plugins/docprops/icons/docprops-rtl.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/icons/docprops-rtl.png
ckeditor/ckeditor/plugins/docprops/icons/docprops.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/icons/docprops.png
ckeditor/ckeditor/plugins/docprops/icons/hidpi/docprops-rtl.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/icons/hidpi/docprops-rtl.png
ckeditor/ckeditor/plugins/docprops/icons/hidpi/docprops.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/icons/hidpi/docprops.png
ckeditor/ckeditor/plugins/docprops/lang/af.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/af.js
ckeditor/ckeditor/plugins/docprops/lang/ar.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ar.js
ckeditor/ckeditor/plugins/docprops/lang/bg.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/bg.js
ckeditor/ckeditor/plugins/docprops/lang/bn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/bn.js
ckeditor/ckeditor/plugins/docprops/lang/bs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/bs.js
ckeditor/ckeditor/plugins/docprops/lang/ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ca.js
ckeditor/ckeditor/plugins/docprops/lang/cs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/cs.js
ckeditor/ckeditor/plugins/docprops/lang/cy.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/cy.js
ckeditor/ckeditor/plugins/docprops/lang/da.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/da.js
ckeditor/ckeditor/plugins/docprops/lang/de.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/de.js
ckeditor/ckeditor/plugins/docprops/lang/el.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/el.js
ckeditor/ckeditor/plugins/docprops/lang/en-au.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/en-au.js
ckeditor/ckeditor/plugins/docprops/lang/en-ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/en-ca.js
ckeditor/ckeditor/plugins/docprops/lang/en-gb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/en-gb.js
ckeditor/ckeditor/plugins/docprops/lang/en.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/en.js
ckeditor/ckeditor/plugins/docprops/lang/eo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/eo.js
ckeditor/ckeditor/plugins/docprops/lang/es.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/es.js
ckeditor/ckeditor/plugins/docprops/lang/et.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/et.js
ckeditor/ckeditor/plugins/docprops/lang/eu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/eu.js
ckeditor/ckeditor/plugins/docprops/lang/fa.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/fa.js
ckeditor/ckeditor/plugins/docprops/lang/fi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/fi.js
ckeditor/ckeditor/plugins/docprops/lang/fo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/fo.js
ckeditor/ckeditor/plugins/docprops/lang/fr-ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/fr-ca.js
ckeditor/ckeditor/plugins/docprops/lang/fr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/fr.js
ckeditor/ckeditor/plugins/docprops/lang/gl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/gl.js
ckeditor/ckeditor/plugins/docprops/lang/gu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/gu.js
ckeditor/ckeditor/plugins/docprops/lang/he.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/he.js
ckeditor/ckeditor/plugins/docprops/lang/hi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/hi.js
ckeditor/ckeditor/plugins/docprops/lang/hr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/hr.js
ckeditor/ckeditor/plugins/docprops/lang/hu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/hu.js
ckeditor/ckeditor/plugins/docprops/lang/id.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/id.js
ckeditor/ckeditor/plugins/docprops/lang/is.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/is.js
ckeditor/ckeditor/plugins/docprops/lang/it.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/it.js
ckeditor/ckeditor/plugins/docprops/lang/ja.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ja.js
ckeditor/ckeditor/plugins/docprops/lang/ka.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ka.js
ckeditor/ckeditor/plugins/docprops/lang/km.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/km.js
ckeditor/ckeditor/plugins/docprops/lang/ko.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ko.js
ckeditor/ckeditor/plugins/docprops/lang/ku.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ku.js
ckeditor/ckeditor/plugins/docprops/lang/lt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/lt.js
ckeditor/ckeditor/plugins/docprops/lang/lv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/lv.js
ckeditor/ckeditor/plugins/docprops/lang/mk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/mk.js
ckeditor/ckeditor/plugins/docprops/lang/mn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/mn.js
ckeditor/ckeditor/plugins/docprops/lang/ms.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ms.js
ckeditor/ckeditor/plugins/docprops/lang/nb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/nb.js
ckeditor/ckeditor/plugins/docprops/lang/nl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/nl.js
ckeditor/ckeditor/plugins/docprops/lang/no.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/no.js
ckeditor/ckeditor/plugins/docprops/lang/pl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/pl.js
ckeditor/ckeditor/plugins/docprops/lang/pt-br.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/pt-br.js
ckeditor/ckeditor/plugins/docprops/lang/pt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/pt.js
ckeditor/ckeditor/plugins/docprops/lang/ro.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ro.js
ckeditor/ckeditor/plugins/docprops/lang/ru.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ru.js
ckeditor/ckeditor/plugins/docprops/lang/si.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/si.js
ckeditor/ckeditor/plugins/docprops/lang/sk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/sk.js
ckeditor/ckeditor/plugins/docprops/lang/sl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/sl.js
ckeditor/ckeditor/plugins/docprops/lang/sq.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/sq.js
ckeditor/ckeditor/plugins/docprops/lang/sr-latn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/sr-latn.js
ckeditor/ckeditor/plugins/docprops/lang/sr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/sr.js
ckeditor/ckeditor/plugins/docprops/lang/sv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/sv.js
ckeditor/ckeditor/plugins/docprops/lang/th.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/th.js
ckeditor/ckeditor/plugins/docprops/lang/tr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/tr.js
ckeditor/ckeditor/plugins/docprops/lang/tt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/tt.js
ckeditor/ckeditor/plugins/docprops/lang/ug.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/ug.js
ckeditor/ckeditor/plugins/docprops/lang/uk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/uk.js
ckeditor/ckeditor/plugins/docprops/lang/vi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/vi.js
ckeditor/ckeditor/plugins/docprops/lang/zh-cn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/zh-cn.js
ckeditor/ckeditor/plugins/docprops/lang/zh.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/docprops/lang/zh.js
ckeditor/ckeditor/plugins/embed/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embed/plugin.js
ckeditor/ckeditor/plugins/embed/icons/embed.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embed/icons/embed.png
ckeditor/ckeditor/plugins/embed/icons/hidpi/embed.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embed/icons/hidpi/embed.png
ckeditor/ckeditor/plugins/embedbase/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/plugin.js
ckeditor/ckeditor/plugins/embedbase/dialogs/embedbase.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/dialogs/embedbase.js
ckeditor/ckeditor/plugins/embedbase/lang/cs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/cs.js
ckeditor/ckeditor/plugins/embedbase/lang/da.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/da.js
ckeditor/ckeditor/plugins/embedbase/lang/de.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/de.js
ckeditor/ckeditor/plugins/embedbase/lang/en.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/en.js
ckeditor/ckeditor/plugins/embedbase/lang/eo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/eo.js
ckeditor/ckeditor/plugins/embedbase/lang/fr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/fr.js
ckeditor/ckeditor/plugins/embedbase/lang/gl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/gl.js
ckeditor/ckeditor/plugins/embedbase/lang/it.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/it.js
ckeditor/ckeditor/plugins/embedbase/lang/ko.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/ko.js
ckeditor/ckeditor/plugins/embedbase/lang/ku.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/ku.js
ckeditor/ckeditor/plugins/embedbase/lang/nb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/nb.js
ckeditor/ckeditor/plugins/embedbase/lang/nl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/nl.js
ckeditor/ckeditor/plugins/embedbase/lang/pl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/pl.js
ckeditor/ckeditor/plugins/embedbase/lang/pt-br.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/pt-br.js
ckeditor/ckeditor/plugins/embedbase/lang/ru.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/ru.js
ckeditor/ckeditor/plugins/embedbase/lang/sv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/sv.js
ckeditor/ckeditor/plugins/embedbase/lang/tr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/tr.js
ckeditor/ckeditor/plugins/embedbase/lang/zh-cn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/zh-cn.js
ckeditor/ckeditor/plugins/embedbase/lang/zh.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedbase/lang/zh.js
ckeditor/ckeditor/plugins/embedsemantic/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedsemantic/plugin.js
ckeditor/ckeditor/plugins/embedsemantic/icons/embedsemantic.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedsemantic/icons/embedsemantic.png
ckeditor/ckeditor/plugins/embedsemantic/icons/hidpi/embedsemantic.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/embedsemantic/icons/hidpi/embedsemantic.png
ckeditor/ckeditor/plugins/exportpdf/CHANGELOG.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/CHANGELOG.md
ckeditor/ckeditor/plugins/exportpdf/LICENSE.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/LICENSE.md
ckeditor/ckeditor/plugins/exportpdf/README.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/README.md
ckeditor/ckeditor/plugins/exportpdf/plugindefinition.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/plugindefinition.js
ckeditor/ckeditor/plugins/exportpdf/tests/authentication.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/authentication.js
ckeditor/ckeditor/plugins/exportpdf/tests/exportpdf.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/exportpdf.js
ckeditor/ckeditor/plugins/exportpdf/tests/notification.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/notification.js
ckeditor/ckeditor/plugins/exportpdf/tests/resourcespaths.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/resourcespaths.js
ckeditor/ckeditor/plugins/exportpdf/tests/statistics.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/statistics.js
ckeditor/ckeditor/plugins/exportpdf/tests/stylesheets.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/stylesheets.js
ckeditor/ckeditor/plugins/exportpdf/tests/_helpers/tools.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/_helpers/tools.js
ckeditor/ckeditor/plugins/exportpdf/tests/manual/configfilename.html /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/configfilename.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/configfilename.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/configfilename.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/emptyeditor.html /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/emptyeditor.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/emptyeditor.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/emptyeditor.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/integration.html /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/integration.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/integration.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/integration.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/notifications.html /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/notifications.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/notifications.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/notifications.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/notificationsasync.html /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/notificationsasync.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/notificationsasync.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/notificationsasync.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/paperformat.html /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/paperformat.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/paperformat.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/paperformat.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/readonly.html /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/readonly.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/readonly.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/readonly.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/stylesheets.html /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/stylesheets.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/stylesheets.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/stylesheets.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokenfetching.html /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokenfetching.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokenfetching.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokenfetching.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokentwoeditorscorrect.html /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokentwoeditorscorrect.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokentwoeditorscorrect.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokentwoeditorscorrect.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokentwoeditorswrong.html /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokentwoeditorswrong.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokentwoeditorswrong.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokentwoeditorswrong.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokenwithouturl.html /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokenwithouturl.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokenwithouturl.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokenwithouturl.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/wrongendpoint.html /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/wrongendpoint.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/wrongendpoint.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/wrongendpoint.md
ckeditor/ckeditor/plugins/exportpdf/tests/manual/integrations/easyimage.html /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/integrations/easyimage.html
ckeditor/ckeditor/plugins/exportpdf/tests/manual/integrations/easyimage.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/exportpdf/tests/manual/integrations/easyimage.md
ckeditor/ckeditor/plugins/filetools/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/plugin.js
ckeditor/ckeditor/plugins/filetools/lang/cs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/cs.js
ckeditor/ckeditor/plugins/filetools/lang/da.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/da.js
ckeditor/ckeditor/plugins/filetools/lang/de.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/de.js
ckeditor/ckeditor/plugins/filetools/lang/en.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/en.js
ckeditor/ckeditor/plugins/filetools/lang/eo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/eo.js
ckeditor/ckeditor/plugins/filetools/lang/fr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/fr.js
ckeditor/ckeditor/plugins/filetools/lang/gl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/gl.js
ckeditor/ckeditor/plugins/filetools/lang/it.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/it.js
ckeditor/ckeditor/plugins/filetools/lang/ko.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/ko.js
ckeditor/ckeditor/plugins/filetools/lang/ku.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/ku.js
ckeditor/ckeditor/plugins/filetools/lang/nb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/nb.js
ckeditor/ckeditor/plugins/filetools/lang/nl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/nl.js
ckeditor/ckeditor/plugins/filetools/lang/pl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/pl.js
ckeditor/ckeditor/plugins/filetools/lang/pt-br.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/pt-br.js
ckeditor/ckeditor/plugins/filetools/lang/ru.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/ru.js
ckeditor/ckeditor/plugins/filetools/lang/sv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/sv.js
ckeditor/ckeditor/plugins/filetools/lang/tr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/tr.js
ckeditor/ckeditor/plugins/filetools/lang/zh-cn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/zh-cn.js
ckeditor/ckeditor/plugins/filetools/lang/zh.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/filetools/lang/zh.js
ckeditor/ckeditor/plugins/find/dialogs/find.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/find/dialogs/find.js
ckeditor/ckeditor/plugins/flash/dialogs/flash.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/flash/dialogs/flash.js
ckeditor/ckeditor/plugins/flash/images/placeholder.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/flash/images/placeholder.png
ckeditor/ckeditor/plugins/forms/dialogs/button.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/button.js
ckeditor/ckeditor/plugins/forms/dialogs/checkbox.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/checkbox.js
ckeditor/ckeditor/plugins/forms/dialogs/form.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/form.js
ckeditor/ckeditor/plugins/forms/dialogs/hiddenfield.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/hiddenfield.js
ckeditor/ckeditor/plugins/forms/dialogs/radio.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/radio.js
ckeditor/ckeditor/plugins/forms/dialogs/select.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/select.js
ckeditor/ckeditor/plugins/forms/dialogs/textarea.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/textarea.js
ckeditor/ckeditor/plugins/forms/dialogs/textfield.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/dialogs/textfield.js
ckeditor/ckeditor/plugins/forms/images/hiddenfield.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/forms/images/hiddenfield.gif
ckeditor/ckeditor/plugins/iframe/dialogs/iframe.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/iframe/dialogs/iframe.js
ckeditor/ckeditor/plugins/iframe/images/placeholder.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/iframe/images/placeholder.png
ckeditor/ckeditor/plugins/iframedialog/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/iframedialog/plugin.js
ckeditor/ckeditor/plugins/image/dialogs/image.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image/dialogs/image.js
ckeditor/ckeditor/plugins/image/images/noimage.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image/images/noimage.png
ckeditor/ckeditor/plugins/image2/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/plugin.js
ckeditor/ckeditor/plugins/image2/dialogs/image2.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/dialogs/image2.js
ckeditor/ckeditor/plugins/image2/icons/image.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/icons/image.png
ckeditor/ckeditor/plugins/image2/icons/hidpi/image.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/icons/hidpi/image.png
ckeditor/ckeditor/plugins/image2/lang/af.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/af.js
ckeditor/ckeditor/plugins/image2/lang/ar.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ar.js
ckeditor/ckeditor/plugins/image2/lang/bg.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/bg.js
ckeditor/ckeditor/plugins/image2/lang/bn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/bn.js
ckeditor/ckeditor/plugins/image2/lang/bs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/bs.js
ckeditor/ckeditor/plugins/image2/lang/ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ca.js
ckeditor/ckeditor/plugins/image2/lang/cs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/cs.js
ckeditor/ckeditor/plugins/image2/lang/cy.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/cy.js
ckeditor/ckeditor/plugins/image2/lang/da.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/da.js
ckeditor/ckeditor/plugins/image2/lang/de.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/de.js
ckeditor/ckeditor/plugins/image2/lang/el.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/el.js
ckeditor/ckeditor/plugins/image2/lang/en-au.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/en-au.js
ckeditor/ckeditor/plugins/image2/lang/en-ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/en-ca.js
ckeditor/ckeditor/plugins/image2/lang/en-gb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/en-gb.js
ckeditor/ckeditor/plugins/image2/lang/en.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/en.js
ckeditor/ckeditor/plugins/image2/lang/eo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/eo.js
ckeditor/ckeditor/plugins/image2/lang/es.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/es.js
ckeditor/ckeditor/plugins/image2/lang/et.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/et.js
ckeditor/ckeditor/plugins/image2/lang/eu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/eu.js
ckeditor/ckeditor/plugins/image2/lang/fa.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/fa.js
ckeditor/ckeditor/plugins/image2/lang/fi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/fi.js
ckeditor/ckeditor/plugins/image2/lang/fo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/fo.js
ckeditor/ckeditor/plugins/image2/lang/fr-ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/fr-ca.js
ckeditor/ckeditor/plugins/image2/lang/fr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/fr.js
ckeditor/ckeditor/plugins/image2/lang/gl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/gl.js
ckeditor/ckeditor/plugins/image2/lang/gu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/gu.js
ckeditor/ckeditor/plugins/image2/lang/he.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/he.js
ckeditor/ckeditor/plugins/image2/lang/hi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/hi.js
ckeditor/ckeditor/plugins/image2/lang/hr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/hr.js
ckeditor/ckeditor/plugins/image2/lang/hu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/hu.js
ckeditor/ckeditor/plugins/image2/lang/id.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/id.js
ckeditor/ckeditor/plugins/image2/lang/is.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/is.js
ckeditor/ckeditor/plugins/image2/lang/it.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/it.js
ckeditor/ckeditor/plugins/image2/lang/ja.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ja.js
ckeditor/ckeditor/plugins/image2/lang/ka.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ka.js
ckeditor/ckeditor/plugins/image2/lang/km.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/km.js
ckeditor/ckeditor/plugins/image2/lang/ko.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ko.js
ckeditor/ckeditor/plugins/image2/lang/ku.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ku.js
ckeditor/ckeditor/plugins/image2/lang/lt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/lt.js
ckeditor/ckeditor/plugins/image2/lang/lv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/lv.js
ckeditor/ckeditor/plugins/image2/lang/mk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/mk.js
ckeditor/ckeditor/plugins/image2/lang/mn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/mn.js
ckeditor/ckeditor/plugins/image2/lang/ms.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ms.js
ckeditor/ckeditor/plugins/image2/lang/nb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/nb.js
ckeditor/ckeditor/plugins/image2/lang/nl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/nl.js
ckeditor/ckeditor/plugins/image2/lang/no.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/no.js
ckeditor/ckeditor/plugins/image2/lang/pl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/pl.js
ckeditor/ckeditor/plugins/image2/lang/pt-br.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/pt-br.js
ckeditor/ckeditor/plugins/image2/lang/pt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/pt.js
ckeditor/ckeditor/plugins/image2/lang/ro.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ro.js
ckeditor/ckeditor/plugins/image2/lang/ru.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ru.js
ckeditor/ckeditor/plugins/image2/lang/si.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/si.js
ckeditor/ckeditor/plugins/image2/lang/sk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/sk.js
ckeditor/ckeditor/plugins/image2/lang/sl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/sl.js
ckeditor/ckeditor/plugins/image2/lang/sq.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/sq.js
ckeditor/ckeditor/plugins/image2/lang/sr-latn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/sr-latn.js
ckeditor/ckeditor/plugins/image2/lang/sr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/sr.js
ckeditor/ckeditor/plugins/image2/lang/sv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/sv.js
ckeditor/ckeditor/plugins/image2/lang/th.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/th.js
ckeditor/ckeditor/plugins/image2/lang/tr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/tr.js
ckeditor/ckeditor/plugins/image2/lang/tt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/tt.js
ckeditor/ckeditor/plugins/image2/lang/ug.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/ug.js
ckeditor/ckeditor/plugins/image2/lang/uk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/uk.js
ckeditor/ckeditor/plugins/image2/lang/vi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/vi.js
ckeditor/ckeditor/plugins/image2/lang/zh-cn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/zh-cn.js
ckeditor/ckeditor/plugins/image2/lang/zh.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/image2/lang/zh.js
ckeditor/ckeditor/plugins/language/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/plugin.js
ckeditor/ckeditor/plugins/language/icons/language.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/icons/language.png
ckeditor/ckeditor/plugins/language/icons/hidpi/language.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/icons/hidpi/language.png
ckeditor/ckeditor/plugins/language/lang/ar.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/ar.js
ckeditor/ckeditor/plugins/language/lang/bg.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/bg.js
ckeditor/ckeditor/plugins/language/lang/ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/ca.js
ckeditor/ckeditor/plugins/language/lang/cs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/cs.js
ckeditor/ckeditor/plugins/language/lang/cy.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/cy.js
ckeditor/ckeditor/plugins/language/lang/da.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/da.js
ckeditor/ckeditor/plugins/language/lang/de.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/de.js
ckeditor/ckeditor/plugins/language/lang/el.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/el.js
ckeditor/ckeditor/plugins/language/lang/en-gb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/en-gb.js
ckeditor/ckeditor/plugins/language/lang/en.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/en.js
ckeditor/ckeditor/plugins/language/lang/eo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/eo.js
ckeditor/ckeditor/plugins/language/lang/es.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/es.js
ckeditor/ckeditor/plugins/language/lang/fa.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/fa.js
ckeditor/ckeditor/plugins/language/lang/fi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/fi.js
ckeditor/ckeditor/plugins/language/lang/fo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/fo.js
ckeditor/ckeditor/plugins/language/lang/fr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/fr.js
ckeditor/ckeditor/plugins/language/lang/gl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/gl.js
ckeditor/ckeditor/plugins/language/lang/he.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/he.js
ckeditor/ckeditor/plugins/language/lang/hr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/hr.js
ckeditor/ckeditor/plugins/language/lang/hu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/hu.js
ckeditor/ckeditor/plugins/language/lang/it.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/it.js
ckeditor/ckeditor/plugins/language/lang/ja.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/ja.js
ckeditor/ckeditor/plugins/language/lang/km.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/km.js
ckeditor/ckeditor/plugins/language/lang/ko.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/ko.js
ckeditor/ckeditor/plugins/language/lang/ku.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/ku.js
ckeditor/ckeditor/plugins/language/lang/nb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/nb.js
ckeditor/ckeditor/plugins/language/lang/nl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/nl.js
ckeditor/ckeditor/plugins/language/lang/no.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/no.js
ckeditor/ckeditor/plugins/language/lang/pl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/pl.js
ckeditor/ckeditor/plugins/language/lang/pt-br.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/pt-br.js
ckeditor/ckeditor/plugins/language/lang/pt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/pt.js
ckeditor/ckeditor/plugins/language/lang/ru.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/ru.js
ckeditor/ckeditor/plugins/language/lang/sk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/sk.js
ckeditor/ckeditor/plugins/language/lang/sl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/sl.js
ckeditor/ckeditor/plugins/language/lang/sq.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/sq.js
ckeditor/ckeditor/plugins/language/lang/sv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/sv.js
ckeditor/ckeditor/plugins/language/lang/tr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/tr.js
ckeditor/ckeditor/plugins/language/lang/tt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/tt.js
ckeditor/ckeditor/plugins/language/lang/uk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/uk.js
ckeditor/ckeditor/plugins/language/lang/vi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/vi.js
ckeditor/ckeditor/plugins/language/lang/zh-cn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/zh-cn.js
ckeditor/ckeditor/plugins/language/lang/zh.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/language/lang/zh.js
ckeditor/ckeditor/plugins/lineutils/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/lineutils/plugin.js
ckeditor/ckeditor/plugins/link/dialogs/anchor.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/link/dialogs/anchor.js
ckeditor/ckeditor/plugins/link/dialogs/link.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/link/dialogs/link.js
ckeditor/ckeditor/plugins/link/images/anchor.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/link/images/anchor.png
ckeditor/ckeditor/plugins/link/images/hidpi/anchor.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/link/images/hidpi/anchor.png
ckeditor/ckeditor/plugins/liststyle/dialogs/liststyle.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/liststyle/dialogs/liststyle.js
ckeditor/ckeditor/plugins/magicline/images/icon-rtl.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/magicline/images/icon-rtl.png
ckeditor/ckeditor/plugins/magicline/images/icon.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/magicline/images/icon.png
ckeditor/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png
ckeditor/ckeditor/plugins/magicline/images/hidpi/icon.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/magicline/images/hidpi/icon.png
ckeditor/ckeditor/plugins/mathjax/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/plugin.js
ckeditor/ckeditor/plugins/mathjax/dialogs/mathjax.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/dialogs/mathjax.js
ckeditor/ckeditor/plugins/mathjax/icons/mathjax.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/icons/mathjax.png
ckeditor/ckeditor/plugins/mathjax/icons/hidpi/mathjax.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/icons/hidpi/mathjax.png
ckeditor/ckeditor/plugins/mathjax/images/loader.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/images/loader.gif
ckeditor/ckeditor/plugins/mathjax/lang/af.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/af.js
ckeditor/ckeditor/plugins/mathjax/lang/ar.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ar.js
ckeditor/ckeditor/plugins/mathjax/lang/bg.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/bg.js
ckeditor/ckeditor/plugins/mathjax/lang/ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ca.js
ckeditor/ckeditor/plugins/mathjax/lang/cs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/cs.js
ckeditor/ckeditor/plugins/mathjax/lang/cy.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/cy.js
ckeditor/ckeditor/plugins/mathjax/lang/da.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/da.js
ckeditor/ckeditor/plugins/mathjax/lang/de.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/de.js
ckeditor/ckeditor/plugins/mathjax/lang/el.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/el.js
ckeditor/ckeditor/plugins/mathjax/lang/en-gb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/en-gb.js
ckeditor/ckeditor/plugins/mathjax/lang/en.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/en.js
ckeditor/ckeditor/plugins/mathjax/lang/eo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/eo.js
ckeditor/ckeditor/plugins/mathjax/lang/es.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/es.js
ckeditor/ckeditor/plugins/mathjax/lang/fa.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/fa.js
ckeditor/ckeditor/plugins/mathjax/lang/fi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/fi.js
ckeditor/ckeditor/plugins/mathjax/lang/fr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/fr.js
ckeditor/ckeditor/plugins/mathjax/lang/gl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/gl.js
ckeditor/ckeditor/plugins/mathjax/lang/he.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/he.js
ckeditor/ckeditor/plugins/mathjax/lang/hr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/hr.js
ckeditor/ckeditor/plugins/mathjax/lang/hu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/hu.js
ckeditor/ckeditor/plugins/mathjax/lang/it.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/it.js
ckeditor/ckeditor/plugins/mathjax/lang/ja.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ja.js
ckeditor/ckeditor/plugins/mathjax/lang/km.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/km.js
ckeditor/ckeditor/plugins/mathjax/lang/ko.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ko.js
ckeditor/ckeditor/plugins/mathjax/lang/ku.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ku.js
ckeditor/ckeditor/plugins/mathjax/lang/lt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/lt.js
ckeditor/ckeditor/plugins/mathjax/lang/nb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/nb.js
ckeditor/ckeditor/plugins/mathjax/lang/nl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/nl.js
ckeditor/ckeditor/plugins/mathjax/lang/no.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/no.js
ckeditor/ckeditor/plugins/mathjax/lang/pl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/pl.js
ckeditor/ckeditor/plugins/mathjax/lang/pt-br.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/pt-br.js
ckeditor/ckeditor/plugins/mathjax/lang/pt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/pt.js
ckeditor/ckeditor/plugins/mathjax/lang/ro.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ro.js
ckeditor/ckeditor/plugins/mathjax/lang/ru.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/ru.js
ckeditor/ckeditor/plugins/mathjax/lang/sk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/sk.js
ckeditor/ckeditor/plugins/mathjax/lang/sl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/sl.js
ckeditor/ckeditor/plugins/mathjax/lang/sq.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/sq.js
ckeditor/ckeditor/plugins/mathjax/lang/sv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/sv.js
ckeditor/ckeditor/plugins/mathjax/lang/tr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/tr.js
ckeditor/ckeditor/plugins/mathjax/lang/tt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/tt.js
ckeditor/ckeditor/plugins/mathjax/lang/uk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/uk.js
ckeditor/ckeditor/plugins/mathjax/lang/vi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/vi.js
ckeditor/ckeditor/plugins/mathjax/lang/zh-cn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/zh-cn.js
ckeditor/ckeditor/plugins/mathjax/lang/zh.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/mathjax/lang/zh.js
ckeditor/ckeditor/plugins/menubutton/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/menubutton/plugin.js
ckeditor/ckeditor/plugins/notification/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/plugin.js
ckeditor/ckeditor/plugins/notification/lang/cs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/cs.js
ckeditor/ckeditor/plugins/notification/lang/da.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/da.js
ckeditor/ckeditor/plugins/notification/lang/de.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/de.js
ckeditor/ckeditor/plugins/notification/lang/en.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/en.js
ckeditor/ckeditor/plugins/notification/lang/eo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/eo.js
ckeditor/ckeditor/plugins/notification/lang/fr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/fr.js
ckeditor/ckeditor/plugins/notification/lang/gl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/gl.js
ckeditor/ckeditor/plugins/notification/lang/it.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/it.js
ckeditor/ckeditor/plugins/notification/lang/ko.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/ko.js
ckeditor/ckeditor/plugins/notification/lang/ku.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/ku.js
ckeditor/ckeditor/plugins/notification/lang/nb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/nb.js
ckeditor/ckeditor/plugins/notification/lang/nl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/nl.js
ckeditor/ckeditor/plugins/notification/lang/pl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/pl.js
ckeditor/ckeditor/plugins/notification/lang/pt-br.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/pt-br.js
ckeditor/ckeditor/plugins/notification/lang/ru.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/ru.js
ckeditor/ckeditor/plugins/notification/lang/sv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/sv.js
ckeditor/ckeditor/plugins/notification/lang/tr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/tr.js
ckeditor/ckeditor/plugins/notification/lang/zh-cn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/zh-cn.js
ckeditor/ckeditor/plugins/notification/lang/zh.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notification/lang/zh.js
ckeditor/ckeditor/plugins/notificationaggregator/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/notificationaggregator/plugin.js
ckeditor/ckeditor/plugins/pagebreak/images/pagebreak.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/pagebreak/images/pagebreak.gif
ckeditor/ckeditor/plugins/pastefromgdocs/filter/default.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/pastefromgdocs/filter/default.js
ckeditor/ckeditor/plugins/pastefromlibreoffice/filter/default.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/pastefromlibreoffice/filter/default.js
ckeditor/ckeditor/plugins/pastefromword/filter/default.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/pastefromword/filter/default.js
ckeditor/ckeditor/plugins/pastetools/filter/common.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/pastetools/filter/common.js
ckeditor/ckeditor/plugins/pastetools/filter/image.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/pastetools/filter/image.js
ckeditor/ckeditor/plugins/placeholder/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/plugin.js
ckeditor/ckeditor/plugins/placeholder/dialogs/placeholder.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/dialogs/placeholder.js
ckeditor/ckeditor/plugins/placeholder/icons/placeholder.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/icons/placeholder.png
ckeditor/ckeditor/plugins/placeholder/icons/hidpi/placeholder.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/icons/hidpi/placeholder.png
ckeditor/ckeditor/plugins/placeholder/lang/af.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/af.js
ckeditor/ckeditor/plugins/placeholder/lang/ar.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ar.js
ckeditor/ckeditor/plugins/placeholder/lang/bg.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/bg.js
ckeditor/ckeditor/plugins/placeholder/lang/ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ca.js
ckeditor/ckeditor/plugins/placeholder/lang/cs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/cs.js
ckeditor/ckeditor/plugins/placeholder/lang/cy.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/cy.js
ckeditor/ckeditor/plugins/placeholder/lang/da.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/da.js
ckeditor/ckeditor/plugins/placeholder/lang/de.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/de.js
ckeditor/ckeditor/plugins/placeholder/lang/el.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/el.js
ckeditor/ckeditor/plugins/placeholder/lang/en-gb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/en-gb.js
ckeditor/ckeditor/plugins/placeholder/lang/en.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/en.js
ckeditor/ckeditor/plugins/placeholder/lang/eo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/eo.js
ckeditor/ckeditor/plugins/placeholder/lang/es.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/es.js
ckeditor/ckeditor/plugins/placeholder/lang/et.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/et.js
ckeditor/ckeditor/plugins/placeholder/lang/eu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/eu.js
ckeditor/ckeditor/plugins/placeholder/lang/fa.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/fa.js
ckeditor/ckeditor/plugins/placeholder/lang/fi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/fi.js
ckeditor/ckeditor/plugins/placeholder/lang/fr-ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/fr-ca.js
ckeditor/ckeditor/plugins/placeholder/lang/fr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/fr.js
ckeditor/ckeditor/plugins/placeholder/lang/gl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/gl.js
ckeditor/ckeditor/plugins/placeholder/lang/he.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/he.js
ckeditor/ckeditor/plugins/placeholder/lang/hr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/hr.js
ckeditor/ckeditor/plugins/placeholder/lang/hu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/hu.js
ckeditor/ckeditor/plugins/placeholder/lang/id.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/id.js
ckeditor/ckeditor/plugins/placeholder/lang/it.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/it.js
ckeditor/ckeditor/plugins/placeholder/lang/ja.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ja.js
ckeditor/ckeditor/plugins/placeholder/lang/km.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/km.js
ckeditor/ckeditor/plugins/placeholder/lang/ko.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ko.js
ckeditor/ckeditor/plugins/placeholder/lang/ku.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ku.js
ckeditor/ckeditor/plugins/placeholder/lang/lv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/lv.js
ckeditor/ckeditor/plugins/placeholder/lang/nb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/nb.js
ckeditor/ckeditor/plugins/placeholder/lang/nl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/nl.js
ckeditor/ckeditor/plugins/placeholder/lang/no.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/no.js
ckeditor/ckeditor/plugins/placeholder/lang/pl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/pl.js
ckeditor/ckeditor/plugins/placeholder/lang/pt-br.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/pt-br.js
ckeditor/ckeditor/plugins/placeholder/lang/pt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/pt.js
ckeditor/ckeditor/plugins/placeholder/lang/ru.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ru.js
ckeditor/ckeditor/plugins/placeholder/lang/si.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/si.js
ckeditor/ckeditor/plugins/placeholder/lang/sk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/sk.js
ckeditor/ckeditor/plugins/placeholder/lang/sl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/sl.js
ckeditor/ckeditor/plugins/placeholder/lang/sq.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/sq.js
ckeditor/ckeditor/plugins/placeholder/lang/sv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/sv.js
ckeditor/ckeditor/plugins/placeholder/lang/th.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/th.js
ckeditor/ckeditor/plugins/placeholder/lang/tr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/tr.js
ckeditor/ckeditor/plugins/placeholder/lang/tt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/tt.js
ckeditor/ckeditor/plugins/placeholder/lang/ug.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/ug.js
ckeditor/ckeditor/plugins/placeholder/lang/uk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/uk.js
ckeditor/ckeditor/plugins/placeholder/lang/vi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/vi.js
ckeditor/ckeditor/plugins/placeholder/lang/zh-cn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/zh-cn.js
ckeditor/ckeditor/plugins/placeholder/lang/zh.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/placeholder/lang/zh.js
ckeditor/ckeditor/plugins/preview/preview.html /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/preview/preview.html
ckeditor/ckeditor/plugins/preview/images/pagebreak.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/preview/images/pagebreak.gif
ckeditor/ckeditor/plugins/preview/styles/screen.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/preview/styles/screen.css
ckeditor/ckeditor/plugins/scayt/CHANGELOG.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/CHANGELOG.md
ckeditor/ckeditor/plugins/scayt/LICENSE.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/LICENSE.md
ckeditor/ckeditor/plugins/scayt/README.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/README.md
ckeditor/ckeditor/plugins/scayt/dialogs/dialog.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/dialogs/dialog.css
ckeditor/ckeditor/plugins/scayt/dialogs/options.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/dialogs/options.js
ckeditor/ckeditor/plugins/scayt/dialogs/toolbar.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/dialogs/toolbar.css
ckeditor/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css
ckeditor/ckeditor/plugins/sharedspace/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sharedspace/plugin.js
ckeditor/ckeditor/plugins/showblocks/images/block_address.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_address.png
ckeditor/ckeditor/plugins/showblocks/images/block_blockquote.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_blockquote.png
ckeditor/ckeditor/plugins/showblocks/images/block_div.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_div.png
ckeditor/ckeditor/plugins/showblocks/images/block_h1.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_h1.png
ckeditor/ckeditor/plugins/showblocks/images/block_h2.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_h2.png
ckeditor/ckeditor/plugins/showblocks/images/block_h3.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_h3.png
ckeditor/ckeditor/plugins/showblocks/images/block_h4.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_h4.png
ckeditor/ckeditor/plugins/showblocks/images/block_h5.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_h5.png
ckeditor/ckeditor/plugins/showblocks/images/block_h6.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_h6.png
ckeditor/ckeditor/plugins/showblocks/images/block_p.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_p.png
ckeditor/ckeditor/plugins/showblocks/images/block_pre.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/showblocks/images/block_pre.png
ckeditor/ckeditor/plugins/smiley/dialogs/smiley.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/dialogs/smiley.js
ckeditor/ckeditor/plugins/smiley/images/angel_smile.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/angel_smile.gif
ckeditor/ckeditor/plugins/smiley/images/angel_smile.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/angel_smile.png
ckeditor/ckeditor/plugins/smiley/images/angry_smile.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/angry_smile.gif
ckeditor/ckeditor/plugins/smiley/images/angry_smile.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/angry_smile.png
ckeditor/ckeditor/plugins/smiley/images/broken_heart.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/broken_heart.gif
ckeditor/ckeditor/plugins/smiley/images/broken_heart.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/broken_heart.png
ckeditor/ckeditor/plugins/smiley/images/confused_smile.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/confused_smile.gif
ckeditor/ckeditor/plugins/smiley/images/confused_smile.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/confused_smile.png
ckeditor/ckeditor/plugins/smiley/images/cry_smile.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/cry_smile.gif
ckeditor/ckeditor/plugins/smiley/images/cry_smile.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/cry_smile.png
ckeditor/ckeditor/plugins/smiley/images/devil_smile.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/devil_smile.gif
ckeditor/ckeditor/plugins/smiley/images/devil_smile.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/devil_smile.png
ckeditor/ckeditor/plugins/smiley/images/embaressed_smile.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/embaressed_smile.gif
ckeditor/ckeditor/plugins/smiley/images/embarrassed_smile.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/embarrassed_smile.gif
ckeditor/ckeditor/plugins/smiley/images/embarrassed_smile.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/embarrassed_smile.png
ckeditor/ckeditor/plugins/smiley/images/envelope.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/envelope.gif
ckeditor/ckeditor/plugins/smiley/images/envelope.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/envelope.png
ckeditor/ckeditor/plugins/smiley/images/heart.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/heart.gif
ckeditor/ckeditor/plugins/smiley/images/heart.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/heart.png
ckeditor/ckeditor/plugins/smiley/images/kiss.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/kiss.gif
ckeditor/ckeditor/plugins/smiley/images/kiss.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/kiss.png
ckeditor/ckeditor/plugins/smiley/images/lightbulb.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/lightbulb.gif
ckeditor/ckeditor/plugins/smiley/images/lightbulb.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/lightbulb.png
ckeditor/ckeditor/plugins/smiley/images/omg_smile.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/omg_smile.gif
ckeditor/ckeditor/plugins/smiley/images/omg_smile.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/omg_smile.png
ckeditor/ckeditor/plugins/smiley/images/regular_smile.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/regular_smile.gif
ckeditor/ckeditor/plugins/smiley/images/regular_smile.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/regular_smile.png
ckeditor/ckeditor/plugins/smiley/images/sad_smile.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/sad_smile.gif
ckeditor/ckeditor/plugins/smiley/images/sad_smile.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/sad_smile.png
ckeditor/ckeditor/plugins/smiley/images/shades_smile.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/shades_smile.gif
ckeditor/ckeditor/plugins/smiley/images/shades_smile.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/shades_smile.png
ckeditor/ckeditor/plugins/smiley/images/teeth_smile.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/teeth_smile.gif
ckeditor/ckeditor/plugins/smiley/images/teeth_smile.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/teeth_smile.png
ckeditor/ckeditor/plugins/smiley/images/thumbs_down.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/thumbs_down.gif
ckeditor/ckeditor/plugins/smiley/images/thumbs_down.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/thumbs_down.png
ckeditor/ckeditor/plugins/smiley/images/thumbs_up.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/thumbs_up.gif
ckeditor/ckeditor/plugins/smiley/images/thumbs_up.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/thumbs_up.png
ckeditor/ckeditor/plugins/smiley/images/tongue_smile.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/tongue_smile.gif
ckeditor/ckeditor/plugins/smiley/images/tongue_smile.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/tongue_smile.png
ckeditor/ckeditor/plugins/smiley/images/tounge_smile.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/tounge_smile.gif
ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif
ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png
ckeditor/ckeditor/plugins/smiley/images/wink_smile.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/wink_smile.gif
ckeditor/ckeditor/plugins/smiley/images/wink_smile.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/smiley/images/wink_smile.png
ckeditor/ckeditor/plugins/sourcedialog/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/plugin.js
ckeditor/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js
ckeditor/ckeditor/plugins/sourcedialog/icons/sourcedialog-rtl.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/icons/sourcedialog-rtl.png
ckeditor/ckeditor/plugins/sourcedialog/icons/sourcedialog.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/icons/sourcedialog.png
ckeditor/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png
ckeditor/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog.png
ckeditor/ckeditor/plugins/sourcedialog/lang/af.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/af.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ar.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ar.js
ckeditor/ckeditor/plugins/sourcedialog/lang/bg.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/bg.js
ckeditor/ckeditor/plugins/sourcedialog/lang/bn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/bn.js
ckeditor/ckeditor/plugins/sourcedialog/lang/bs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/bs.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ca.js
ckeditor/ckeditor/plugins/sourcedialog/lang/cs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/cs.js
ckeditor/ckeditor/plugins/sourcedialog/lang/cy.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/cy.js
ckeditor/ckeditor/plugins/sourcedialog/lang/da.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/da.js
ckeditor/ckeditor/plugins/sourcedialog/lang/de.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/de.js
ckeditor/ckeditor/plugins/sourcedialog/lang/el.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/el.js
ckeditor/ckeditor/plugins/sourcedialog/lang/en-au.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/en-au.js
ckeditor/ckeditor/plugins/sourcedialog/lang/en-ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/en-ca.js
ckeditor/ckeditor/plugins/sourcedialog/lang/en-gb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/en-gb.js
ckeditor/ckeditor/plugins/sourcedialog/lang/en.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/en.js
ckeditor/ckeditor/plugins/sourcedialog/lang/eo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/eo.js
ckeditor/ckeditor/plugins/sourcedialog/lang/es.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/es.js
ckeditor/ckeditor/plugins/sourcedialog/lang/et.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/et.js
ckeditor/ckeditor/plugins/sourcedialog/lang/eu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/eu.js
ckeditor/ckeditor/plugins/sourcedialog/lang/fa.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/fa.js
ckeditor/ckeditor/plugins/sourcedialog/lang/fi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/fi.js
ckeditor/ckeditor/plugins/sourcedialog/lang/fo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/fo.js
ckeditor/ckeditor/plugins/sourcedialog/lang/fr-ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/fr-ca.js
ckeditor/ckeditor/plugins/sourcedialog/lang/fr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/fr.js
ckeditor/ckeditor/plugins/sourcedialog/lang/gl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/gl.js
ckeditor/ckeditor/plugins/sourcedialog/lang/gu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/gu.js
ckeditor/ckeditor/plugins/sourcedialog/lang/he.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/he.js
ckeditor/ckeditor/plugins/sourcedialog/lang/hi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/hi.js
ckeditor/ckeditor/plugins/sourcedialog/lang/hr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/hr.js
ckeditor/ckeditor/plugins/sourcedialog/lang/hu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/hu.js
ckeditor/ckeditor/plugins/sourcedialog/lang/id.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/id.js
ckeditor/ckeditor/plugins/sourcedialog/lang/is.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/is.js
ckeditor/ckeditor/plugins/sourcedialog/lang/it.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/it.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ja.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ja.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ka.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ka.js
ckeditor/ckeditor/plugins/sourcedialog/lang/km.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/km.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ko.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ko.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ku.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ku.js
ckeditor/ckeditor/plugins/sourcedialog/lang/lt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/lt.js
ckeditor/ckeditor/plugins/sourcedialog/lang/lv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/lv.js
ckeditor/ckeditor/plugins/sourcedialog/lang/mn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/mn.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ms.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ms.js
ckeditor/ckeditor/plugins/sourcedialog/lang/nb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/nb.js
ckeditor/ckeditor/plugins/sourcedialog/lang/nl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/nl.js
ckeditor/ckeditor/plugins/sourcedialog/lang/no.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/no.js
ckeditor/ckeditor/plugins/sourcedialog/lang/pl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/pl.js
ckeditor/ckeditor/plugins/sourcedialog/lang/pt-br.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/pt-br.js
ckeditor/ckeditor/plugins/sourcedialog/lang/pt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/pt.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ro.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ro.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ru.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ru.js
ckeditor/ckeditor/plugins/sourcedialog/lang/si.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/si.js
ckeditor/ckeditor/plugins/sourcedialog/lang/sk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/sk.js
ckeditor/ckeditor/plugins/sourcedialog/lang/sl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/sl.js
ckeditor/ckeditor/plugins/sourcedialog/lang/sq.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/sq.js
ckeditor/ckeditor/plugins/sourcedialog/lang/sr-latn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/sr-latn.js
ckeditor/ckeditor/plugins/sourcedialog/lang/sr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/sr.js
ckeditor/ckeditor/plugins/sourcedialog/lang/sv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/sv.js
ckeditor/ckeditor/plugins/sourcedialog/lang/th.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/th.js
ckeditor/ckeditor/plugins/sourcedialog/lang/tr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/tr.js
ckeditor/ckeditor/plugins/sourcedialog/lang/tt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/tt.js
ckeditor/ckeditor/plugins/sourcedialog/lang/ug.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/ug.js
ckeditor/ckeditor/plugins/sourcedialog/lang/uk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/uk.js
ckeditor/ckeditor/plugins/sourcedialog/lang/vi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/vi.js
ckeditor/ckeditor/plugins/sourcedialog/lang/zh-cn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/zh-cn.js
ckeditor/ckeditor/plugins/sourcedialog/lang/zh.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/sourcedialog/lang/zh.js
ckeditor/ckeditor/plugins/specialchar/dialogs/specialchar.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/specialchar.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/af.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/af.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ar.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ar.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/az.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/az.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/bg.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/bg.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ca.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cs.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cy.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cy.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/da.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/da.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/el.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/el.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-au.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-au.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eo.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/et.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/et.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eu.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fa.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fa.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fi.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/gl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/gl.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/he.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/he.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hr.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hu.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/id.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/id.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/it.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/it.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ja.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ja.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/km.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/km.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ko.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ko.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ku.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ku.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lt.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lv.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nb.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nl.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/no.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/no.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/oc.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/oc.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pl.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ro.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ro.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ru.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ru.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/si.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/si.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sk.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sl.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sq.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sq.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sr.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sv.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/th.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/th.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tr.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tt.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ug.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ug.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/uk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/uk.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/vi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/vi.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js
ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh.js
ckeditor/ckeditor/plugins/stylesheetparser/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/stylesheetparser/plugin.js
ckeditor/ckeditor/plugins/table/dialogs/table.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/table/dialogs/table.js
ckeditor/ckeditor/plugins/tableresize/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/tableresize/plugin.js
ckeditor/ckeditor/plugins/tableselection/styles/tableselection.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/tableselection/styles/tableselection.css
ckeditor/ckeditor/plugins/tabletools/dialogs/tableCell.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/tabletools/dialogs/tableCell.js
ckeditor/ckeditor/plugins/templates/templatedefinition.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/templates/templatedefinition.js
ckeditor/ckeditor/plugins/templates/dialogs/templates.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/templates/dialogs/templates.css
ckeditor/ckeditor/plugins/templates/dialogs/templates.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/templates/dialogs/templates.js
ckeditor/ckeditor/plugins/templates/templates/default.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/templates/templates/default.js
ckeditor/ckeditor/plugins/templates/templates/images/template1.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/templates/templates/images/template1.gif
ckeditor/ckeditor/plugins/templates/templates/images/template2.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/templates/templates/images/template2.gif
ckeditor/ckeditor/plugins/templates/templates/images/template3.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/templates/templates/images/template3.gif
ckeditor/ckeditor/plugins/uicolor/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/plugin.js
ckeditor/ckeditor/plugins/uicolor/dialogs/uicolor.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/dialogs/uicolor.js
ckeditor/ckeditor/plugins/uicolor/icons/uicolor.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/icons/uicolor.png
ckeditor/ckeditor/plugins/uicolor/icons/hidpi/uicolor.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/icons/hidpi/uicolor.png
ckeditor/ckeditor/plugins/uicolor/lang/_translationstatus.txt /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/_translationstatus.txt
ckeditor/ckeditor/plugins/uicolor/lang/af.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/af.js
ckeditor/ckeditor/plugins/uicolor/lang/ar.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ar.js
ckeditor/ckeditor/plugins/uicolor/lang/bg.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/bg.js
ckeditor/ckeditor/plugins/uicolor/lang/ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ca.js
ckeditor/ckeditor/plugins/uicolor/lang/cs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/cs.js
ckeditor/ckeditor/plugins/uicolor/lang/cy.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/cy.js
ckeditor/ckeditor/plugins/uicolor/lang/da.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/da.js
ckeditor/ckeditor/plugins/uicolor/lang/de.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/de.js
ckeditor/ckeditor/plugins/uicolor/lang/el.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/el.js
ckeditor/ckeditor/plugins/uicolor/lang/en-gb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/en-gb.js
ckeditor/ckeditor/plugins/uicolor/lang/en.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/en.js
ckeditor/ckeditor/plugins/uicolor/lang/eo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/eo.js
ckeditor/ckeditor/plugins/uicolor/lang/es.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/es.js
ckeditor/ckeditor/plugins/uicolor/lang/et.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/et.js
ckeditor/ckeditor/plugins/uicolor/lang/eu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/eu.js
ckeditor/ckeditor/plugins/uicolor/lang/fa.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/fa.js
ckeditor/ckeditor/plugins/uicolor/lang/fi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/fi.js
ckeditor/ckeditor/plugins/uicolor/lang/fr-ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/fr-ca.js
ckeditor/ckeditor/plugins/uicolor/lang/fr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/fr.js
ckeditor/ckeditor/plugins/uicolor/lang/gl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/gl.js
ckeditor/ckeditor/plugins/uicolor/lang/he.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/he.js
ckeditor/ckeditor/plugins/uicolor/lang/hr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/hr.js
ckeditor/ckeditor/plugins/uicolor/lang/hu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/hu.js
ckeditor/ckeditor/plugins/uicolor/lang/id.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/id.js
ckeditor/ckeditor/plugins/uicolor/lang/it.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/it.js
ckeditor/ckeditor/plugins/uicolor/lang/ja.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ja.js
ckeditor/ckeditor/plugins/uicolor/lang/km.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/km.js
ckeditor/ckeditor/plugins/uicolor/lang/ko.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ko.js
ckeditor/ckeditor/plugins/uicolor/lang/ku.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ku.js
ckeditor/ckeditor/plugins/uicolor/lang/lv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/lv.js
ckeditor/ckeditor/plugins/uicolor/lang/mk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/mk.js
ckeditor/ckeditor/plugins/uicolor/lang/nb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/nb.js
ckeditor/ckeditor/plugins/uicolor/lang/nl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/nl.js
ckeditor/ckeditor/plugins/uicolor/lang/no.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/no.js
ckeditor/ckeditor/plugins/uicolor/lang/pl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/pl.js
ckeditor/ckeditor/plugins/uicolor/lang/pt-br.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/pt-br.js
ckeditor/ckeditor/plugins/uicolor/lang/pt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/pt.js
ckeditor/ckeditor/plugins/uicolor/lang/ru.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ru.js
ckeditor/ckeditor/plugins/uicolor/lang/si.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/si.js
ckeditor/ckeditor/plugins/uicolor/lang/sk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/sk.js
ckeditor/ckeditor/plugins/uicolor/lang/sl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/sl.js
ckeditor/ckeditor/plugins/uicolor/lang/sq.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/sq.js
ckeditor/ckeditor/plugins/uicolor/lang/sv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/sv.js
ckeditor/ckeditor/plugins/uicolor/lang/tr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/tr.js
ckeditor/ckeditor/plugins/uicolor/lang/tt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/tt.js
ckeditor/ckeditor/plugins/uicolor/lang/ug.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/ug.js
ckeditor/ckeditor/plugins/uicolor/lang/uk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/uk.js
ckeditor/ckeditor/plugins/uicolor/lang/vi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/vi.js
ckeditor/ckeditor/plugins/uicolor/lang/zh-cn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/zh-cn.js
ckeditor/ckeditor/plugins/uicolor/lang/zh.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/lang/zh.js
ckeditor/ckeditor/plugins/uicolor/yui/yui.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/yui/yui.js
ckeditor/ckeditor/plugins/uicolor/yui/assets/hue_bg.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/yui/assets/hue_bg.png
ckeditor/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png
ckeditor/ckeditor/plugins/uicolor/yui/assets/picker_mask.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/yui/assets/picker_mask.png
ckeditor/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png
ckeditor/ckeditor/plugins/uicolor/yui/assets/yui.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uicolor/yui/assets/yui.css
ckeditor/ckeditor/plugins/uploadimage/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadimage/plugin.js
ckeditor/ckeditor/plugins/uploadwidget/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/plugin.js
ckeditor/ckeditor/plugins/uploadwidget/lang/cs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/cs.js
ckeditor/ckeditor/plugins/uploadwidget/lang/da.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/da.js
ckeditor/ckeditor/plugins/uploadwidget/lang/de.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/de.js
ckeditor/ckeditor/plugins/uploadwidget/lang/en.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/en.js
ckeditor/ckeditor/plugins/uploadwidget/lang/eo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/eo.js
ckeditor/ckeditor/plugins/uploadwidget/lang/fr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/fr.js
ckeditor/ckeditor/plugins/uploadwidget/lang/gl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/gl.js
ckeditor/ckeditor/plugins/uploadwidget/lang/hu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/hu.js
ckeditor/ckeditor/plugins/uploadwidget/lang/it.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/it.js
ckeditor/ckeditor/plugins/uploadwidget/lang/ko.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/ko.js
ckeditor/ckeditor/plugins/uploadwidget/lang/ku.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/ku.js
ckeditor/ckeditor/plugins/uploadwidget/lang/nb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/nb.js
ckeditor/ckeditor/plugins/uploadwidget/lang/nl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/nl.js
ckeditor/ckeditor/plugins/uploadwidget/lang/pl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/pl.js
ckeditor/ckeditor/plugins/uploadwidget/lang/pt-br.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/pt-br.js
ckeditor/ckeditor/plugins/uploadwidget/lang/ru.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/ru.js
ckeditor/ckeditor/plugins/uploadwidget/lang/sv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/sv.js
ckeditor/ckeditor/plugins/uploadwidget/lang/tr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/tr.js
ckeditor/ckeditor/plugins/uploadwidget/lang/zh-cn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/zh-cn.js
ckeditor/ckeditor/plugins/uploadwidget/lang/zh.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/uploadwidget/lang/zh.js
ckeditor/ckeditor/plugins/widget/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/plugin.js
ckeditor/ckeditor/plugins/widget/images/handle.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/images/handle.png
ckeditor/ckeditor/plugins/widget/lang/af.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/af.js
ckeditor/ckeditor/plugins/widget/lang/ar.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/ar.js
ckeditor/ckeditor/plugins/widget/lang/bg.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/bg.js
ckeditor/ckeditor/plugins/widget/lang/ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/ca.js
ckeditor/ckeditor/plugins/widget/lang/cs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/cs.js
ckeditor/ckeditor/plugins/widget/lang/cy.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/cy.js
ckeditor/ckeditor/plugins/widget/lang/da.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/da.js
ckeditor/ckeditor/plugins/widget/lang/de.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/de.js
ckeditor/ckeditor/plugins/widget/lang/el.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/el.js
ckeditor/ckeditor/plugins/widget/lang/en-gb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/en-gb.js
ckeditor/ckeditor/plugins/widget/lang/en.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/en.js
ckeditor/ckeditor/plugins/widget/lang/eo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/eo.js
ckeditor/ckeditor/plugins/widget/lang/es.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/es.js
ckeditor/ckeditor/plugins/widget/lang/fa.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/fa.js
ckeditor/ckeditor/plugins/widget/lang/fi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/fi.js
ckeditor/ckeditor/plugins/widget/lang/fr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/fr.js
ckeditor/ckeditor/plugins/widget/lang/gl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/gl.js
ckeditor/ckeditor/plugins/widget/lang/he.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/he.js
ckeditor/ckeditor/plugins/widget/lang/hr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/hr.js
ckeditor/ckeditor/plugins/widget/lang/hu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/hu.js
ckeditor/ckeditor/plugins/widget/lang/it.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/it.js
ckeditor/ckeditor/plugins/widget/lang/ja.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/ja.js
ckeditor/ckeditor/plugins/widget/lang/km.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/km.js
ckeditor/ckeditor/plugins/widget/lang/ko.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/ko.js
ckeditor/ckeditor/plugins/widget/lang/ku.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/ku.js
ckeditor/ckeditor/plugins/widget/lang/lv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/lv.js
ckeditor/ckeditor/plugins/widget/lang/nb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/nb.js
ckeditor/ckeditor/plugins/widget/lang/nl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/nl.js
ckeditor/ckeditor/plugins/widget/lang/no.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/no.js
ckeditor/ckeditor/plugins/widget/lang/pl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/pl.js
ckeditor/ckeditor/plugins/widget/lang/pt-br.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/pt-br.js
ckeditor/ckeditor/plugins/widget/lang/pt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/pt.js
ckeditor/ckeditor/plugins/widget/lang/ru.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/ru.js
ckeditor/ckeditor/plugins/widget/lang/sk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/sk.js
ckeditor/ckeditor/plugins/widget/lang/sl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/sl.js
ckeditor/ckeditor/plugins/widget/lang/sq.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/sq.js
ckeditor/ckeditor/plugins/widget/lang/sv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/sv.js
ckeditor/ckeditor/plugins/widget/lang/tr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/tr.js
ckeditor/ckeditor/plugins/widget/lang/tt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/tt.js
ckeditor/ckeditor/plugins/widget/lang/uk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/uk.js
ckeditor/ckeditor/plugins/widget/lang/vi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/vi.js
ckeditor/ckeditor/plugins/widget/lang/zh-cn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/zh-cn.js
ckeditor/ckeditor/plugins/widget/lang/zh.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/widget/lang/zh.js
ckeditor/ckeditor/plugins/wsc/LICENSE.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/LICENSE.md
ckeditor/ckeditor/plugins/wsc/README.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/README.md
ckeditor/ckeditor/plugins/wsc/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/plugin.js
ckeditor/ckeditor/plugins/wsc/dialogs/ciframe.html /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/dialogs/ciframe.html
ckeditor/ckeditor/plugins/wsc/dialogs/tmpFrameset.html /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
ckeditor/ckeditor/plugins/wsc/dialogs/wsc.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/dialogs/wsc.css
ckeditor/ckeditor/plugins/wsc/dialogs/wsc.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/dialogs/wsc.js
ckeditor/ckeditor/plugins/wsc/dialogs/wsc_ie.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/dialogs/wsc_ie.js
ckeditor/ckeditor/plugins/wsc/icons/spellchecker.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/icons/spellchecker.png
ckeditor/ckeditor/plugins/wsc/icons/hidpi/spellchecker.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/icons/hidpi/spellchecker.png
ckeditor/ckeditor/plugins/wsc/lang/af.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/af.js
ckeditor/ckeditor/plugins/wsc/lang/ar.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ar.js
ckeditor/ckeditor/plugins/wsc/lang/bg.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/bg.js
ckeditor/ckeditor/plugins/wsc/lang/bn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/bn.js
ckeditor/ckeditor/plugins/wsc/lang/bs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/bs.js
ckeditor/ckeditor/plugins/wsc/lang/ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ca.js
ckeditor/ckeditor/plugins/wsc/lang/cs.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/cs.js
ckeditor/ckeditor/plugins/wsc/lang/cy.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/cy.js
ckeditor/ckeditor/plugins/wsc/lang/da.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/da.js
ckeditor/ckeditor/plugins/wsc/lang/de.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/de.js
ckeditor/ckeditor/plugins/wsc/lang/el.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/el.js
ckeditor/ckeditor/plugins/wsc/lang/en-au.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/en-au.js
ckeditor/ckeditor/plugins/wsc/lang/en-ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/en-ca.js
ckeditor/ckeditor/plugins/wsc/lang/en-gb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/en-gb.js
ckeditor/ckeditor/plugins/wsc/lang/en.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/en.js
ckeditor/ckeditor/plugins/wsc/lang/eo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/eo.js
ckeditor/ckeditor/plugins/wsc/lang/es.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/es.js
ckeditor/ckeditor/plugins/wsc/lang/et.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/et.js
ckeditor/ckeditor/plugins/wsc/lang/eu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/eu.js
ckeditor/ckeditor/plugins/wsc/lang/fa.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/fa.js
ckeditor/ckeditor/plugins/wsc/lang/fi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/fi.js
ckeditor/ckeditor/plugins/wsc/lang/fo.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/fo.js
ckeditor/ckeditor/plugins/wsc/lang/fr-ca.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/fr-ca.js
ckeditor/ckeditor/plugins/wsc/lang/fr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/fr.js
ckeditor/ckeditor/plugins/wsc/lang/gl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/gl.js
ckeditor/ckeditor/plugins/wsc/lang/gu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/gu.js
ckeditor/ckeditor/plugins/wsc/lang/he.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/he.js
ckeditor/ckeditor/plugins/wsc/lang/hi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/hi.js
ckeditor/ckeditor/plugins/wsc/lang/hr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/hr.js
ckeditor/ckeditor/plugins/wsc/lang/hu.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/hu.js
ckeditor/ckeditor/plugins/wsc/lang/is.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/is.js
ckeditor/ckeditor/plugins/wsc/lang/it.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/it.js
ckeditor/ckeditor/plugins/wsc/lang/ja.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ja.js
ckeditor/ckeditor/plugins/wsc/lang/ka.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ka.js
ckeditor/ckeditor/plugins/wsc/lang/km.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/km.js
ckeditor/ckeditor/plugins/wsc/lang/ko.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ko.js
ckeditor/ckeditor/plugins/wsc/lang/ku.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ku.js
ckeditor/ckeditor/plugins/wsc/lang/lt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/lt.js
ckeditor/ckeditor/plugins/wsc/lang/lv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/lv.js
ckeditor/ckeditor/plugins/wsc/lang/mk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/mk.js
ckeditor/ckeditor/plugins/wsc/lang/mn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/mn.js
ckeditor/ckeditor/plugins/wsc/lang/ms.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ms.js
ckeditor/ckeditor/plugins/wsc/lang/nb.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/nb.js
ckeditor/ckeditor/plugins/wsc/lang/nl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/nl.js
ckeditor/ckeditor/plugins/wsc/lang/no.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/no.js
ckeditor/ckeditor/plugins/wsc/lang/pl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/pl.js
ckeditor/ckeditor/plugins/wsc/lang/pt-br.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/pt-br.js
ckeditor/ckeditor/plugins/wsc/lang/pt.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/pt.js
ckeditor/ckeditor/plugins/wsc/lang/ro.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ro.js
ckeditor/ckeditor/plugins/wsc/lang/ru.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ru.js
ckeditor/ckeditor/plugins/wsc/lang/sk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/sk.js
ckeditor/ckeditor/plugins/wsc/lang/sl.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/sl.js
ckeditor/ckeditor/plugins/wsc/lang/sr-latn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/sr-latn.js
ckeditor/ckeditor/plugins/wsc/lang/sr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/sr.js
ckeditor/ckeditor/plugins/wsc/lang/sv.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/sv.js
ckeditor/ckeditor/plugins/wsc/lang/th.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/th.js
ckeditor/ckeditor/plugins/wsc/lang/tr.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/tr.js
ckeditor/ckeditor/plugins/wsc/lang/ug.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/ug.js
ckeditor/ckeditor/plugins/wsc/lang/uk.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/uk.js
ckeditor/ckeditor/plugins/wsc/lang/vi.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/vi.js
ckeditor/ckeditor/plugins/wsc/lang/zh-cn.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/zh-cn.js
ckeditor/ckeditor/plugins/wsc/lang/zh.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/lang/zh.js
ckeditor/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css
ckeditor/ckeditor/plugins/xml/plugin.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/plugins/xml/plugin.js
ckeditor/ckeditor/skins/moono/dialog.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/dialog.css
ckeditor/ckeditor/skins/moono/dialog_ie.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/dialog_ie.css
ckeditor/ckeditor/skins/moono/dialog_ie7.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/dialog_ie7.css
ckeditor/ckeditor/skins/moono/dialog_ie8.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/dialog_ie8.css
ckeditor/ckeditor/skins/moono/dialog_iequirks.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/dialog_iequirks.css
ckeditor/ckeditor/skins/moono/editor.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/editor.css
ckeditor/ckeditor/skins/moono/editor_gecko.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/editor_gecko.css
ckeditor/ckeditor/skins/moono/editor_ie.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/editor_ie.css
ckeditor/ckeditor/skins/moono/editor_ie7.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/editor_ie7.css
ckeditor/ckeditor/skins/moono/editor_ie8.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/editor_ie8.css
ckeditor/ckeditor/skins/moono/editor_iequirks.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/editor_iequirks.css
ckeditor/ckeditor/skins/moono/icons.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/icons.png
ckeditor/ckeditor/skins/moono/icons_hidpi.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/icons_hidpi.png
ckeditor/ckeditor/skins/moono/readme.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/readme.md
ckeditor/ckeditor/skins/moono/images/arrow.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/arrow.png
ckeditor/ckeditor/skins/moono/images/close.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/close.png
ckeditor/ckeditor/skins/moono/images/lock-open.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/lock-open.png
ckeditor/ckeditor/skins/moono/images/lock.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/lock.png
ckeditor/ckeditor/skins/moono/images/refresh.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/refresh.png
ckeditor/ckeditor/skins/moono/images/spinner.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/spinner.gif
ckeditor/ckeditor/skins/moono/images/hidpi/close.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/hidpi/close.png
ckeditor/ckeditor/skins/moono/images/hidpi/lock-open.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/hidpi/lock-open.png
ckeditor/ckeditor/skins/moono/images/hidpi/lock.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/hidpi/lock.png
ckeditor/ckeditor/skins/moono/images/hidpi/refresh.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono/images/hidpi/refresh.png
ckeditor/ckeditor/skins/moono-lisa/dialog.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/dialog.css
ckeditor/ckeditor/skins/moono-lisa/dialog_ie.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/dialog_ie.css
ckeditor/ckeditor/skins/moono-lisa/dialog_ie8.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/dialog_ie8.css
ckeditor/ckeditor/skins/moono-lisa/dialog_iequirks.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/dialog_iequirks.css
ckeditor/ckeditor/skins/moono-lisa/editor.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/editor.css
ckeditor/ckeditor/skins/moono-lisa/editor_gecko.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/editor_gecko.css
ckeditor/ckeditor/skins/moono-lisa/editor_ie.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/editor_ie.css
ckeditor/ckeditor/skins/moono-lisa/editor_ie8.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/editor_ie8.css
ckeditor/ckeditor/skins/moono-lisa/editor_iequirks.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/editor_iequirks.css
ckeditor/ckeditor/skins/moono-lisa/icons.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/icons.png
ckeditor/ckeditor/skins/moono-lisa/icons_hidpi.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/icons_hidpi.png
ckeditor/ckeditor/skins/moono-lisa/readme.md /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/readme.md
ckeditor/ckeditor/skins/moono-lisa/images/arrow.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/arrow.png
ckeditor/ckeditor/skins/moono-lisa/images/close.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/close.png
ckeditor/ckeditor/skins/moono-lisa/images/lock-open.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/lock-open.png
ckeditor/ckeditor/skins/moono-lisa/images/lock.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/lock.png
ckeditor/ckeditor/skins/moono-lisa/images/refresh.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/refresh.png
ckeditor/ckeditor/skins/moono-lisa/images/spinner.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/spinner.gif
ckeditor/ckeditor/skins/moono-lisa/images/hidpi/close.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/hidpi/close.png
ckeditor/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png
ckeditor/ckeditor/skins/moono-lisa/images/hidpi/lock.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/hidpi/lock.png
ckeditor/ckeditor/skins/moono-lisa/images/hidpi/refresh.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/skins/moono-lisa/images/hidpi/refresh.png
ckeditor/ckeditor/vendor/promise.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/ckeditor/vendor/promise.js
ckeditor/file-icons/doc.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/file-icons/doc.png
ckeditor/file-icons/file.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/file-icons/file.png
ckeditor/file-icons/pdf.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/file-icons/pdf.png
ckeditor/file-icons/ppt.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/file-icons/ppt.png
ckeditor/file-icons/swf.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/file-icons/swf.png
ckeditor/file-icons/txt.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/file-icons/txt.png
ckeditor/file-icons/xls.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/file-icons/xls.png
ckeditor/galleriffic/css/basic.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/css/basic.css
ckeditor/galleriffic/css/black.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/css/black.css
ckeditor/galleriffic/css/caption.png /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/css/caption.png
ckeditor/galleriffic/css/galleriffic-1.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/css/galleriffic-1.css
ckeditor/galleriffic/css/galleriffic-2.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/css/galleriffic-2.css
ckeditor/galleriffic/css/galleriffic-3.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/css/galleriffic-3.css
ckeditor/galleriffic/css/galleriffic-4.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/css/galleriffic-4.css
ckeditor/galleriffic/css/galleriffic-5.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/css/galleriffic-5.css
ckeditor/galleriffic/css/jush.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/css/jush.css
ckeditor/galleriffic/css/loader.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/css/loader.gif
ckeditor/galleriffic/css/loaderWhite.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/css/loaderWhite.gif
ckeditor/galleriffic/css/nextPageArrow.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/css/nextPageArrow.gif
ckeditor/galleriffic/css/nextPageArrowWhite.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/css/nextPageArrowWhite.gif
ckeditor/galleriffic/css/prevPageArrow.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/css/prevPageArrow.gif
ckeditor/galleriffic/css/prevPageArrowWhite.gif /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/css/prevPageArrowWhite.gif
ckeditor/galleriffic/css/white.css /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/css/white.css
ckeditor/galleriffic/js/jquery-1.3.2.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/js/jquery-1.3.2.js
ckeditor/galleriffic/js/jquery.galleriffic.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/js/jquery.galleriffic.js
ckeditor/galleriffic/js/jquery.history.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/js/jquery.history.js
ckeditor/galleriffic/js/jquery.opacityrollover.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/js/jquery.opacityrollover.js
ckeditor/galleriffic/js/jush.js /usr/local/lib/python3.10/site-packages/ckeditor/static/ckeditor/galleriffic/js/jush.js
ckeditor/ckeditor_uploader/admin_base.css /usr/local/lib/python3.10/site-packages/ckeditor_uploader/static/ckeditor/ckeditor_uploader/admin_base.css
colorfield/colorfield.js /usr/local/lib/python3.10/site-packages/colorfield/static/colorfield/colorfield.js
colorfield/jscolor/jscolor.js /usr/local/lib/python3.10/site-packages/colorfield/static/colorfield/jscolor/jscolor.js
colorfield/jscolor/jscolor.min.js /usr/local/lib/python3.10/site-packages/colorfield/static/colorfield/jscolor/jscolor.min.js
adminsortable2/css/sortable.css /usr/local/lib/python3.10/site-packages/adminsortable2/static/adminsortable2/css/sortable.css
adminsortable2/icons/drag.png /usr/local/lib/python3.10/site-packages/adminsortable2/static/adminsortable2/icons/drag.png
adminsortable2/js/adminsortable2.js /usr/local/lib/python3.10/site-packages/adminsortable2/static/adminsortable2/js/adminsortable2.js
adminsortable2/js/adminsortable2.js.map /usr/local/lib/python3.10/site-packages/adminsortable2/static/adminsortable2/js/adminsortable2.js.map
adminsortable2/js/adminsortable2.min.js /usr/local/lib/python3.10/site-packages/adminsortable2/static/adminsortable2/js/adminsortable2.min.js
smart-selects/admin/js/bindfields.js /usr/src/app/smart_selects/static/smart-selects/admin/js/bindfields.js
smart-selects/admin/js/chainedfk.js /usr/src/app/smart_selects/static/smart-selects/admin/js/chainedfk.js
smart-selects/admin/js/chainedm2m.js /usr/src/app/smart_selects/static/smart-selects/admin/js/chainedm2m.js
dynamic_raw_id/js/dynamic_raw_id.js /usr/local/lib/python3.10/site-packages/dynamic_raw_id/static/dynamic_raw_id/js/dynamic_raw_id.js
debug_toolbar/css/print.css /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/history.js /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/history.js
debug_toolbar/js/redirect.js /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/redirect.js
debug_toolbar/js/timer.js /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/js/toolbar.js /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/utils.js /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/utils.js
survey/css/bootstrap-theme.min.css /usr/src/app/survey/static/survey/css/bootstrap-theme.min.css
survey/css/bootstrap.min.css /usr/src/app/survey/static/survey/css/bootstrap.min.css
survey/css/custom.css /usr/src/app/survey/static/survey/css/custom.css
survey/css/flatpickr.min.css /usr/src/app/survey/static/survey/css/flatpickr.min.css
survey/fonts/glyphicons-halflings-regular.eot /usr/src/app/survey/static/survey/fonts/glyphicons-halflings-regular.eot
survey/fonts/glyphicons-halflings-regular.svg /usr/src/app/survey/static/survey/fonts/glyphicons-halflings-regular.svg
survey/fonts/glyphicons-halflings-regular.ttf /usr/src/app/survey/static/survey/fonts/glyphicons-halflings-regular.ttf
survey/fonts/glyphicons-halflings-regular.woff /usr/src/app/survey/static/survey/fonts/glyphicons-halflings-regular.woff
survey/js/bootstrap.min.js /usr/src/app/survey/static/survey/js/bootstrap.min.js
survey/js/custom.js /usr/src/app/survey/static/survey/js/custom.js
survey/js/flatpickr.min.js /usr/src/app/survey/static/survey/js/flatpickr.min.js
survey/js/jquery-ui.min.js /usr/src/app/survey/static/survey/js/jquery-ui.min.js
survey/js/jquery.min.js /usr/src/app/survey/static/survey/js/jquery.min.js
survey/sty/pgf-pie.sty /usr/src/app/survey/static/survey/sty/pgf-pie.sty
survey/sty/pgfplots.sty /usr/src/app/survey/static/survey/sty/pgfplots.sty

تمپلیت ها (5 rendered)

Template path

  1. /usr/src/app/templates

Templates

coffee_menu/pages/ViewMenuItems.html
/usr/src/app/coffee_menu/templates/coffee_menu/pages/ViewMenuItems.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'cart_unique_count': 0, 'csrf_token': <SimpleLazyObject: 'QLYQJvmwxFN8IVLyTB4IpHnQ51A1wms0NKzYhKQacdcU1ONlNorqoXfPrxFaWuCt'>, 'debug': True, 'global_settings': <SiteGlobalSetting: پیکربندی سایت>, 'menu_objects': '<<treequeryset of menu.MenuObject>>', 'messages': <FallbackStorage: request=<WSGIRequest: GET '/resturant/'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7ff918a171c0>>), 'request': '<<request>>', 'socials': '<<queryset of setting.SocialMediaSetting>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x7ff9189ac5e0>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7ff918a171c0>>} {'menu': {}}
coffee_menu/base.html
/usr/src/app/coffee_menu/templates/coffee_menu/base.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'cart_unique_count': 0, 'csrf_token': <SimpleLazyObject: 'QLYQJvmwxFN8IVLyTB4IpHnQ51A1wms0NKzYhKQacdcU1ONlNorqoXfPrxFaWuCt'>, 'debug': True, 'global_settings': <SiteGlobalSetting: پیکربندی سایت>, 'menu_objects': '<<treequeryset of menu.MenuObject>>', 'messages': <FallbackStorage: request=<WSGIRequest: GET '/resturant/'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7ff918a171c0>>), 'request': '<<request>>', 'socials': '<<queryset of setting.SocialMediaSetting>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x7ff9189ac5e0>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7ff918a171c0>>} {'menu': {}}
coffee_menu/inc/navbar.html
/usr/src/app/coffee_menu/templates/coffee_menu/inc/navbar.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'cart_unique_count': 0, 'csrf_token': <SimpleLazyObject: 'QLYQJvmwxFN8IVLyTB4IpHnQ51A1wms0NKzYhKQacdcU1ONlNorqoXfPrxFaWuCt'>, 'debug': True, 'global_settings': <SiteGlobalSetting: پیکربندی سایت>, 'menu_objects': '<<treequeryset of menu.MenuObject>>', 'messages': <FallbackStorage: request=<WSGIRequest: GET '/resturant/'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7ff918a171c0>>), 'request': '<<request>>', 'socials': '<<queryset of setting.SocialMediaSetting>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x7ff9189ac5e0>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7ff918a171c0>>} {'menu': {}} {'block': <Block Node: navbar. Contents: [<TextNode: '\n '>, <IncludeNode: template=<FilterExpression "'coffee_menu/inc/navbar.html'">>, <TextNode: '\n '>]>}
coffee_menu/inc/sidebar.html
/usr/src/app/coffee_menu/templates/coffee_menu/inc/sidebar.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'cart_unique_count': 0, 'csrf_token': <SimpleLazyObject: 'QLYQJvmwxFN8IVLyTB4IpHnQ51A1wms0NKzYhKQacdcU1ONlNorqoXfPrxFaWuCt'>, 'debug': True, 'global_settings': <SiteGlobalSetting: پیکربندی سایت>, 'menu_objects': '<<treequeryset of menu.MenuObject>>', 'messages': <FallbackStorage: request=<WSGIRequest: GET '/resturant/'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7ff918a171c0>>), 'request': '<<request>>', 'socials': '<<queryset of setting.SocialMediaSetting>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x7ff9189ac5e0>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7ff918a171c0>>} {'menu': {}} {'block': <Block Node: sidebar. Contents: [<TextNode: '\n '>, <IncludeNode: template=<FilterExpression "'coffee_menu/inc/sidebar.html'">>, <TextNode: '\n'>]>}
coffee_menu/inc/footer.html
/usr/src/app/coffee_menu/templates/coffee_menu/inc/footer.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'cart_unique_count': 0, 'csrf_token': <SimpleLazyObject: 'QLYQJvmwxFN8IVLyTB4IpHnQ51A1wms0NKzYhKQacdcU1ONlNorqoXfPrxFaWuCt'>, 'debug': True, 'global_settings': <SiteGlobalSetting: پیکربندی سایت>, 'menu_objects': '<<treequeryset of menu.MenuObject>>', 'messages': <FallbackStorage: request=<WSGIRequest: GET '/resturant/'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7ff918a171c0>>), 'request': '<<request>>', 'socials': '<<queryset of setting.SocialMediaSetting>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x7ff9189ac5e0>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7ff918a171c0>>} {'menu': {}} {'block': <Block Node: footer. Contents: [<TextNode: '\n '>, <IncludeNode: template=<FilterExpression "'coffee_menu/inc/footer.html'">>, <TextNode: '\n'>]>}

Context processors

django.template.context_processors.csrf
Toggle context {'csrf_token': <SimpleLazyObject: 'QLYQJvmwxFN8IVLyTB4IpHnQ51A1wms0NKzYhKQacdcU1ONlNorqoXfPrxFaWuCt'>}
django.template.context_processors.debug
Toggle context {'debug': True, 'sql_queries': <function debug.<locals>.<lambda> at 0x7ff9189ac5e0>}
django.template.context_processors.request
Toggle context {'request': <WSGIRequest: GET '/resturant/'>}
django.contrib.auth.context_processors.auth
Toggle context {'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7ff918a171c0>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7ff918a171c0>>)}
django.contrib.messages.context_processors.messages
Toggle context {'messages': <FallbackStorage: request=<WSGIRequest: GET '/resturant/'>>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30, 'ERROR': 40}}
setting.context_processors.global_settings
Toggle context {'global_settings': <SiteGlobalSetting: پیکربندی سایت>, 'socials': <QuerySet []>}
menu.context_processors.menu
Toggle context {'menu_objects': <TreeQuerySet []>}
coffee_menu.context_processor.cart_unique_count
Toggle context {'cart_unique_count': 0}

Cache calls from 1 backend

خلاصه

تعداد نهایی کال کردن ها زمان نهایی Cache hits Cache misses  
8 0.35190582275390625 ms 4 2

دستورات

add get set get_or_set touch delete clear get_many set_many delete_many has_key incr decr incr_version decr_version
0 6 2 0 0 0 0 0 0 0 0 0 0 0 0

call ها

زمان (میلی ثانیه) نوع آرگومان ها آرگومان های کیورد بک اند
0.0448 get ('imagekit:CACHE/images/site/amiran2_niFdKOF/ae70095253d5286b4861d6ef6c3a57e4.png-state',) {} <django.core.cache.backends.locmem.LocMemCache object at 0x7ff918b7fd60>
/usr/local/bin/gunicorn in <module>(7)
  sys.exit(run())

/usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
  super().run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
  Arbiter(self).run()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
  self.manage_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
  self.spawn_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
  self.spawn_worker()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
  worker.init_process()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
  self.run()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
  self.run_for_one(timeout)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
  self.accept(listener)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
  self.handle(listener, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
  respiter = self.wsgi(environ, resp.start_response)

/usr/src/app/utils/middlewares.py in __call__(10)
  response = self.get_response(request)

/usr/src/app/coffee_menu/views.py in menu(20)
  return render(request, 'coffee_menu/pages/ViewMenuItems.html', context)

/usr/local/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/usr/local/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(62)
  return self.template.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(111)
  return self.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(111)
  return self.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/usr/src/app/setting/models.py in get_favicon(124)
  if self.favicon.url and self.favicon_thumbnail.url and self.favicon.file:

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in url(85)
  return self._storage_attr('url')

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in _storage_attr(75)
  existence_required.send(sender=self, file=self)

/usr/local/lib/python3.10/site-packages/django/dispatch/dispatcher.py in send(176)
  return [

/usr/local/lib/python3.10/site-packages/django/dispatch/dispatcher.py in <listcomp>(177)
  (receiver, receiver(signal=self, sender=sender, **named))

/usr/local/lib/python3.10/site-packages/imagekit/registry.py in existence_required_receiver(53)
  self._receive(file, 'on_existence_required')

/usr/local/lib/python3.10/site-packages/imagekit/registry.py in _receive(61)
  call_strategy_method(file, callback)

/usr/local/lib/python3.10/site-packages/imagekit/utils.py in call_strategy_method(166)
  fn(file)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/strategies.py in on_existence_required(15)
  file.generate()

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in generate(94)
  self.cachefile_backend.generate(self, force)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in generate(109)
  self.generate_now(file, force=force)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in generate_now(94)
  if force or self.get_state(file) not in (CacheFileState.GENERATING, CacheFileState.EXISTS):

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in get_state(66)
  state = self.cache.get(key)

0.0613 set ('imagekit:CACHE/images/site/amiran2_niFdKOF/ae70095253d5286b4861d6ef6c3a57e4.png-state', 'exists', 300) {} <django.core.cache.backends.locmem.LocMemCache object at 0x7ff918b7fd60>
/usr/local/bin/gunicorn in <module>(7)
  sys.exit(run())

/usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
  super().run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
  Arbiter(self).run()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
  self.manage_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
  self.spawn_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
  self.spawn_worker()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
  worker.init_process()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
  self.run()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
  self.run_for_one(timeout)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
  self.accept(listener)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
  self.handle(listener, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
  respiter = self.wsgi(environ, resp.start_response)

/usr/src/app/utils/middlewares.py in __call__(10)
  response = self.get_response(request)

/usr/src/app/coffee_menu/views.py in menu(20)
  return render(request, 'coffee_menu/pages/ViewMenuItems.html', context)

/usr/local/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/usr/local/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(62)
  return self.template.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(111)
  return self.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(111)
  return self.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/usr/src/app/setting/models.py in get_favicon(124)
  if self.favicon.url and self.favicon_thumbnail.url and self.favicon.file:

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in url(85)
  return self._storage_attr('url')

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in _storage_attr(75)
  existence_required.send(sender=self, file=self)

/usr/local/lib/python3.10/site-packages/django/dispatch/dispatcher.py in send(176)
  return [

/usr/local/lib/python3.10/site-packages/django/dispatch/dispatcher.py in <listcomp>(177)
  (receiver, receiver(signal=self, sender=sender, **named))

/usr/local/lib/python3.10/site-packages/imagekit/registry.py in existence_required_receiver(53)
  self._receive(file, 'on_existence_required')

/usr/local/lib/python3.10/site-packages/imagekit/registry.py in _receive(61)
  call_strategy_method(file, callback)

/usr/local/lib/python3.10/site-packages/imagekit/utils.py in call_strategy_method(166)
  fn(file)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/strategies.py in on_existence_required(15)
  file.generate()

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in generate(94)
  self.cachefile_backend.generate(self, force)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in generate(109)
  self.generate_now(file, force=force)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in generate_now(94)
  if force or self.get_state(file) not in (CacheFileState.GENERATING, CacheFileState.EXISTS):

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in get_state(70)
  self.set_state(file, state)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in set_state(78)
  self.cache.set(key, state, settings.IMAGEKIT_CACHE_TIMEOUT)

0.0393 get ('imagekit:CACHE/images/site/amiran2_niFdKOF/ae70095253d5286b4861d6ef6c3a57e4.png-state',) {} <django.core.cache.backends.locmem.LocMemCache object at 0x7ff918b7fd60>
/usr/local/bin/gunicorn in <module>(7)
  sys.exit(run())

/usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
  super().run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
  Arbiter(self).run()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
  self.manage_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
  self.spawn_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
  self.spawn_worker()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
  worker.init_process()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
  self.run()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
  self.run_for_one(timeout)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
  self.accept(listener)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
  self.handle(listener, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
  respiter = self.wsgi(environ, resp.start_response)

/usr/src/app/utils/middlewares.py in __call__(10)
  response = self.get_response(request)

/usr/src/app/coffee_menu/views.py in menu(20)
  return render(request, 'coffee_menu/pages/ViewMenuItems.html', context)

/usr/local/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/usr/local/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(62)
  return self.template.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(111)
  return self.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(111)
  return self.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/usr/src/app/setting/models.py in get_favicon(125)
  image = self.favicon_thumbnail.url

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in url(85)
  return self._storage_attr('url')

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in _storage_attr(75)
  existence_required.send(sender=self, file=self)

/usr/local/lib/python3.10/site-packages/django/dispatch/dispatcher.py in send(176)
  return [

/usr/local/lib/python3.10/site-packages/django/dispatch/dispatcher.py in <listcomp>(177)
  (receiver, receiver(signal=self, sender=sender, **named))

/usr/local/lib/python3.10/site-packages/imagekit/registry.py in existence_required_receiver(53)
  self._receive(file, 'on_existence_required')

/usr/local/lib/python3.10/site-packages/imagekit/registry.py in _receive(61)
  call_strategy_method(file, callback)

/usr/local/lib/python3.10/site-packages/imagekit/utils.py in call_strategy_method(166)
  fn(file)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/strategies.py in on_existence_required(15)
  file.generate()

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in generate(94)
  self.cachefile_backend.generate(self, force)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in generate(109)
  self.generate_now(file, force=force)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in generate_now(94)
  if force or self.get_state(file) not in (CacheFileState.GENERATING, CacheFileState.EXISTS):

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in get_state(66)
  state = self.cache.get(key)

0.0372 get ('imagekit:CACHE/images/site/amiran2/6f337c02a6310abbf510cb122e153dbf.png-state',) {} <django.core.cache.backends.locmem.LocMemCache object at 0x7ff918b7fd60>
/usr/local/bin/gunicorn in <module>(7)
  sys.exit(run())

/usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
  super().run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
  Arbiter(self).run()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
  self.manage_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
  self.spawn_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
  self.spawn_worker()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
  worker.init_process()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
  self.run()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
  self.run_for_one(timeout)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
  self.accept(listener)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
  self.handle(listener, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
  respiter = self.wsgi(environ, resp.start_response)

/usr/src/app/utils/middlewares.py in __call__(10)
  response = self.get_response(request)

/usr/src/app/coffee_menu/views.py in menu(20)
  return render(request, 'coffee_menu/pages/ViewMenuItems.html', context)

/usr/local/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/usr/local/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(62)
  return self.template.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(111)
  return self.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(111)
  return self.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/usr/src/app/setting/models.py in get_logo(115)
  if self.logo.url and self.logo_thumbnail.url and self.logo.file:

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in url(85)
  return self._storage_attr('url')

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in _storage_attr(75)
  existence_required.send(sender=self, file=self)

/usr/local/lib/python3.10/site-packages/django/dispatch/dispatcher.py in send(176)
  return [

/usr/local/lib/python3.10/site-packages/django/dispatch/dispatcher.py in <listcomp>(177)
  (receiver, receiver(signal=self, sender=sender, **named))

/usr/local/lib/python3.10/site-packages/imagekit/registry.py in existence_required_receiver(53)
  self._receive(file, 'on_existence_required')

/usr/local/lib/python3.10/site-packages/imagekit/registry.py in _receive(61)
  call_strategy_method(file, callback)

/usr/local/lib/python3.10/site-packages/imagekit/utils.py in call_strategy_method(166)
  fn(file)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/strategies.py in on_existence_required(15)
  file.generate()

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in generate(94)
  self.cachefile_backend.generate(self, force)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in generate(109)
  self.generate_now(file, force=force)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in generate_now(94)
  if force or self.get_state(file) not in (CacheFileState.GENERATING, CacheFileState.EXISTS):

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in get_state(66)
  state = self.cache.get(key)

0.0446 set ('imagekit:CACHE/images/site/amiran2/6f337c02a6310abbf510cb122e153dbf.png-state', 'exists', 300) {} <django.core.cache.backends.locmem.LocMemCache object at 0x7ff918b7fd60>
/usr/local/bin/gunicorn in <module>(7)
  sys.exit(run())

/usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
  super().run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
  Arbiter(self).run()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
  self.manage_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
  self.spawn_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
  self.spawn_worker()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
  worker.init_process()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
  self.run()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
  self.run_for_one(timeout)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
  self.accept(listener)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
  self.handle(listener, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
  respiter = self.wsgi(environ, resp.start_response)

/usr/src/app/utils/middlewares.py in __call__(10)
  response = self.get_response(request)

/usr/src/app/coffee_menu/views.py in menu(20)
  return render(request, 'coffee_menu/pages/ViewMenuItems.html', context)

/usr/local/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/usr/local/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(62)
  return self.template.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(111)
  return self.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(111)
  return self.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/usr/src/app/setting/models.py in get_logo(115)
  if self.logo.url and self.logo_thumbnail.url and self.logo.file:

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in url(85)
  return self._storage_attr('url')

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in _storage_attr(75)
  existence_required.send(sender=self, file=self)

/usr/local/lib/python3.10/site-packages/django/dispatch/dispatcher.py in send(176)
  return [

/usr/local/lib/python3.10/site-packages/django/dispatch/dispatcher.py in <listcomp>(177)
  (receiver, receiver(signal=self, sender=sender, **named))

/usr/local/lib/python3.10/site-packages/imagekit/registry.py in existence_required_receiver(53)
  self._receive(file, 'on_existence_required')

/usr/local/lib/python3.10/site-packages/imagekit/registry.py in _receive(61)
  call_strategy_method(file, callback)

/usr/local/lib/python3.10/site-packages/imagekit/utils.py in call_strategy_method(166)
  fn(file)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/strategies.py in on_existence_required(15)
  file.generate()

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in generate(94)
  self.cachefile_backend.generate(self, force)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in generate(109)
  self.generate_now(file, force=force)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in generate_now(94)
  if force or self.get_state(file) not in (CacheFileState.GENERATING, CacheFileState.EXISTS):

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in get_state(70)
  self.set_state(file, state)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in set_state(78)
  self.cache.set(key, state, settings.IMAGEKIT_CACHE_TIMEOUT)

0.0567 get ('imagekit:CACHE/images/site/amiran2/6f337c02a6310abbf510cb122e153dbf.png-state',) {} <django.core.cache.backends.locmem.LocMemCache object at 0x7ff918b7fd60>
/usr/local/bin/gunicorn in <module>(7)
  sys.exit(run())

/usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
  super().run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
  Arbiter(self).run()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
  self.manage_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
  self.spawn_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
  self.spawn_worker()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
  worker.init_process()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
  self.run()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
  self.run_for_one(timeout)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
  self.accept(listener)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
  self.handle(listener, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
  respiter = self.wsgi(environ, resp.start_response)

/usr/src/app/utils/middlewares.py in __call__(10)
  response = self.get_response(request)

/usr/src/app/coffee_menu/views.py in menu(20)
  return render(request, 'coffee_menu/pages/ViewMenuItems.html', context)

/usr/local/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/usr/local/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(62)
  return self.template.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(111)
  return self.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(111)
  return self.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/usr/src/app/setting/models.py in get_logo(116)
  image = self.logo_thumbnail.url

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in url(85)
  return self._storage_attr('url')

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in _storage_attr(75)
  existence_required.send(sender=self, file=self)

/usr/local/lib/python3.10/site-packages/django/dispatch/dispatcher.py in send(176)
  return [

/usr/local/lib/python3.10/site-packages/django/dispatch/dispatcher.py in <listcomp>(177)
  (receiver, receiver(signal=self, sender=sender, **named))

/usr/local/lib/python3.10/site-packages/imagekit/registry.py in existence_required_receiver(53)
  self._receive(file, 'on_existence_required')

/usr/local/lib/python3.10/site-packages/imagekit/registry.py in _receive(61)
  call_strategy_method(file, callback)

/usr/local/lib/python3.10/site-packages/imagekit/utils.py in call_strategy_method(166)
  fn(file)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/strategies.py in on_existence_required(15)
  file.generate()

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in generate(94)
  self.cachefile_backend.generate(self, force)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in generate(109)
  self.generate_now(file, force=force)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in generate_now(94)
  if force or self.get_state(file) not in (CacheFileState.GENERATING, CacheFileState.EXISTS):

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in get_state(66)
  state = self.cache.get(key)

0.0353 get ('imagekit:CACHE/images/site/amiran2/6f337c02a6310abbf510cb122e153dbf.png-state',) {} <django.core.cache.backends.locmem.LocMemCache object at 0x7ff918b7fd60>
/usr/local/bin/gunicorn in <module>(7)
  sys.exit(run())

/usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
  super().run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
  Arbiter(self).run()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
  self.manage_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
  self.spawn_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
  self.spawn_worker()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
  worker.init_process()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
  self.run()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
  self.run_for_one(timeout)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
  self.accept(listener)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
  self.handle(listener, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
  respiter = self.wsgi(environ, resp.start_response)

/usr/src/app/utils/middlewares.py in __call__(10)
  response = self.get_response(request)

/usr/src/app/coffee_menu/views.py in menu(20)
  return render(request, 'coffee_menu/pages/ViewMenuItems.html', context)

/usr/local/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/usr/local/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(62)
  return self.template.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(111)
  return self.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(111)
  return self.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/usr/src/app/setting/models.py in get_logo(115)
  if self.logo.url and self.logo_thumbnail.url and self.logo.file:

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in url(85)
  return self._storage_attr('url')

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in _storage_attr(75)
  existence_required.send(sender=self, file=self)

/usr/local/lib/python3.10/site-packages/django/dispatch/dispatcher.py in send(176)
  return [

/usr/local/lib/python3.10/site-packages/django/dispatch/dispatcher.py in <listcomp>(177)
  (receiver, receiver(signal=self, sender=sender, **named))

/usr/local/lib/python3.10/site-packages/imagekit/registry.py in existence_required_receiver(53)
  self._receive(file, 'on_existence_required')

/usr/local/lib/python3.10/site-packages/imagekit/registry.py in _receive(61)
  call_strategy_method(file, callback)

/usr/local/lib/python3.10/site-packages/imagekit/utils.py in call_strategy_method(166)
  fn(file)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/strategies.py in on_existence_required(15)
  file.generate()

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in generate(94)
  self.cachefile_backend.generate(self, force)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in generate(109)
  self.generate_now(file, force=force)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in generate_now(94)
  if force or self.get_state(file) not in (CacheFileState.GENERATING, CacheFileState.EXISTS):

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in get_state(66)
  state = self.cache.get(key)

0.0327 get ('imagekit:CACHE/images/site/amiran2/6f337c02a6310abbf510cb122e153dbf.png-state',) {} <django.core.cache.backends.locmem.LocMemCache object at 0x7ff918b7fd60>
/usr/local/bin/gunicorn in <module>(7)
  sys.exit(run())

/usr/local/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py in run(66)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(235)
  super().run()

/usr/local/lib/python3.10/site-packages/gunicorn/app/base.py in run(71)
  Arbiter(self).run()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in run(201)
  self.manage_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in manage_workers(570)
  self.spawn_workers()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_workers(641)
  self.spawn_worker()

/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py in spawn_worker(608)
  worker.init_process()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/base.py in init_process(143)
  self.run()

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run(125)
  self.run_for_one(timeout)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in run_for_one(69)
  self.accept(listener)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in accept(31)
  self.handle(listener, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)

/usr/local/lib/python3.10/site-packages/gunicorn/workers/sync.py in handle_request(177)
  respiter = self.wsgi(environ, resp.start_response)

/usr/src/app/utils/middlewares.py in __call__(10)
  response = self.get_response(request)

/usr/src/app/coffee_menu/views.py in menu(20)
  return render(request, 'coffee_menu/pages/ViewMenuItems.html', context)

/usr/local/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/usr/local/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(62)
  return self.template.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(111)
  return self.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(111)
  return self.nodelist.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/usr/src/app/setting/models.py in get_logo(116)
  image = self.logo_thumbnail.url

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in url(85)
  return self._storage_attr('url')

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in _storage_attr(75)
  existence_required.send(sender=self, file=self)

/usr/local/lib/python3.10/site-packages/django/dispatch/dispatcher.py in send(176)
  return [

/usr/local/lib/python3.10/site-packages/django/dispatch/dispatcher.py in <listcomp>(177)
  (receiver, receiver(signal=self, sender=sender, **named))

/usr/local/lib/python3.10/site-packages/imagekit/registry.py in existence_required_receiver(53)
  self._receive(file, 'on_existence_required')

/usr/local/lib/python3.10/site-packages/imagekit/registry.py in _receive(61)
  call_strategy_method(file, callback)

/usr/local/lib/python3.10/site-packages/imagekit/utils.py in call_strategy_method(166)
  fn(file)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/strategies.py in on_existence_required(15)
  file.generate()

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/__init__.py in generate(94)
  self.cachefile_backend.generate(self, force)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in generate(109)
  self.generate_now(file, force=force)

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in generate_now(94)
  if force or self.get_state(file) not in (CacheFileState.GENERATING, CacheFileState.EXISTS):

/usr/local/lib/python3.10/site-packages/imagekit/cachefiles/backends.py in get_state(66)
  state = self.cache.get(key)

signal ها

Signal Receiver ها
class_prepared
connection_created register_type_handlers
got_request_exception
m2m_changed
post_delete post_delete_handler
post_init ModelSignalRouter.post_init_receiver, ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields
post_migrate post_migrate_handler, create_permissions, create_contenttypes
post_save post_save_handler, ModelSignalRouter.post_save_receiver, create_profile_for_author
pre_delete
pre_init
pre_migrate inject_rename_contenttypes_operations
pre_save pre_save_handler, set_slug_for_user_profile, set_order_values, default_status_for_admin_comments, fill_description
request_finished close_old_connections, close_caches, reset_urlconf
request_started reset_queries, close_old_connections
setting_changed reset_cache, clear_cache_handlers, update_installed_apps, update_connections_time_zone, clear_routers_cache, reset_template_engines, clear_serializers_cache, language_changed, localize_settings_changed, file_storage_changed, complex_setting_changed, root_urlconf_changed, static_storage_changed, static_finders_changed, auth_password_validators_changed, user_model_swapped, update_toolbar_config, reset_hashers, update_level_tags, uninstall_if_needed, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, StaticFilesStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties

پیام های لاگ

پیامی لاگ نشده.