DJDT

Versiones

Paquete Nombre Versión
Django 5.1.4
Python 3.12.7
admin_interface Interfaz de administración 0.29.2
admin_reorder Admin_Reorder 0.3.1
anymail Anymail 10.3
cacheops Cacheops 7.1
colorfield Colorfield 0.11.0
debug_toolbar Barra de herramientas de Depuración 4.4.6
django_celery_beat Tareas Periódicas 2.7.0
django_celery_results Celery Results 2.5.1
django_ckeditor_5 Django_Ckeditor_5 0.1.3
django_extensions Django Extensions 3.2.3
django_filters Django_Filters 23.5
djangoql Djangoql 0.18.1
drf_yasg Drf_Yasg 1.21.8
import_export Import_Export 3.3.9
nested_admin Nested_Admin 4.1.1
pghistory Pghistory 3.5.1
pgtrigger Pgtrigger 4.13.3
rest_framework Django REST framework 3.15.2
rest_framework_simplejwt Rest_Framework_Simplejwt 5.3.1
rest_framework_simplejwt.token_blacklist Lista negra de Tokens 5.1.4.final.0
simple_history Simple_History 3.7.0
solo solo 2.4.0

Tiempo

Uso de recursos

Recurso Valor
Tiempo en CPU de usuario 587.063 mseg
Tiempo en CPU del sistema 355.669 mseg
Tiempo total de CPU 942.732 mseg
Tiempo transcurrido 1134.419 mseg
Cambios de contexto 101 voluntario, 1032 involuntario

Distribución de tiempos de navegador

Atributo de tiempo Línea de tiempo Milisegundos desde inicio de la navegación (+longitud)

Valores procedentes de bolsatech.settings

Configuración Valor
ABSOLUTE_URL_OVERRIDES {}
ADMINS []
ADMIN_REORDER ('auth', 'waybill', 'samples', 'analyses', {'app': 'participants', 'label': 'Participantes', 'models': ['participants.PointDelivery', 'participants.Laboratory', 'participants.Obtentor', 'participants.Branch', 'participants.Grower', 'participants.Stakeholder', 'logistic_operator.LogisticOperator', 'participants.StakeholderAction']}, {'app': 'participants', 'label': 'Tecnología', 'models': ['participants.Technology']}, {'app': 'participants', 'label': 'Procesos', 'models': ['participants.Precertification']}, {'app': 'participants', 'label': 'Adhesiones', 'models': ['participants.PodAccession', 'participants.GrowerAccession', 'participants.AccessionGrowerHistory', 'participants.HistoricalGrowerAccession']}, 'business_rules', 'reports', {'app': 'logistic_operator', 'label': 'Operadores', 'models': ['logistic_operator.LogisticOperator', 'logistic_operator.SupplyLogistic', 'logistic_operator.SampleLogistic', 'logistic_operator.BranchLogisticObservation']}, 'users', 'contacts', 'ruca', {'app': 'system', 'label': 'Sistema', 'models': ['admin.LogEntry', 'system.System']}, {'app': 'emails', 'label': 'Envío de E-mails'}, 'locations', 'logger', 'django_celery_results', 'import_export_celery', 'django_celery_beat', 'admin_interface', 'colorfield', 'pghistory')
ALLOWED_EMAIL_DOMAINS ['magoya']
ALLOWED_HOSTS ['*']
ANYMAIL {'DEBUG_API_REQUESTS': '********************', 'MAILGUN_API_KEY': '********************', 'MAILGUN_SENDER_DOMAIN': 'mg.bolsatech.magoya.com', 'MAILGUN_WEBHOOK_SIGNING_KEY': '********************', 'WEBHOOK_SECRET': '********************'}
APPEND_SLASH True
AUTHENTICATION_BACKENDS ['django.contrib.auth.backends.ModelBackend']
AUTH_PASSWORD_VALIDATORS '********************'
AUTH_USER_MODEL 'auth.User'
BASE_DIR PosixPath('/app/bolsatech')
BIGQUERY_DATASET_ID None
BIGQUERY_PROJECT_ID None
BUCKET_NAME_SEMBRA_EVOLUCION 'bt-se-passthru-np'
CACHEOPS {'*.*': {'ops': (), 'timeout': 3600}}
CACHEOPS_REDIS {'db': 2, 'host': 'redis', 'port': 6379}
CACHES {'broker': {'BACKEND': 'django_redis.cache.RedisCache', 'LOCATION': 'redis://10.208.15.5:6379/1', 'OPTIONS': {'CLIENT_CLASS': 'django_redis.client.DefaultClient'}}, 'default': {'BACKEND': 'django_redis.cache.RedisCache', 'LOCATION': 'redis://10.208.15.5:6379/0', 'OPTIONS': {'CLIENT_CLASS': 'django_redis.client.DefaultClient'}}}
CACHE_MIDDLEWARE_ALIAS 'default'
CACHE_MIDDLEWARE_KEY_PREFIX '********************'
CACHE_MIDDLEWARE_SECONDS 600
CDN_URL 'https://storage.googleapis.com/bolsatech-qa'
CELERY_ACCEPT_CONTENT ['application/json']
CELERY_BROKER_URL 'redis://redis:6379'
CELERY_CACHE_BACKEND 'django-cache'
CELERY_RESULT_BACKEND 'django-db'
CELERY_RESULT_EXPIRES 30
CELERY_RESULT_EXTENDED True
CELERY_RESULT_SERIALIZER 'json'
CELERY_TASK_SERIALIZER 'json'
CELERY_TASK_TIME_LIMIT 1800
CELERY_TASK_TRACK_STARTED True
CKEDITOR_5_CONFIGS {'default': {'toolbar': ['heading', 'bold', 'italic', 'link', 'bulletedList', 'numberedList']}, 'list': {'properties': {'reversed': 'true', 'startIndex': 'true', 'styles': 'true'}}}
CORS_ALLOWED_ORIGINS ['https://qa.bolsatech.magoya.com', 'https://bolsatech.magoya.com', 'https://bolsatech.com.ar', 'https://www.bolsatech.com.ar', 'https://sibio-arg.com.ar', 'https://www.sibio-arg.com.ar']
CORS_ALLOW_CREDENTIALS True
CSRF_COOKIE_AGE 31449600
CSRF_COOKIE_DOMAIN None
CSRF_COOKIE_HTTPONLY 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 ['https://*.bolsatech.magoya.com', 'http://*.bolsatech.magoya.com', 'https://bolsatech.com.ar', 'https://bolsatech.magoya.com', 'https://bolsatech.com.ar', 'https://www.bolsatech.com.ar', 'https://sibio-arg.com.ar', 'https://www.sibio-arg.com.ar']
CSRF_USE_SESSIONS False
CSV <class 'import_export.formats.base_formats.CSV'>
DATABASES {'default': {'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_HEALTH_CHECKS': False, 'CONN_MAX_AGE': 600, 'ENGINE': 'django.db.backends.postgresql', 'HOST': '10.144.1.3', 'NAME': 'bolsatech', 'OPTIONS': {}, 'PASSWORD': '********************', 'PORT': '5432', 'TEST': {'CHARSET': None, 'COLLATION': None, 'MIGRATE': True, 'MIRROR': None, 'NAME': None}, 'TIME_ZONE': None, 'USER': 'bolsatech'}}
DATABASE_ROUTERS []
DATA_UPLOAD_MAX_MEMORY_SIZE 8388608
DATA_UPLOAD_MAX_NUMBER_FIELDS 10240
DATA_UPLOAD_MAX_NUMBER_FILES 100
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', '%d/%m/%Y %H:%M:%S']
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
DEBUG_TOOLBAR_CONFIG {'INSERT_BEFORE': '</head>', 'INTERCEPT_REDIRECTS': False, 'IS_RUNNING_TESTS': False, 'RENDER_PANELS': True, 'SHOW_TOOLBAR_CALLBACK': <function show_toolbar at 0x7a86e3066480>}
DEBUG_TOOLBAR_PATCH_SETTINGS False
DECIMAL_SEPARATOR '.'
DEFAULT_AUTO_FIELD 'django.db.models.BigAutoField'
DEFAULT_CHARSET 'utf-8'
DEFAULT_EXCEPTION_REPORTER 'django.views.debug.ExceptionReporter'
DEFAULT_EXCEPTION_REPORTER_FILTER 'django.views.debug.SafeExceptionReporterFilter'
DEFAULT_FILE_STORAGE 'storages.backends.gcloud.GoogleCloudStorage'
DEFAULT_FROM_EMAIL 'Bolsatech <noreply@mg.bolsatech.magoya.com>'
DEFAULT_INDEX_TABLESPACE ''
DEFAULT_TABLESPACE ''
DISALLOWED_USER_AGENTS []
EMAIL_BACKEND 'anymail.backends.mailgun.EmailBackend'
EMAIL_HOST None
EMAIL_HOST_PASSWORD '********************'
EMAIL_HOST_USER None
EMAIL_PORT None
EMAIL_SSL_CERTFILE None
EMAIL_SSL_KEYFILE '********************'
EMAIL_SUBJECT_PREFIX '[Bolsatech] '
EMAIL_TIMEOUT None
EMAIL_USE_LOCALTIME False
EMAIL_USE_SSL False
EMAIL_USE_TLS False
ENCRYPTION_KEY '********************'
ENVIRONMENT 'qa'
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
FORMS_URLFIELD_ASSUME_HTTPS False
FORM_RENDERER 'django.forms.renderers.DjangoTemplates'
GOOGLE_APPLICATION_CREDENTIALS ('{\n' ' "type": "service_account",\n' ' "project_id": "bolsatech-2023",\n' ' "private_key_id": "cbe065eb0ae27a2948706de0b0ddeecd9f5e3b21",\n' ' "private_key": "-----BEGIN PRIVATE ' 'KEY-----\\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDhAWqY8Rjf/XI0\\n8XDx9HO/0m6xtBCbXS0FflICm1fvFbLc0WI6/m3Bw1j0I3CL3i8SgAU0uViJMJ1/\\nC+82uhDI6Oyo39ndH6pupwv8ejgCxRV+fcgScwqN5ULWM6giSmYWK+MpXSUN2nH/\\nPkYg43eKncORfsD3F6v2M36+J6Csnby1zjbxV/FC9hTekF8dKvfJm4Cb0Nw0YoC4\\nbi1JKY5SKW7Wl0Ok9NvBzs30nnGMuxl87UP1dhCBGA6CoEy0oOPm096DQxCPxZPM\\nEwfKvOX7drklZ1LOGxuQ3H81WLVqPYz/9Vnr0R4RQCuDI4qiZm7SCCLhC6s+DAjm\\nAOu1KujVAgMBAAECggEABDK6MulHOImeodbHMxM9c1K9IKAz7n0ddmeRBRqx2Dfi\\nveBQxp8Cc+DMNAnt3vd5Z5P2H9ovxZoLgS/PWDiIa4jqFiCLu9JqbiGT4HbgXnMt\\nWM5DQXA8lbPQXjj7W/SkJgfA940v728hSlOfEtKLrahEbo2iT1ThQ2TGQglInUke\\nWNfLD5L5jQJWB55d5hI6m72Hvf2WuvA6wRLKoXBaq6uuzFFBeb4LJ4RIZyAxMQSM\\nNVd6f5NvNhOBdZ8aq7nkjWRUeuptaatAv4uNqtEZSP0+ls2CPVSMsIpE4belIh05\\ngLwRd+xnWRsojAH4CLfkYpr4hiMzVt3yjuL6nYHbJQKBgQD3SywotJnxHV0XRgy6\\nUczIUOyAz4cRpKXKCfgSvk/Xloq7mf5PXaP4COy06vnCr+eS9PhfItKhGf2l/h2V\\npVPxiwitXMhvOd+aybCwW1VUDPr/ZG6L1OVgqdy2i5WDIjmCJMp499d+Iw5LzIyh\\nrAJiiNiJ3O7da/9lV2QLb+E06wKBgQDo7V0nMfKDGQbcrlj95mRx8XyhYQRX0oqn\\nRNS6pDrdopadBdKdau4mSm1hode+cX3XCR5Y1uffnE5e+1RiylZJlwiPfGl7dzvu\\nZXqxVld45oQZm4gLw7mCyWwcDmtR0s+Yjja5ulGCTeiKClAHPdSHQwdt2tEMjCbw\\nn9JpGX/pPwKBgQCVdVhuDaEQqdeObmbY4QFsfAREYajXj/QnZNkKsvzcZn7YnVyn\\nKQglq3csbOugr+G83tOR5CD6/xNfFHNa8z4FuSr4ZCA7oPW0vntMSxcKIoI8gr2R\\nQ42SW3cq2Lf3NmMddhDtBZW3BYbpZuoD+ErEtMJyqBWxu0jzPdsYUnkBGwKBgQDP\\nRgJCEblbnda0ZFV+wxmZJ6qfNOUXfZyy0pZ27BQSDE/4tSjBuljoLAz/93Qz3Wx9\\nAXlG1x6Jpt86uG5UZve4DrWoca6wFt92+kjfLBU02fStkPDUfzxCvRj+Mnqf2nev\\nqsXaKonD6a5HwHuMpiHMqAIhaLnkb4drUt17dxyTIwKBgDOHLWJS3t4HYzVhVgpy\\ntm0wIFy/HIVmeRIqpM+2mybMzmYrqXIm+JqdxS1mVANWBSKfuBgeCw4I2Scksmy3\\nNGdxplWW7rILfUrRlE5KpXqsMcqKt6u8qTI9ClNPFaPtzCXe/Qu4oXmo7+S+X6i/\\nhh0fsrz+1gVv7X7jxlX4I5lK\\n-----END ' 'PRIVATE KEY-----\\n",\n' ' "client_email": ' '"bigquery-w-service-account@bolsatech-2023.iam.gserviceaccount.com",\n' ' "client_id": "100091827522794331190",\n' ' "auth_uri": "https://accounts.google.com/o/oauth2/auth",\n' ' "token_uri": "https://oauth2.googleapis.com/token",\n' ' "auth_provider_x509_cert_url": ' '"https://www.googleapis.com/oauth2/v1/certs",\n' ' "client_x509_cert_url": ' '"https://www.googleapis.com/robot/v1/metadata/x509/bigquery-w-service-account%40bolsatech-2023.iam.gserviceaccount.com",\n' ' "universe_domain": "googleapis.com"\n' '}\n')
GS_BUCKET_NAME 'bolsatech-qa'
GS_CREDENTIALS <google.oauth2.service_account.Credentials object at 0x7a86e305b260>
GS_FILE_OVERWRITE False
IGNORABLE_404_URLS []
IMPORT_EXPORT_CELERY_INIT_MODULE 'bolsatech.celery'
IMPORT_EXPORT_CELERY_MODELS {'Adhesion - Productor': {'app_label': 'participants', 'model_name': 'GrowerAccession', 'resource': <function lazy_resource.<locals>._lazy_resource at 0x7a86e30667a0>}}
IMPORT_EXPORT_FORMATS [<class 'import_export.formats.base_formats.XLSX'>, <class 'import_export.formats.base_formats.CSV'>]
IMPORT_EXPORT_PATHS ['process_import', 'import', 'export']
IMPORT_EXPORT_TMP_STORAGE_CLASS 'utils.tmp_storage.GoogleCloudTmpStorage'
IMPORT_FORMATS [<class 'import_export.formats.base_formats.XLSX'>, <class 'import_export.formats.base_formats.CSV'>]
INFO_BT_EMAIL 'info@bolsatech.com.ar'
INITIAL_DATA_YEAR 2024
INSTALLED_APPS ['pgtrigger', 'pghistory.admin', 'pghistory', 'djangoql', 'admin_reorder', 'nested_admin', 'drf_yasg', 'dal', 'cacheops', 'dal_select2', 'simple_history', 'admin_interface', 'colorfield', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.postgres', 'rest_framework', 'rest_framework_simplejwt', 'rest_framework_simplejwt.token_blacklist', 'django_filters', 'users', 'waybill', 'system', 'worker', 'participants', 'utils', 'landing', 'locations', 'contacts', 'analyses', 'samples', 'reports', 'corsheaders', 'django_extensions', 'business_rules', 'emails', 'logger', 'bolsatech', 'ruca', 'import_export', 'import_export_celery', 'django_ckeditor_5', 'django_celery_results', 'solo', 'django_celery_beat', 'anymail', 'logistic_operator', 'debug_toolbar']
INTERNAL_IPS ['127.0.0.1', 'localhost']
LANGUAGES [('af', 'Afrikaans'), ('ar', 'Arabic'), ('ar-dz', 'Algerian Arabic'), ('ast', 'Asturian'), ('az', 'Azerbaijani'), ('bg', 'Bulgarian'), ('be', 'Belarusian'), ('bn', 'Bengali'), ('br', 'Breton'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('ckb', 'Central Kurdish (Sorani)'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('dsb', 'Lower Sorbian'), ('el', 'Greek'), ('en', 'English'), ('en-au', 'Australian English'), ('en-gb', 'British English'), ('eo', 'Esperanto'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('es-co', 'Colombian Spanish'), ('es-mx', 'Mexican Spanish'), ('es-ni', 'Nicaraguan Spanish'), ('es-ve', 'Venezuelan Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy', 'Frisian'), ('ga', 'Irish'), ('gd', 'Scottish Gaelic'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hsb', 'Upper Sorbian'), ('hu', 'Hungarian'), ('hy', 'Armenian'), ('ia', 'Interlingua'), ('id', 'Indonesian'), ('ig', 'Igbo'), ('io', 'Ido'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('kab', 'Kabyle'), ('kk', 'Kazakh'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('ky', 'Kyrgyz'), ('lb', 'Luxembourgish'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('mr', 'Marathi'), ('ms', 'Malay'), ('my', 'Burmese'), ('nb', 'Norwegian Bokmål'), ('ne', 'Nepali'), ('nl', 'Dutch'), ('nn', 'Norwegian Nynorsk'), ('os', 'Ossetic'), ('pa', 'Punjabi'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('sw', 'Swahili'), ('ta', 'Tamil'), ('te', 'Telugu'), ('tg', 'Tajik'), ('th', 'Thai'), ('tk', 'Turkmen'), ('tr', 'Turkish'), ('tt', 'Tatar'), ('udm', 'Udmurt'), ('ug', 'Uyghur'), ('uk', 'Ukrainian'), ('ur', 'Urdu'), ('uz', 'Uzbek'), ('vi', 'Vietnamese'), ('zh-hans', 'Simplified Chinese'), ('zh-hant', 'Traditional Chinese')]
LANGUAGES_BIDI ['he', 'ar', 'ar-dz', 'ckb', 'fa', 'ug', 'ur']
LANGUAGE_CODE 'es-ar'
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 []
LOGGING {'disable_existing_loggers': False, 'formatters': {'simple': {'format': '{levelname} {message}', 'style': '{'}, 'verbose': {'format': '{levelname} {asctime} {module} ' '{message}', 'style': '{'}}, 'handlers': {'console': {'class': 'logging.StreamHandler', 'formatter': 'simple', 'level': 'DEBUG'}}, 'loggers': {'drf_yasg.utils': {'handlers': ['console'], 'level': 'INFO', 'propagate': False}, 'fontTools': {'level': 'WARNING', 'propagate': False}, 'urllib3': {'handlers': ['console'], 'level': 'INFO', 'propagate': False}, 'zeep': {'level': 'INFO'}}, 'version': 1}
LOGGING_CONFIG 'logging.config.dictConfig'
LOGIN_REDIRECT_URL '/accounts/profile/'
LOGIN_URL '/admin/login/'
LOGOUT_REDIRECT_URL None
MANAGERS []
MEDIA_ROOT 'uploads'
MEDIA_URL 'https://storage.googleapis.com/bolsatech-qa/uploads/'
MESSAGE_STORAGE 'django.contrib.messages.storage.fallback.FallbackStorage'
MIDDLEWARE ['django_prometheus.middleware.PrometheusBeforeMiddleware', 'django.middleware.security.SecurityMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'corsheaders.middleware.CorsMiddleware', 'django.middleware.common.CommonMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware', 'simple_history.middleware.HistoryRequestMiddleware', 'bolsatech.middleware.ModelAdminReorderWithNav', 'author.middlewares.AuthorDefaultBackendMiddleware', 'django_prometheus.middleware.PrometheusAfterMiddleware', 'debug_toolbar.middleware.DebugToolbarMiddleware']
MIGRATION_MODULES {}
MONTH_DAY_FORMAT 'F j'
NOTEBOOK_ARGUMENTS ['--allow-root', '--ip=0.0.0.0', '--no-browser', "--NotebookApp.token='bolsatech'"]
NUMBER_GROUPING 0
PASSWORD_HASHERS '********************'
PASSWORD_RESET_TIMEOUT '********************'
PREPEND_WWW False
PROMETHEUS_LATENCY_BUCKETS (0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1.0, 2.5, 5.0, 7.5, 10.0, 25.0, 50.0, 75.0, inf)
RESET_PASSWORD_UI_URL '********************'
REST_FRAMEWORK {'DEFAULT_AUTHENTICATION_CLASSES': ['bolsatech.authenticate.CustomSessionAuthentication', 'bolsatech.authenticate.CustomAuthentication'], 'DEFAULT_PAGINATION_CLASS': 'utils.pagination.StandardResultsSetPagination', 'ORDERING_PARAM': 'order_by', 'PAGE_SIZE': 10}
ROOT_URLCONF 'bolsatech.urls'
RUNSERVER_PLUS_PRINT_SQL_TRUNCATE 1000
SAMPLE_CLOSE_TIMEDELTA datetime.timedelta(days=30)
SECRET_ACCESS_CREDENTIALS '********************'
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 None
SECURE_REDIRECT_EXEMPT []
SECURE_REFERRER_POLICY 'same-origin'
SECURE_SSL_HOST None
SECURE_SSL_REDIRECT False
SENTRY_PUBLIC_DSN 'https://4495e747e0742b1b18114bbf1eadd3a3@o90280.ingest.us.sentry.io/4507345520951296'
SERVER_EMAIL 'noreply@mg.bolsatech.magoya.com'
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 'bolsatech.settings'
SHELL_PLUS_PRINT_SQL_TRUNCATE None
SHORT_DATETIME_FORMAT 'm/d/Y P'
SHORT_DATE_FORMAT 'm/d/Y'
SIGNING_BACKEND 'django.core.signing.TimestampSigner'
SILENCED_SYSTEM_CHECKS []
SIMPLE_HISTORY_REVERT_DISABLED True
SIMPLE_JWT {'AUTH_COOKIE': 'access_token', 'AUTH_COOKIE_DOMAIN': None, 'AUTH_COOKIE_HTTP_ONLY': True, 'AUTH_COOKIE_PATH': '/', 'AUTH_COOKIE_SAMESITE': 'Lax', 'AUTH_COOKIE_SECURE': False, 'REFRESH_COOKIE': 'refresh_token'}
SITE_NAME 'Bolsatech'
SITE_URL 'https://qa.bolsatech.magoya.com'
SOLO_CACHE 'default'
SOLO_CACHE_PREFIX 'solo'
SOLO_CACHE_TIMEOUT 300
STATICFILES_DIRS ['/app/bolsatech/bolsatech/static']
STATICFILES_FINDERS ['django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder']
STATIC_ROOT 'static'
STATIC_URL 'https://storage.googleapis.com/bolsatech-qa/static/93e9fc8/'
STATIC_VERSIONED_ROOT 'static/93e9fc8/'
STORAGES {'default': {'BACKEND': 'storages.backends.gcloud.GoogleCloudStorage'}, 'import_export': {'BACKEND': 'storages.backends.gcloud.GoogleCloudStorage', 'OPTIONS': {'bucket_name': 'bolsatech-tmp', 'credentials': <google.oauth2.service_account.Credentials object at 0x7a86e305b260>}}, 'staticfiles': {'BACKEND': 'django.contrib.staticfiles.storage.StaticFilesStorage'}}
SUPPORT_BT_EMAIL 'soporte@magoya.com'
SWAGGER_SETTINGS {'DEFAULT_INFO': 'bolsatech.urls.swagger_info', 'LOGIN_URL': '/admin/login/', 'LOGOUT_URL': '/admin/logout', 'PERSIST_AUTH': True, 'REFETCH_SCHEMA_ON_LOGOUT': True, 'REFETCH_SCHEMA_WITH_AUTH': True}
TEMPLATES [{'APP_DIRS': True, 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': ['/app/bolsatech/templates'], 'OPTIONS': {'builtins': ['utils.templatetags'], 'context_processors': ['django.template.context_processors.debug', 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages']}}]
TEMP_BUCKET_NAME 'bolsatech-tmp'
TEST_NON_SERIALIZED_APPS []
TEST_RUNNER 'django.test.runner.DiscoverRunner'
THOUSAND_SEPARATOR ','
TIME_FORMAT 'P'
TIME_INPUT_FORMATS ['%H:%M:%S', '%H:%M:%S.%f', '%H:%M']
TIME_ZONE 'America/Argentina/Buenos_Aires'
USE_I18N True
USE_MAGOYA_BARCODE_UTILITY True
USE_THOUSAND_SEPARATOR False
USE_TZ True
USE_X_FORWARDED_HOST False
USE_X_FORWARDED_PORT False
VERSION '93e9fc8'
WSGI_APPLICATION 'bolsatech.wsgi.application'
XLSX <class 'import_export.formats.base_formats.XLSX'>
X_FRAME_OPTIONS 'SAMEORIGIN'
YEAR_MONTH_FORMAT 'F Y'

Encabezados

Encabezados de peticiones

Clave Valor
Accept */*
Accept-Encoding gzip, br, zstd, deflate
Host qa.bolsatech.magoya.com
Referer https://qa.bolsatech.magoya.com/admin/
User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
X-Forwarded-For 10.10.0.213
X-Forwarded-Host qa.bolsatech.magoya.com
X-Forwarded-Port 443
X-Forwarded-Proto https
X-Forwarded-Scheme https
X-Real-Ip 10.10.0.213
X-Request-Id e1e07f6b70272b313c5582b8d3b83b73
X-Scheme https

Encabezados de respuesta

Clave Valor
Cache-Control max-age=0, no-cache, no-store, must-revalidate, private
Content-Type text/html; charset=utf-8
Expires Wed, 10 Dec 2025 01:52:03 GMT
Vary Cookie

Entorno WSGI

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

Clave Valor
PATH_INFO /admin/login/
QUERY_STRING next=/admin/
REMOTE_ADDR 10.204.11.4
REQUEST_METHOD GET
SCRIPT_NAME
SERVER_NAME 0.0.0.0
SERVER_PORT 8000
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE gunicorn/21.2.0

Petición

Información de Vista

Función vista Argumentos Argumentos por palabra clave Nombre de dirección URL
django.contrib.admin.sites.AdminSite.login () {} admin:login

Sin cookies

Sin datos de sesión

Datos del GET

Variable Valor
'next' '/admin/'

Sin datos POST

SQL queries from 1 connection

  • default 30,86 ms (1 consulta )
Query Línea de tiempo Tiempo (ms) Acción
SELECT "admin_interface_theme"."id",
       "admin_interface_theme"."name",
       "admin_interface_theme"."active",
       "admin_interface_theme"."title",
       "admin_interface_theme"."title_color",
       "admin_interface_theme"."title_visible",
       "admin_interface_theme"."logo",
       "admin_interface_theme"."logo_color",
       "admin_interface_theme"."logo_max_width",
       "admin_interface_theme"."logo_max_height",
       "admin_interface_theme"."logo_visible",
       "admin_interface_theme"."favicon",
       "admin_interface_theme"."env_name",
       "admin_interface_theme"."env_color",
       "admin_interface_theme"."env_visible_in_header",
       "admin_interface_theme"."env_visible_in_favicon",
       "admin_interface_theme"."language_chooser_active",
       "admin_interface_theme"."language_chooser_control",
       "admin_interface_theme"."language_chooser_display",
       "admin_interface_theme"."css_header_background_color",
       "admin_interface_theme"."css_header_text_color",
       "admin_interface_theme"."css_header_link_color",
       "admin_interface_theme"."css_header_link_hover_color",
       "admin_interface_theme"."css_module_background_color",
       "admin_interface_theme"."css_module_background_selected_color",
       "admin_interface_theme"."css_module_text_color",
       "admin_interface_theme"."css_module_link_color",
       "admin_interface_theme"."css_module_link_selected_color",
       "admin_interface_theme"."css_module_link_hover_color",
       "admin_interface_theme"."css_module_rounded_corners",
       "admin_interface_theme"."css_generic_link_color",
       "admin_interface_theme"."css_generic_link_hover_color",
       "admin_interface_theme"."css_generic_link_active_color",
       "admin_interface_theme"."css_save_button_background_color",
       "admin_interface_theme"."css_save_button_background_hover_color",
       "admin_interface_theme"."css_save_button_text_color",
       "admin_interface_theme"."css_delete_button_background_color",
       "admin_interface_theme"."css_delete_button_background_hover_color",
       "admin_interface_theme"."css_delete_button_text_color",
       "admin_interface_theme"."related_modal_active",
       "admin_interface_theme"."related_modal_background_color",
       "admin_interface_theme"."related_modal_background_opacity",
       "admin_interface_theme"."related_modal_rounded_corners",
       "admin_interface_theme"."related_modal_close_button_visible",
       "admin_interface_theme"."list_filter_highlight",
       "admin_interface_theme"."list_filter_dropdown",
       "admin_interface_theme"."list_filter_sticky",
       "admin_interface_theme"."list_filter_removal_links",
       "admin_interface_theme"."foldable_apps",
       "admin_interface_theme"."show_fieldsets_as_tabs",
       "admin_interface_theme"."show_inlines_as_tabs",
       "admin_interface_theme"."collapsible_stacked_inlines",
       "admin_interface_theme"."collapsible_stacked_inlines_collapsed",
       "admin_interface_theme"."collapsible_tabular_inlines",
       "admin_interface_theme"."collapsible_tabular_inlines_collapsed",
       "admin_interface_theme"."recent_actions_visible",
       "admin_interface_theme"."form_submit_sticky",
       "admin_interface_theme"."form_pagination_sticky"
  FROM "admin_interface_theme"
 WHERE "admin_interface_theme"."active"
SELECT ••• FROM "admin_interface_theme" WHERE "admin_interface_theme"."active"
30,86

Conexión: default

Estado de la transacción: Inactivo

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/sentry_sdk/utils.py in runner(1860)
  return sentry_patched_function(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/__init__.py in sentry_patched_wsgi_handler(193)
  return middleware(environ, start_response)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/wsgi.py in __call__(131)
  response = self.app(

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/__init__.py in sentry_patched_get_response(479)
  rv = old_get_response(self, request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/corsheaders/middleware.py in __call__(56)
  result = self.get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/simple_history/middleware.py in middleware(41)
  return get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/author/middlewares.py in __call__(45)
  response = self.get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/views.py in sentry_patched_render(41)
  return old_render(self)

/usr/local/lib/python3.12/site-packages/django/template/response.py in render(114)
  self.content = self.rendered_content

/usr/local/lib/python3.12/site-packages/sentry_sdk/utils.py in runner(1860)
  return sentry_patched_function(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/templates.py in rendered_content(77)
  return real_rendered_content.fget(self)

/usr/local/lib/python3.12/site-packages/django/template/response.py in rendered_content(92)
  return template.render(context, self._request)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/django/template/library.py in render(237)
  output = self.func(*resolved_args, **resolved_kwargs)

/usr/local/lib/python3.12/site-packages/admin_interface/templatetags/admin_interface_tags.py in get_admin_interface_theme(64)
  theme = Theme.objects.get_active()

/usr/local/lib/python3.12/site-packages/admin_interface/models.py in get_active(15)
  objs_active_ls = list(objs_active_qs)

/usr/local/lib/python3.12/site-packages/cacheops/query.py in _fetch_all(250)
  return self._no_monkey._fetch_all(self)

1 {% load i18n static %}<!DOCTYPE html>
2 {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %}
3 <html lang="{{ LANGUAGE_CODE|default:"en-us" }}" dir="{{ LANGUAGE_BIDI|yesno:'rtl,ltr,auto' }}">
4 <head>

/usr/local/lib/python3.12/site-packages/django/contrib/admin/templates/admin/base.html

Archivos estáticos (520 encontrados, 44 en uso)

Ruta a archivos estático

  1. /app/bolsatech/bolsatech/static

Aplicaciones de archivos estáticos

  1. djangoql
  2. admin_reorder
  3. nested_admin
  4. drf_yasg
  5. dal
  6. dal_select2
  7. admin_interface
  8. colorfield
  9. django.contrib.admin
  10. rest_framework
  11. django_extensions
  12. bolsatech
  13. import_export
  14. django_ckeditor_5
  15. debug_toolbar

Archivos estáticos

admin/css/base.css
/usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/base.css
admin/css/dark_mode.css
/usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dark_mode.css
admin/js/theme.js
/usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/theme.js
admin/css/nav_sidebar.css
/usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/nav_sidebar.css
admin/js/nav_sidebar.js
/usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/nav_sidebar.js
admin_interface/css/admin-interface.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/admin-interface.css
admin_interface/css/changelist.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/changelist.css
admin_interface/css/change-form.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/change-form.css
admin_interface/css/fieldsets.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/fieldsets.css
admin_interface/css/file-upload.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/file-upload.css
admin_interface/css/header.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/header.css
admin_interface/css/inlines.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/inlines.css
admin_interface/css/jquery.ui.tabs.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/jquery.ui.tabs.css
admin_interface/css/language-chooser.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/language-chooser.css
admin_interface/css/list-filter.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/list-filter.css
admin_interface/css/list-filter-dropdown.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/list-filter-dropdown.css
admin_interface/css/login.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/login.css
admin_interface/css/modules.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/modules.css
admin_interface/css/nav-sidebar.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/nav-sidebar.css
admin_interface/css/paginator.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/paginator.css
admin_interface/css/object-tools.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/object-tools.css
admin_interface/css/rtl.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/rtl.css
admin_interface/css/sticky-form-controls.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/sticky-form-controls.css
admin_interface/css/tabbed-changeform.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/tabbed-changeform.css
admin_interface/css/widgets.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/widgets.css
admin_interface/css/third-party/ckeditor.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/third-party/ckeditor.css
admin_interface/css/third-party/import-export.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/third-party/import-export.css
admin_interface/css/third-party/json-widget.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/third-party/json-widget.css
admin_interface/css/third-party/modeltranslation.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/third-party/modeltranslation.css
admin_interface/css/third-party/rangefilter.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/third-party/rangefilter.css
admin_interface/css/third-party/sorl-thumbnail.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/third-party/sorl-thumbnail.css
admin_interface/css/third-party/streamfield.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/third-party/streamfield.css
admin_interface/css/third-party/tinymce.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/third-party/tinymce.css
admin/css/login.css
/usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/login.css
admin/css/responsive.css
/usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive.css
admin/css/responsive.css
/usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive.css
admin/css/responsive_rtl.css
/usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.css
admin_interface/foldable-apps/foldable-apps.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/foldable-apps/foldable-apps.css
admin_interface/foldable-apps/foldable-apps.js
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/foldable-apps/foldable-apps.js
admin_interface/magnific-popup/magnific-popup.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/magnific-popup/magnific-popup.css
admin_interface/related-modal/related-modal.css
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/related-modal/related-modal.css
admin_interface/magnific-popup/jquery.magnific-popup.js
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/magnific-popup/jquery.magnific-popup.js
admin_interface/related-modal/related-modal.js
/usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/related-modal/related-modal.js
img/bolsatech.png
/app/bolsatech/bolsatech/static/img/bolsatech.png

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

Ruta Ubicación
css/bootstrap.css /app/bolsatech/bolsatech/static/css/bootstrap.css
css/chocolat.css /app/bolsatech/bolsatech/static/css/chocolat.css
css/override.css /app/bolsatech/bolsatech/static/css/override.css
css/select2-chip.override.css /app/bolsatech/bolsatech/static/css/select2-chip.override.css
css/import_export_override.css /app/bolsatech/bolsatech/static/css/import_export_override.css
css/style-system.css /app/bolsatech/bolsatech/static/css/style-system.css
css/style.css /app/bolsatech/bolsatech/static/css/style.css
dal_admin_filters/css/autocomplete-fix.css /app/bolsatech/bolsatech/static/dal_admin_filters/css/autocomplete-fix.css
dal_admin_filters/js/forward-fix.js /app/bolsatech/bolsatech/static/dal_admin_filters/js/forward-fix.js
dal_admin_filters/js/querystring.js /app/bolsatech/bolsatech/static/dal_admin_filters/js/querystring.js
img/mail_icon.png /app/bolsatech/bolsatech/static/img/mail_icon.png
img/banner.jpg /app/bolsatech/bolsatech/static/img/banner.jpg
img/adn_icon.png /app/bolsatech/bolsatech/static/img/adn_icon.png
img/lab_icon.png /app/bolsatech/bolsatech/static/img/lab_icon.png
img/silo_icon.png /app/bolsatech/bolsatech/static/img/silo_icon.png
img/nav.png /app/bolsatech/bolsatech/static/img/nav.png
img/phone_icon.png /app/bolsatech/bolsatech/static/img/phone_icon.png
img/bolsatech.png /app/bolsatech/bolsatech/static/img/bolsatech.png
img/tractor_icon.png /app/bolsatech/bolsatech/static/img/tractor_icon.png
img/logistic.png /app/bolsatech/bolsatech/static/img/logistic.png
img/bolsatech-icon.png /app/bolsatech/bolsatech/static/img/bolsatech-icon.png
img/logo_btc.png /app/bolsatech/bolsatech/static/img/logo_btc.png
nested_admin/jazzmin.css /app/bolsatech/bolsatech/static/nested_admin/jazzmin.css
js/jquery.min.js /app/bolsatech/bolsatech/static/js/jquery.min.js
js/jquery.chocolat.js /app/bolsatech/bolsatech/static/js/jquery.chocolat.js
js/bootstrap.js /app/bolsatech/bolsatech/static/js/bootstrap.js
js/move-top.js /app/bolsatech/bolsatech/static/js/move-top.js
js/easing.js /app/bolsatech/bolsatech/static/js/easing.js

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

Ruta Ubicación
djangoql/css/completion.css.map /usr/local/lib/python3.12/site-packages/djangoql/static/djangoql/css/completion.css.map
djangoql/css/completion.css /usr/local/lib/python3.12/site-packages/djangoql/static/djangoql/css/completion.css
djangoql/css/completion_admin.css /usr/local/lib/python3.12/site-packages/djangoql/static/djangoql/css/completion_admin.css
djangoql/css/syntax_help.css /usr/local/lib/python3.12/site-packages/djangoql/static/djangoql/css/syntax_help.css
djangoql/img/completion_example_scaled.png /usr/local/lib/python3.12/site-packages/djangoql/static/djangoql/img/completion_example_scaled.png
djangoql/img/completion_example.png /usr/local/lib/python3.12/site-packages/djangoql/static/djangoql/img/completion_example.png
djangoql/js/completion_admin.js /usr/local/lib/python3.12/site-packages/djangoql/static/djangoql/js/completion_admin.js
djangoql/js/completion.js.map /usr/local/lib/python3.12/site-packages/djangoql/static/djangoql/js/completion.js.map
djangoql/js/completion.js /usr/local/lib/python3.12/site-packages/djangoql/static/djangoql/js/completion.js
djangoql/js/completion_admin_toggle.js /usr/local/lib/python3.12/site-packages/djangoql/static/djangoql/js/completion_admin_toggle.js
djangoql/js/completion_admin_toggle_off.js /usr/local/lib/python3.12/site-packages/djangoql/static/djangoql/js/completion_admin_toggle_off.js
css/admin-reorder.css /usr/local/lib/python3.12/site-packages/admin_reorder/static/css/admin-reorder.css
js/admin-reorder.js /usr/local/lib/python3.12/site-packages/admin_reorder/static/js/admin-reorder.js
nested_admin/dist/nested_admin.js /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/dist/nested_admin.js
nested_admin/dist/nested_admin.min.js /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/dist/nested_admin.min.js
nested_admin/dist/nested_admin.css.map /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/dist/nested_admin.css.map
nested_admin/dist/nested_admin.css /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/dist/nested_admin.css
nested_admin/dist/nested_admin.min.css.map /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/dist/nested_admin.min.css.map
nested_admin/dist/nested_admin.min.js.LICENSE.txt /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/dist/nested_admin.min.js.LICENSE.txt
nested_admin/dist/nested_admin.js.map /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/dist/nested_admin.js.map
nested_admin/dist/nested_admin.min.css /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/dist/nested_admin.min.css
nested_admin/dist/nested_admin.min.js.map /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/dist/nested_admin.min.js.map
nested_admin/src/nested_admin.scss /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/src/nested_admin.scss
nested_admin/src/drag-handle.png /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/src/drag-handle.png
nested_admin/src/nested-admin/jquery.djangoformset.js /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/src/nested-admin/jquery.djangoformset.js
nested_admin/src/nested-admin/index.js /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/src/nested-admin/index.js
nested_admin/src/nested-admin/grp$.js /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/src/nested-admin/grp$.js
nested_admin/src/nested-admin/jquery.shim.js /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/src/nested-admin/jquery.shim.js
nested_admin/src/nested-admin/regexquote.js /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/src/nested-admin/regexquote.js
nested_admin/src/nested-admin/django$.js /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/src/nested-admin/django$.js
nested_admin/src/nested-admin/jquery.ui.nestedsortable.js /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/src/nested-admin/jquery.ui.nestedsortable.js
nested_admin/src/nested-admin/jquery.djnutils.js /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/src/nested-admin/jquery.djnutils.js
nested_admin/src/nested-admin/sortable.js /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/src/nested-admin/sortable.js
nested_admin/src/nested-admin/jquery.ui.djnsortable.js /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/src/nested-admin/jquery.ui.djnsortable.js
nested_admin/src/nested-admin/utils.js /usr/local/lib/python3.12/site-packages/nested_admin/static/nested_admin/src/nested-admin/utils.js
drf-yasg/redoc-init.js /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/redoc-init.js
drf-yasg/insQ.min.js /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/insQ.min.js
drf-yasg/immutable.js /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/immutable.js
drf-yasg/immutable.min.js /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/immutable.min.js
drf-yasg/README /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/README
drf-yasg/style.css /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/style.css
drf-yasg/swagger-ui-init.js /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/swagger-ui-init.js
drf-yasg/insQ.js /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/insQ.js
drf-yasg/redoc-old/LICENSE /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/redoc-old/LICENSE
drf-yasg/redoc-old/redoc.min.js /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/redoc-old/redoc.min.js
drf-yasg/redoc-old/redoc.min.js.map /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/redoc-old/redoc.min.js.map
drf-yasg/swagger-ui-dist/LICENSE /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/LICENSE
drf-yasg/swagger-ui-dist/index.js /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/index.js
drf-yasg/swagger-ui-dist/swagger-ui-es-bundle.js.map /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui-es-bundle.js.map
drf-yasg/swagger-ui-dist/swagger-ui-standalone-preset.js.map /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui-standalone-preset.js.map
drf-yasg/swagger-ui-dist/oauth2-redirect.html /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/oauth2-redirect.html
drf-yasg/swagger-ui-dist/swagger-ui-standalone-preset.js /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui-standalone-preset.js
drf-yasg/swagger-ui-dist/swagger-ui-es-bundle.js /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui-es-bundle.js
drf-yasg/swagger-ui-dist/swagger-ui-bundle.js.map /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui-bundle.js.map
drf-yasg/swagger-ui-dist/favicon-32x32.png /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/favicon-32x32.png
drf-yasg/swagger-ui-dist/index.css /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/index.css
drf-yasg/swagger-ui-dist/swagger-ui-bundle.js /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui-bundle.js
drf-yasg/swagger-ui-dist/swagger-ui.js.map /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui.js.map
drf-yasg/swagger-ui-dist/swagger-ui.css.map /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui.css.map
drf-yasg/swagger-ui-dist/swagger-initializer.js /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-initializer.js
drf-yasg/swagger-ui-dist/swagger-ui.css /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui.css
drf-yasg/swagger-ui-dist/absolute-path.js /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/absolute-path.js
drf-yasg/swagger-ui-dist/swagger-ui-es-bundle-core.js.map /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui-es-bundle-core.js.map
drf-yasg/swagger-ui-dist/swagger-ui-es-bundle-core.js /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui-es-bundle-core.js
drf-yasg/swagger-ui-dist/NOTICE /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/NOTICE
drf-yasg/redoc/LICENSE /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/redoc/LICENSE
drf-yasg/redoc/redoc.min.js /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/redoc/redoc.min.js
drf-yasg/redoc/redoc-logo.png /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/redoc/redoc-logo.png
drf-yasg/redoc/redoc.standalone.js.map /usr/local/lib/python3.12/site-packages/drf_yasg/static/drf-yasg/redoc/redoc.standalone.js.map
autocomplete_light/autocomplete_light.min.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/autocomplete_light.min.js
autocomplete_light/autocomplete_light.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/autocomplete_light.js
autocomplete_light/i18n/ca.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/ca.js
autocomplete_light/i18n/ms.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/ms.js
autocomplete_light/i18n/he.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/he.js
autocomplete_light/i18n/fi.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/fi.js
autocomplete_light/i18n/en.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/en.js
autocomplete_light/i18n/el.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/el.js
autocomplete_light/i18n/fr.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/fr.js
autocomplete_light/i18n/th.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/th.js
autocomplete_light/i18n/pa.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/pa.js
autocomplete_light/i18n/ne.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/ne.js
autocomplete_light/i18n/cs.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/cs.js
autocomplete_light/i18n/zh-TW.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/zh-TW.js
autocomplete_light/i18n/mk.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/mk.js
autocomplete_light/i18n/es.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/es.js
autocomplete_light/i18n/vi.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/vi.js
autocomplete_light/i18n/te.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/te.js
autocomplete_light/i18n/lv.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/lv.js
autocomplete_light/i18n/hu.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/hu.js
autocomplete_light/i18n/sr-Cyrl.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/sr-Cyrl.js
autocomplete_light/i18n/zh-CN.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/zh-CN.js
autocomplete_light/i18n/ru.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/ru.js
autocomplete_light/i18n/sq.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/sq.js
autocomplete_light/i18n/hr.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/hr.js
autocomplete_light/i18n/hi.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/hi.js
autocomplete_light/i18n/pl.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/pl.js
autocomplete_light/i18n/lt.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/lt.js
autocomplete_light/i18n/eu.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/eu.js
autocomplete_light/i18n/bg.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/bg.js
autocomplete_light/i18n/sv.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/sv.js
autocomplete_light/i18n/bn.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/bn.js
autocomplete_light/i18n/tk.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/tk.js
autocomplete_light/i18n/nb.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/nb.js
autocomplete_light/i18n/is.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/is.js
autocomplete_light/i18n/fa.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/fa.js
autocomplete_light/i18n/gl.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/gl.js
autocomplete_light/i18n/nl.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/nl.js
autocomplete_light/i18n/de.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/de.js
autocomplete_light/i18n/uk.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/uk.js
autocomplete_light/i18n/sk.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/sk.js
autocomplete_light/i18n/ka.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/ka.js
autocomplete_light/i18n/ps.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/ps.js
autocomplete_light/i18n/hsb.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/hsb.js
autocomplete_light/i18n/et.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/et.js
autocomplete_light/i18n/ar.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/ar.js
autocomplete_light/i18n/it.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/it.js
autocomplete_light/i18n/hy.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/hy.js
autocomplete_light/i18n/dsb.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/dsb.js
autocomplete_light/i18n/az.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/az.js
autocomplete_light/i18n/pt.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/pt.js
autocomplete_light/i18n/bs.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/bs.js
autocomplete_light/i18n/eo.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/eo.js
autocomplete_light/i18n/sr.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/sr.js
autocomplete_light/i18n/km.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/km.js
autocomplete_light/i18n/ja.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/ja.js
autocomplete_light/i18n/ko.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/ko.js
autocomplete_light/i18n/af.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/af.js
autocomplete_light/i18n/id.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/id.js
autocomplete_light/i18n/da.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/da.js
autocomplete_light/i18n/ro.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/ro.js
autocomplete_light/i18n/tr.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/tr.js
autocomplete_light/i18n/pt-BR.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/pt-BR.js
autocomplete_light/i18n/sl.js /usr/local/lib/python3.12/site-packages/dal/static/autocomplete_light/i18n/sl.js
autocomplete_light/select2.min.js /usr/local/lib/python3.12/site-packages/dal_select2/static/autocomplete_light/select2.min.js
autocomplete_light/select2.css /usr/local/lib/python3.12/site-packages/dal_select2/static/autocomplete_light/select2.css
autocomplete_light/select2.js /usr/local/lib/python3.12/site-packages/dal_select2/static/autocomplete_light/select2.js
vendor/select2/dist/css/select2.css /usr/local/lib/python3.12/site-packages/dal_select2/static/vendor/select2/dist/css/select2.css
vendor/select2/dist/css/select2.min.css /usr/local/lib/python3.12/site-packages/dal_select2/static/vendor/select2/dist/css/select2.min.css
streamfield/admin_popup_response.js /usr/local/lib/python3.12/site-packages/admin_interface/static/streamfield/admin_popup_response.js
streamfield/js/admin_popup_response.js /usr/local/lib/python3.12/site-packages/admin_interface/static/streamfield/js/admin_popup_response.js
admin/js/popup_response.js /usr/local/lib/python3.12/site-packages/admin_interface/static/admin/js/popup_response.js
admin/js/cancel.js /usr/local/lib/python3.12/site-packages/admin_interface/static/admin/js/cancel.js
admin/js/collapse.js /usr/local/lib/python3.12/site-packages/admin_interface/static/admin/js/collapse.js
admin_interface/css/rtl.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/rtl.css
admin_interface/css/changelist.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/changelist.css
admin_interface/css/list-filter.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/list-filter.css
admin_interface/css/object-tools.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/object-tools.css
admin_interface/css/recent-actions.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/recent-actions.css
admin_interface/css/fieldsets.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/fieldsets.css
admin_interface/css/widgets.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/widgets.css
admin_interface/css/inlines.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/inlines.css
admin_interface/css/language-chooser.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/language-chooser.css
admin_interface/css/header.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/header.css
admin_interface/css/file-upload.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/file-upload.css
admin_interface/css/admin-interface.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/admin-interface.css
admin_interface/css/paginator.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/paginator.css
admin_interface/css/list-filter-dropdown.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/list-filter-dropdown.css
admin_interface/css/modules.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/modules.css
admin_interface/css/jquery.ui.tabs.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/jquery.ui.tabs.css
admin_interface/css/login.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/login.css
admin_interface/css/tabbed-changeform.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/tabbed-changeform.css
admin_interface/css/nav-sidebar.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/nav-sidebar.css
admin_interface/css/sticky-form-controls.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/sticky-form-controls.css
admin_interface/css/change-form.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/change-form.css
admin_interface/css/third-party/ckeditor.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/third-party/ckeditor.css
admin_interface/css/third-party/modeltranslation.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/third-party/modeltranslation.css
admin_interface/css/third-party/sorl-thumbnail.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/third-party/sorl-thumbnail.css
admin_interface/css/third-party/tinymce.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/third-party/tinymce.css
admin_interface/css/third-party/rangefilter.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/third-party/rangefilter.css
admin_interface/css/third-party/json-widget.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/third-party/json-widget.css
admin_interface/css/third-party/import-export.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/third-party/import-export.css
admin_interface/css/third-party/streamfield.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/third-party/streamfield.css
admin_interface/css/third-party/tabbed-admin.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/css/third-party/tabbed-admin.css
admin_interface/tabbed-changeform/tabbed-changeform.js /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/tabbed-changeform/tabbed-changeform.js
admin_interface/related-modal/related-modal.js /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/related-modal/related-modal.js
admin_interface/related-modal/related-modal.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/related-modal/related-modal.css
admin_interface/foldable-apps/foldable-apps.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/foldable-apps/foldable-apps.css
admin_interface/foldable-apps/foldable-apps.js /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/foldable-apps/foldable-apps.js
admin_interface/collapsible-inlines/collapsible-inlines.js /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/collapsible-inlines/collapsible-inlines.js
admin_interface/magnific-popup/jquery.magnific-popup.js /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/magnific-popup/jquery.magnific-popup.js
admin_interface/magnific-popup/magnific-popup.css /usr/local/lib/python3.12/site-packages/admin_interface/static/admin_interface/magnific-popup/magnific-popup.css
admin_interface/favico/favico-0.3.10-patched.js /usr/local/lib/python3.12/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.12/site-packages/admin_interface/static/admin_interface/favico/favico-0.3.10-patched.min.js
ckeditor/ckeditor/skins/light/LICENSE /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/LICENSE
ckeditor/ckeditor/skins/light/editor_ie7.css /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/editor_ie7.css
ckeditor/ckeditor/skins/light/icons.png /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/icons.png
ckeditor/ckeditor/skins/light/dialog.css /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/dialog.css
ckeditor/ckeditor/skins/light/editor.css /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/editor.css
ckeditor/ckeditor/skins/light/skin.js /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/skin.js
ckeditor/ckeditor/skins/light/editor_ie8.css /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/editor_ie8.css
ckeditor/ckeditor/skins/light/editor_ie.css /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/editor_ie.css
ckeditor/ckeditor/skins/light/icons_hidpi.png /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/icons_hidpi.png
ckeditor/ckeditor/skins/light/bower.json /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/bower.json
ckeditor/ckeditor/skins/light/README.md /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/README.md
ckeditor/ckeditor/skins/light/editor_gecko.css /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/editor_gecko.css
ckeditor/ckeditor/skins/light/images/close.png /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/images/close.png
ckeditor/ckeditor/skins/light/images/refresh.png /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/images/refresh.png
ckeditor/ckeditor/skins/light/images/lock.png /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/images/lock.png
ckeditor/ckeditor/skins/light/images/lock-open.png /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/images/lock-open.png
ckeditor/ckeditor/skins/light/images/arrow.png /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/images/arrow.png
ckeditor/ckeditor/skins/light/images/hidpi/close.png /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/images/hidpi/close.png
ckeditor/ckeditor/skins/light/images/hidpi/refresh.png /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/images/hidpi/refresh.png
ckeditor/ckeditor/skins/light/images/hidpi/lock.png /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/images/hidpi/lock.png
ckeditor/ckeditor/skins/light/images/hidpi/lock-open.png /usr/local/lib/python3.12/site-packages/admin_interface/static/ckeditor/ckeditor/skins/light/images/hidpi/lock-open.png
colorfield/colorfield.js /usr/local/lib/python3.12/site-packages/colorfield/static/colorfield/colorfield.js
colorfield/jscolor/jscolor.min.js /usr/local/lib/python3.12/site-packages/colorfield/static/colorfield/jscolor/jscolor.min.js
colorfield/jscolor/jscolor.js /usr/local/lib/python3.12/site-packages/colorfield/static/colorfield/jscolor/jscolor.js
admin/css/rtl.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/rtl.css
admin/css/autocomplete.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/autocomplete.css
admin/css/base.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/base.css
admin/css/widgets.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/widgets.css
admin/css/nav_sidebar.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/nav_sidebar.css
admin/css/responsive_rtl.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.css
admin/css/forms.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/forms.css
admin/css/unusable_password_field.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/unusable_password_field.css
admin/css/responsive.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive.css
admin/css/login.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/login.css
admin/css/dark_mode.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dark_mode.css
admin/css/dashboard.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dashboard.css
admin/css/changelists.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/changelists.css
admin/css/vendor/select2/select2.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.css
admin/css/vendor/select2/select2.min.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css
admin/css/vendor/select2/LICENSE-SELECT2.md /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md
admin/img/icon-addlink.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg
admin/img/icon-viewlink.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-viewlink.svg
admin/img/selector-icons.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg
admin/img/LICENSE /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/LICENSE
admin/img/icon-hidelink.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-hidelink.svg
admin/img/icon-clock.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg
admin/img/icon-deletelink.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg
admin/img/icon-calendar.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg
admin/img/icon-yes.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg
admin/img/README.txt /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/README.txt
admin/img/icon-no.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-no.svg
admin/img/sorting-icons.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg
admin/img/tooltag-arrowright.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg
admin/img/calendar-icons.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg
admin/img/inline-delete.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg
admin/img/icon-changelink.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg
admin/img/icon-alert.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg
admin/img/tooltag-add.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg
admin/img/search.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/search.svg
admin/img/icon-unknown-alt.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg
admin/img/icon-unknown.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg
admin/img/gis/move_vertex_off.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg
admin/img/gis/move_vertex_on.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg
admin/js/core.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/core.js
admin/js/filters.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/filters.js
admin/js/theme.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/theme.js
admin/js/prepopulate_init.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js
admin/js/unusable_password_field.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/unusable_password_field.js
admin/js/nav_sidebar.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/nav_sidebar.js
admin/js/SelectBox.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectBox.js
admin/js/popup_response.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/popup_response.js
admin/js/actions.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/actions.js
admin/js/autocomplete.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/autocomplete.js
admin/js/jquery.init.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/jquery.init.js
admin/js/cancel.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/cancel.js
admin/js/calendar.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/calendar.js
admin/js/inlines.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/inlines.js
admin/js/SelectFilter2.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js
admin/js/prepopulate.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate.js
admin/js/urlify.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/urlify.js
admin/js/change_form.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/change_form.js
admin/js/admin/DateTimeShortcuts.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js
admin/js/admin/RelatedObjectLookups.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js
admin/js/vendor/xregexp/LICENSE.txt /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt
admin/js/vendor/xregexp/xregexp.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js
admin/js/vendor/xregexp/xregexp.min.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js
admin/js/vendor/select2/select2.full.js /usr/local/lib/python3.12/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.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js
admin/js/vendor/select2/LICENSE.md /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md
admin/js/vendor/select2/i18n/ca.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js
admin/js/vendor/select2/i18n/ms.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js
admin/js/vendor/select2/i18n/he.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js
admin/js/vendor/select2/i18n/fi.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js
admin/js/vendor/select2/i18n/en.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js
admin/js/vendor/select2/i18n/el.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js
admin/js/vendor/select2/i18n/fr.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js
admin/js/vendor/select2/i18n/th.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js
admin/js/vendor/select2/i18n/ne.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js
admin/js/vendor/select2/i18n/cs.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js
admin/js/vendor/select2/i18n/zh-TW.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js
admin/js/vendor/select2/i18n/mk.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js
admin/js/vendor/select2/i18n/es.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js
admin/js/vendor/select2/i18n/vi.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js
admin/js/vendor/select2/i18n/lv.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js
admin/js/vendor/select2/i18n/hu.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js
admin/js/vendor/select2/i18n/sr-Cyrl.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js
admin/js/vendor/select2/i18n/zh-CN.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js
admin/js/vendor/select2/i18n/ru.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js
admin/js/vendor/select2/i18n/sq.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js
admin/js/vendor/select2/i18n/hr.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js
admin/js/vendor/select2/i18n/hi.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js
admin/js/vendor/select2/i18n/pl.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js
admin/js/vendor/select2/i18n/lt.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js
admin/js/vendor/select2/i18n/eu.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js
admin/js/vendor/select2/i18n/bg.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js
admin/js/vendor/select2/i18n/sv.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js
admin/js/vendor/select2/i18n/bn.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js
admin/js/vendor/select2/i18n/tk.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js
admin/js/vendor/select2/i18n/nb.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js
admin/js/vendor/select2/i18n/is.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js
admin/js/vendor/select2/i18n/fa.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js
admin/js/vendor/select2/i18n/gl.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js
admin/js/vendor/select2/i18n/nl.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js
admin/js/vendor/select2/i18n/de.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js
admin/js/vendor/select2/i18n/uk.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js
admin/js/vendor/select2/i18n/sk.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js
admin/js/vendor/select2/i18n/ka.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js
admin/js/vendor/select2/i18n/ps.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js
admin/js/vendor/select2/i18n/hsb.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js
admin/js/vendor/select2/i18n/et.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js
admin/js/vendor/select2/i18n/ar.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js
admin/js/vendor/select2/i18n/it.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js
admin/js/vendor/select2/i18n/hy.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js
admin/js/vendor/select2/i18n/dsb.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js
admin/js/vendor/select2/i18n/az.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js
admin/js/vendor/select2/i18n/pt.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js
admin/js/vendor/select2/i18n/bs.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js
admin/js/vendor/select2/i18n/sr.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js
admin/js/vendor/select2/i18n/km.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js
admin/js/vendor/select2/i18n/ja.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js
admin/js/vendor/select2/i18n/ko.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js
admin/js/vendor/select2/i18n/af.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js
admin/js/vendor/select2/i18n/id.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js
admin/js/vendor/select2/i18n/da.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js
admin/js/vendor/select2/i18n/ro.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js
admin/js/vendor/select2/i18n/tr.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js
admin/js/vendor/select2/i18n/pt-BR.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js
admin/js/vendor/select2/i18n/sl.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js
admin/js/vendor/jquery/LICENSE.txt /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt
admin/js/vendor/jquery/jquery.min.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js
admin/js/vendor/jquery/jquery.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js
rest_framework/css/font-awesome-4.0.3.css /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/css/font-awesome-4.0.3.css
rest_framework/css/bootstrap-tweaks.css /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/css/bootstrap-tweaks.css
rest_framework/css/bootstrap-theme.min.css /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/css/bootstrap-theme.min.css
rest_framework/css/prettify.css /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/css/prettify.css
rest_framework/css/bootstrap.min.css.map /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/css/bootstrap.min.css.map
rest_framework/css/bootstrap-theme.min.css.map /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/css/bootstrap-theme.min.css.map
rest_framework/css/default.css /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/css/default.css
rest_framework/css/bootstrap.min.css /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/css/bootstrap.min.css
rest_framework/docs/css/highlight.css /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/docs/css/highlight.css
rest_framework/docs/css/base.css /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/docs/css/base.css
rest_framework/docs/css/jquery.json-view.min.css /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/docs/css/jquery.json-view.min.css
rest_framework/docs/img/grid.png /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/docs/img/grid.png
rest_framework/docs/img/favicon.ico /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/docs/img/favicon.ico
rest_framework/docs/js/highlight.pack.js /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/docs/js/highlight.pack.js
rest_framework/docs/js/jquery.json-view.min.js /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/docs/js/jquery.json-view.min.js
rest_framework/docs/js/api.js /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/docs/js/api.js
rest_framework/img/glyphicons-halflings-white.png /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/img/glyphicons-halflings-white.png
rest_framework/img/grid.png /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/img/grid.png
rest_framework/img/glyphicons-halflings.png /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/img/glyphicons-halflings.png
rest_framework/fonts/glyphicons-halflings-regular.woff /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff
rest_framework/fonts/fontawesome-webfont.ttf /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.ttf
rest_framework/fonts/fontawesome-webfont.eot /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.eot
rest_framework/fonts/fontawesome-webfont.svg /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.svg
rest_framework/fonts/glyphicons-halflings-regular.eot /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.eot
rest_framework/fonts/glyphicons-halflings-regular.woff2 /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff2
rest_framework/fonts/glyphicons-halflings-regular.ttf /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.ttf
rest_framework/fonts/fontawesome-webfont.woff /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.woff
rest_framework/fonts/glyphicons-halflings-regular.svg /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.svg
rest_framework/js/jquery-3.7.1.min.js /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/js/jquery-3.7.1.min.js
rest_framework/js/ajax-form.js /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/js/ajax-form.js
rest_framework/js/coreapi-0.1.1.js /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/js/coreapi-0.1.1.js
rest_framework/js/default.js /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/js/default.js
rest_framework/js/prettify-min.js /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/js/prettify-min.js
rest_framework/js/bootstrap.min.js /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/js/bootstrap.min.js
rest_framework/js/csrf.js /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/js/csrf.js
rest_framework/js/load-ajax-form.js /usr/local/lib/python3.12/site-packages/rest_framework/static/rest_framework/js/load-ajax-form.js
django_extensions/css/jquery.autocomplete.css /usr/local/lib/python3.12/site-packages/django_extensions/static/django_extensions/css/jquery.autocomplete.css
django_extensions/img/indicator.gif /usr/local/lib/python3.12/site-packages/django_extensions/static/django_extensions/img/indicator.gif
django_extensions/js/jquery.bgiframe.js /usr/local/lib/python3.12/site-packages/django_extensions/static/django_extensions/js/jquery.bgiframe.js
django_extensions/js/jquery.ajaxQueue.js /usr/local/lib/python3.12/site-packages/django_extensions/static/django_extensions/js/jquery.ajaxQueue.js
django_extensions/js/jquery.autocomplete.js /usr/local/lib/python3.12/site-packages/django_extensions/static/django_extensions/js/jquery.autocomplete.js
css/bootstrap.css /app/bolsatech/bolsatech/static/css/bootstrap.css
css/chocolat.css /app/bolsatech/bolsatech/static/css/chocolat.css
css/override.css /app/bolsatech/bolsatech/static/css/override.css
css/select2-chip.override.css /app/bolsatech/bolsatech/static/css/select2-chip.override.css
css/import_export_override.css /app/bolsatech/bolsatech/static/css/import_export_override.css
css/style-system.css /app/bolsatech/bolsatech/static/css/style-system.css
css/style.css /app/bolsatech/bolsatech/static/css/style.css
dal_admin_filters/css/autocomplete-fix.css /app/bolsatech/bolsatech/static/dal_admin_filters/css/autocomplete-fix.css
dal_admin_filters/js/forward-fix.js /app/bolsatech/bolsatech/static/dal_admin_filters/js/forward-fix.js
dal_admin_filters/js/querystring.js /app/bolsatech/bolsatech/static/dal_admin_filters/js/querystring.js
img/mail_icon.png /app/bolsatech/bolsatech/static/img/mail_icon.png
img/banner.jpg /app/bolsatech/bolsatech/static/img/banner.jpg
img/adn_icon.png /app/bolsatech/bolsatech/static/img/adn_icon.png
img/lab_icon.png /app/bolsatech/bolsatech/static/img/lab_icon.png
img/silo_icon.png /app/bolsatech/bolsatech/static/img/silo_icon.png
img/nav.png /app/bolsatech/bolsatech/static/img/nav.png
img/phone_icon.png /app/bolsatech/bolsatech/static/img/phone_icon.png
img/bolsatech.png /app/bolsatech/bolsatech/static/img/bolsatech.png
img/tractor_icon.png /app/bolsatech/bolsatech/static/img/tractor_icon.png
img/logistic.png /app/bolsatech/bolsatech/static/img/logistic.png
img/bolsatech-icon.png /app/bolsatech/bolsatech/static/img/bolsatech-icon.png
img/logo_btc.png /app/bolsatech/bolsatech/static/img/logo_btc.png
nested_admin/jazzmin.css /app/bolsatech/bolsatech/static/nested_admin/jazzmin.css
js/jquery.min.js /app/bolsatech/bolsatech/static/js/jquery.min.js
js/jquery.chocolat.js /app/bolsatech/bolsatech/static/js/jquery.chocolat.js
js/bootstrap.js /app/bolsatech/bolsatech/static/js/bootstrap.js
js/move-top.js /app/bolsatech/bolsatech/static/js/move-top.js
js/easing.js /app/bolsatech/bolsatech/static/js/easing.js
import_export/import.css /usr/local/lib/python3.12/site-packages/import_export/static/import_export/import.css
import_export/action_formats.js /usr/local/lib/python3.12/site-packages/import_export/static/import_export/action_formats.js
import_export/guess_format.js /usr/local/lib/python3.12/site-packages/import_export/static/import_export/guess_format.js
django_ckeditor_5/app.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/app.js
django_ckeditor_5/dist/bundle.js.LICENSE.txt /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/bundle.js.LICENSE.txt
django_ckeditor_5/dist/bundle.js.map /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/bundle.js.map
django_ckeditor_5/dist/bundle.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/bundle.js
django_ckeditor_5/dist/styles.css.map /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/styles.css.map
django_ckeditor_5/dist/styles.css /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/styles.css
django_ckeditor_5/dist/translations/uz.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/uz.js
django_ckeditor_5/dist/translations/ca.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/ca.js
django_ckeditor_5/dist/translations/ms.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/ms.js
django_ckeditor_5/dist/translations/he.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/he.js
django_ckeditor_5/dist/translations/en-au.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/en-au.js
django_ckeditor_5/dist/translations/fi.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/fi.js
django_ckeditor_5/dist/translations/el.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/el.js
django_ckeditor_5/dist/translations/fr.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/fr.js
django_ckeditor_5/dist/translations/th.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/th.js
django_ckeditor_5/dist/translations/ne.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/ne.js
django_ckeditor_5/dist/translations/cs.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/cs.js
django_ckeditor_5/dist/translations/es.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/es.js
django_ckeditor_5/dist/translations/vi.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/vi.js
django_ckeditor_5/dist/translations/gu.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/gu.js
django_ckeditor_5/dist/translations/en-gb.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/en-gb.js
django_ckeditor_5/dist/translations/lv.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/lv.js
django_ckeditor_5/dist/translations/hu.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/hu.js
django_ckeditor_5/dist/translations/ru.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/ru.js
django_ckeditor_5/dist/translations/sq.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/sq.js
django_ckeditor_5/dist/translations/hr.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/hr.js
django_ckeditor_5/dist/translations/oc.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/oc.js
django_ckeditor_5/dist/translations/hi.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/hi.js
django_ckeditor_5/dist/translations/tt.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/tt.js
django_ckeditor_5/dist/translations/pl.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/pl.js
django_ckeditor_5/dist/translations/sr-latn.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/sr-latn.js
django_ckeditor_5/dist/translations/lt.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/lt.js
django_ckeditor_5/dist/translations/ti.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/ti.js
django_ckeditor_5/dist/translations/eu.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/eu.js
django_ckeditor_5/dist/translations/bg.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/bg.js
django_ckeditor_5/dist/translations/sv.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/sv.js
django_ckeditor_5/dist/translations/bn.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/bn.js
django_ckeditor_5/dist/translations/no.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/no.js
django_ckeditor_5/dist/translations/tk.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/tk.js
django_ckeditor_5/dist/translations/nb.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/nb.js
django_ckeditor_5/dist/translations/fa.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/fa.js
django_ckeditor_5/dist/translations/gl.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/gl.js
django_ckeditor_5/dist/translations/nl.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/nl.js
django_ckeditor_5/dist/translations/de.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/de.js
django_ckeditor_5/dist/translations/kk.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/kk.js
django_ckeditor_5/dist/translations/ku.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/ku.js
django_ckeditor_5/dist/translations/uk.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/uk.js
django_ckeditor_5/dist/translations/sk.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/sk.js
django_ckeditor_5/dist/translations/zh-cn.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/zh-cn.js
django_ckeditor_5/dist/translations/et.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/et.js
django_ckeditor_5/dist/translations/zh.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/zh.js
django_ckeditor_5/dist/translations/ar.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/ar.js
django_ckeditor_5/dist/translations/it.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/it.js
django_ckeditor_5/dist/translations/hy.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/hy.js
django_ckeditor_5/dist/translations/az.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/az.js
django_ckeditor_5/dist/translations/pt.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/pt.js
django_ckeditor_5/dist/translations/bs.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/bs.js
django_ckeditor_5/dist/translations/kn.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/kn.js
django_ckeditor_5/dist/translations/eo.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/eo.js
django_ckeditor_5/dist/translations/sr.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/sr.js
django_ckeditor_5/dist/translations/km.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/km.js
django_ckeditor_5/dist/translations/ja.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/ja.js
django_ckeditor_5/dist/translations/es-co.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/es-co.js
django_ckeditor_5/dist/translations/de-ch.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/de-ch.js
django_ckeditor_5/dist/translations/ko.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/ko.js
django_ckeditor_5/dist/translations/ast.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/ast.js
django_ckeditor_5/dist/translations/si.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/si.js
django_ckeditor_5/dist/translations/af.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/af.js
django_ckeditor_5/dist/translations/id.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/id.js
django_ckeditor_5/dist/translations/pt-br.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/pt-br.js
django_ckeditor_5/dist/translations/da.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/da.js
django_ckeditor_5/dist/translations/ro.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/ro.js
django_ckeditor_5/dist/translations/tr.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/tr.js
django_ckeditor_5/dist/translations/sl.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/sl.js
django_ckeditor_5/dist/translations/ug.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/ug.js
django_ckeditor_5/dist/translations/ur.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/ur.js
django_ckeditor_5/dist/translations/jv.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/dist/translations/jv.js
django_ckeditor_5/src/ckeditor.js /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/src/ckeditor.js
django_ckeditor_5/src/override-django.css /usr/local/lib/python3.12/site-packages/django_ckeditor_5/static/django_ckeditor_5/src/override-django.css
debug_toolbar/css/toolbar.css /usr/local/lib/python3.12/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/css/print.css /usr/local/lib/python3.12/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/js/history.js /usr/local/lib/python3.12/site-packages/debug_toolbar/static/debug_toolbar/js/history.js
debug_toolbar/js/timer.js /usr/local/lib/python3.12/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/js/utils.js /usr/local/lib/python3.12/site-packages/debug_toolbar/static/debug_toolbar/js/utils.js
debug_toolbar/js/toolbar.js /usr/local/lib/python3.12/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/redirect.js /usr/local/lib/python3.12/site-packages/debug_toolbar/static/debug_toolbar/js/redirect.js

Plantillas (17 renderizadas)

Ruta de plantilla

  1. /app/bolsatech/templates

Plantillas

admin/login.html
/usr/local/lib/python3.12/site-packages/django/contrib/admin/templates/admin/login.html
Mostrar/Ocultar contexto {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': '<SimpleLazyObject: ' "'Ih32gCnDgcaoGMSoMlhR8aDam6Wln5jDNFeiJEvwnEqP596XaS0vkMD89ptA7cu9'>", 'messages': <FallbackStorage: request=<WSGIRequest: GET '/admin/login/?next=/admin/'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7a86d3a76420>>), 'request': '<<request>>', 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x7a86d3a76420>>'} {'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'es-ar', 'app_path': '/admin/login/?next=/admin/', 'available_apps': [], 'form': <AdminAuthenticationForm bound=False, valid=False, fields=(username;password)>, 'has_permission': False, 'is_nav_sidebar_enabled': True, 'is_popup': False, 'log_entries': '<<queryset of admin.LogEntry>>', 'next': '/admin/', 'site': <django.contrib.sites.requests.RequestSite object at 0x7a86d3a5fbf0>, 'site_header': 'BolsaTech admin', 'site_name': 'qa.bolsatech.magoya.com', 'site_title': 'Admin BolsaTech', 'site_url': '/', 'subtitle': None, 'title': 'Identificarse', 'username': '', 'view': <django.contrib.auth.views.LoginView object at 0x7a86d9bb4530>}
admin/base_site.html
/app/bolsatech/templates/admin/base_site.html
Mostrar/Ocultar contexto {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': '<SimpleLazyObject: ' "'Ih32gCnDgcaoGMSoMlhR8aDam6Wln5jDNFeiJEvwnEqP596XaS0vkMD89ptA7cu9'>", 'messages': <FallbackStorage: request=<WSGIRequest: GET '/admin/login/?next=/admin/'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7a86d3a76420>>), 'request': '<<request>>', 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x7a86d3a76420>>'} {'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'es-ar', 'app_path': '/admin/login/?next=/admin/', 'available_apps': [], 'form': <AdminAuthenticationForm bound=False, valid=False, fields=(username;password)>, 'has_permission': False, 'is_nav_sidebar_enabled': True, 'is_popup': False, 'log_entries': '<<queryset of admin.LogEntry>>', 'next': '/admin/', 'site': <django.contrib.sites.requests.RequestSite object at 0x7a86d3a5fbf0>, 'site_header': 'BolsaTech admin', 'site_name': 'qa.bolsatech.magoya.com', 'site_title': 'Admin BolsaTech', 'site_url': '/', 'subtitle': None, 'title': 'Identificarse', 'username': '', 'view': <django.contrib.auth.views.LoginView object at 0x7a86d9bb4530>}
admin/base_site.html
/usr/local/lib/python3.12/site-packages/admin_interface/templates/admin/base_site.html
Mostrar/Ocultar contexto {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': '<SimpleLazyObject: ' "'Ih32gCnDgcaoGMSoMlhR8aDam6Wln5jDNFeiJEvwnEqP596XaS0vkMD89ptA7cu9'>", 'messages': <FallbackStorage: request=<WSGIRequest: GET '/admin/login/?next=/admin/'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7a86d3a76420>>), 'request': '<<request>>', 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x7a86d3a76420>>'} {'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'es-ar', 'app_path': '/admin/login/?next=/admin/', 'available_apps': [], 'form': <AdminAuthenticationForm bound=False, valid=False, fields=(username;password)>, 'has_permission': False, 'is_nav_sidebar_enabled': True, 'is_popup': False, 'log_entries': '<<queryset of admin.LogEntry>>', 'next': '/admin/', 'site': <django.contrib.sites.requests.RequestSite object at 0x7a86d3a5fbf0>, 'site_header': 'BolsaTech admin', 'site_name': 'qa.bolsatech.magoya.com', 'site_title': 'Admin BolsaTech', 'site_url': '/', 'subtitle': None, 'title': 'Identificarse', 'username': '', 'view': <django.contrib.auth.views.LoginView object at 0x7a86d9bb4530>}
admin/base.html
/usr/local/lib/python3.12/site-packages/django/contrib/admin/templates/admin/base.html
Mostrar/Ocultar contexto {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': '<SimpleLazyObject: ' "'Ih32gCnDgcaoGMSoMlhR8aDam6Wln5jDNFeiJEvwnEqP596XaS0vkMD89ptA7cu9'>", 'messages': <FallbackStorage: request=<WSGIRequest: GET '/admin/login/?next=/admin/'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7a86d3a76420>>), 'request': '<<request>>', 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x7a86d3a76420>>'} {'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'es-ar', 'app_path': '/admin/login/?next=/admin/', 'available_apps': [], 'form': <AdminAuthenticationForm bound=False, valid=False, fields=(username;password)>, 'has_permission': False, 'is_nav_sidebar_enabled': True, 'is_popup': False, 'log_entries': '<<queryset of admin.LogEntry>>', 'next': '/admin/', 'site': <django.contrib.sites.requests.RequestSite object at 0x7a86d3a5fbf0>, 'site_header': 'BolsaTech admin', 'site_name': 'qa.bolsatech.magoya.com', 'site_title': 'Admin BolsaTech', 'site_url': '/', 'subtitle': None, 'title': 'Identificarse', 'username': '', 'view': <django.contrib.auth.views.LoginView object at 0x7a86d9bb4530>}
admin_interface/favicon.html
/usr/local/lib/python3.12/site-packages/admin_interface/templates/admin_interface/favicon.html
Mostrar/Ocultar contexto {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': '<SimpleLazyObject: ' "'Ih32gCnDgcaoGMSoMlhR8aDam6Wln5jDNFeiJEvwnEqP596XaS0vkMD89ptA7cu9'>", 'messages': <FallbackStorage: request=<WSGIRequest: GET '/admin/login/?next=/admin/'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7a86d3a76420>>), 'request': '<<request>>', 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x7a86d3a76420>>'} {'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'es-ar', 'app_path': '/admin/login/?next=/admin/', 'available_apps': [], 'form': <AdminAuthenticationForm bound=False, valid=False, fields=(username;password)>, 'has_permission': False, 'is_nav_sidebar_enabled': True, 'is_popup': False, 'log_entries': '<<queryset of admin.LogEntry>>', 'next': '/admin/', 'site': <django.contrib.sites.requests.RequestSite object at 0x7a86d3a5fbf0>, 'site_header': 'BolsaTech admin', 'site_name': 'qa.bolsatech.magoya.com', 'site_title': 'Admin BolsaTech', 'site_url': '/', 'subtitle': None, 'title': 'Identificarse', 'username': '', 'view': <django.contrib.auth.views.LoginView object at 0x7a86d9bb4530>} {'block': <Block Node: blockbots. Contents: [<TextNode: '\n'>, <Variable Node: block.super>, <TextNode: '\n'>, <django.template.library.SimpleNode object at 0x7a86d3ac7a40>, <TextNode: '\n'>, <TextNode: '\n<meta name="viewport" co'>, <django.template.library.SimpleNode object at 0x7a86d3ac7b60>, <TextNode: '?nocache='>, <Variable Node: version_md5_cache>, <TextNode: '">\n<link rel="stylesheet"'>, <django.template.library.SimpleNode object at 0x7a86d3ac7d10>, <TextNode: '?nocache='>, <Variable Node: version_md5_cache>, <TextNode: '">\n'>, <IncludeNode: template=<FilterExpression '"admin_interface/favicon.html"'>>, <TextNode: '\n'>, <IncludeNode: template=<FilterExpression '"admin_interface/foldable-apps.html"'>>, <TextNode: '\n'>, <IncludeNode: template=<FilterExpression '"admin_interface/related-modal.html"'>>, <TextNode: '\n'>, <IncludeNode: template=<FilterExpression '"admin_interface/collapsible-inlines.html"'>>, <TextNode: '\n'>]>, 'theme': <Theme: Django>}
admin_interface/foldable-apps.html
/usr/local/lib/python3.12/site-packages/admin_interface/templates/admin_interface/foldable-apps.html
Mostrar/Ocultar contexto {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': '<SimpleLazyObject: ' "'Ih32gCnDgcaoGMSoMlhR8aDam6Wln5jDNFeiJEvwnEqP596XaS0vkMD89ptA7cu9'>", 'messages': <FallbackStorage: request=<WSGIRequest: GET '/admin/login/?next=/admin/'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7a86d3a76420>>), 'request': '<<request>>', 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x7a86d3a76420>>'} {'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'es-ar', 'app_path': '/admin/login/?next=/admin/', 'available_apps': [], 'form': <AdminAuthenticationForm bound=False, valid=False, fields=(username;password)>, 'has_permission': False, 'is_nav_sidebar_enabled': True, 'is_popup': False, 'log_entries': '<<queryset of admin.LogEntry>>', 'next': '/admin/', 'site': <django.contrib.sites.requests.RequestSite object at 0x7a86d3a5fbf0>, 'site_header': 'BolsaTech admin', 'site_name': 'qa.bolsatech.magoya.com', 'site_title': 'Admin BolsaTech', 'site_url': '/', 'subtitle': None, 'title': 'Identificarse', 'username': '', 'view': <django.contrib.auth.views.LoginView object at 0x7a86d9bb4530>} {'block': <Block Node: blockbots. Contents: [<TextNode: '\n'>, <Variable Node: block.super>, <TextNode: '\n'>, <django.template.library.SimpleNode object at 0x7a86d3ac7a40>, <TextNode: '\n'>, <TextNode: '\n<meta name="viewport" co'>, <django.template.library.SimpleNode object at 0x7a86d3ac7b60>, <TextNode: '?nocache='>, <Variable Node: version_md5_cache>, <TextNode: '">\n<link rel="stylesheet"'>, <django.template.library.SimpleNode object at 0x7a86d3ac7d10>, <TextNode: '?nocache='>, <Variable Node: version_md5_cache>, <TextNode: '">\n'>, <IncludeNode: template=<FilterExpression '"admin_interface/favicon.html"'>>, <TextNode: '\n'>, <IncludeNode: template=<FilterExpression '"admin_interface/foldable-apps.html"'>>, <TextNode: '\n'>, <IncludeNode: template=<FilterExpression '"admin_interface/related-modal.html"'>>, <TextNode: '\n'>, <IncludeNode: template=<FilterExpression '"admin_interface/collapsible-inlines.html"'>>, <TextNode: '\n'>]>, 'theme': <Theme: Django>}
admin_interface/related-modal.html
/usr/local/lib/python3.12/site-packages/admin_interface/templates/admin_interface/related-modal.html
Mostrar/Ocultar contexto {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': '<SimpleLazyObject: ' "'Ih32gCnDgcaoGMSoMlhR8aDam6Wln5jDNFeiJEvwnEqP596XaS0vkMD89ptA7cu9'>", 'messages': <FallbackStorage: request=<WSGIRequest: GET '/admin/login/?next=/admin/'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7a86d3a76420>>), 'request': '<<request>>', 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x7a86d3a76420>>'} {'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'es-ar', 'app_path': '/admin/login/?next=/admin/', 'available_apps': [], 'form': <AdminAuthenticationForm bound=False, valid=False, fields=(username;password)>, 'has_permission': False, 'is_nav_sidebar_enabled': True, 'is_popup': False, 'log_entries': '<<queryset of admin.LogEntry>>', 'next': '/admin/', 'site': <django.contrib.sites.requests.RequestSite object at 0x7a86d3a5fbf0>, 'site_header': 'BolsaTech admin', 'site_name': 'qa.bolsatech.magoya.com', 'site_title': 'Admin BolsaTech', 'site_url': '/', 'subtitle': None, 'title': 'Identificarse', 'username': '', 'view': <django.contrib.auth.views.LoginView object at 0x7a86d9bb4530>} {'block': <Block Node: blockbots. Contents: [<TextNode: '\n'>, <Variable Node: block.super>, <TextNode: '\n'>, <django.template.library.SimpleNode object at 0x7a86d3ac7a40>, <TextNode: '\n'>, <TextNode: '\n<meta name="viewport" co'>, <django.template.library.SimpleNode object at 0x7a86d3ac7b60>, <TextNode: '?nocache='>, <Variable Node: version_md5_cache>, <TextNode: '">\n<link rel="stylesheet"'>, <django.template.library.SimpleNode object at 0x7a86d3ac7d10>, <TextNode: '?nocache='>, <Variable Node: version_md5_cache>, <TextNode: '">\n'>, <IncludeNode: template=<FilterExpression '"admin_interface/favicon.html"'>>, <TextNode: '\n'>, <IncludeNode: template=<FilterExpression '"admin_interface/foldable-apps.html"'>>, <TextNode: '\n'>, <IncludeNode: template=<FilterExpression '"admin_interface/related-modal.html"'>>, <TextNode: '\n'>, <IncludeNode: template=<FilterExpression '"admin_interface/collapsible-inlines.html"'>>, <TextNode: '\n'>]>, 'theme': <Theme: Django>}
admin_interface/collapsible-inlines.html
/usr/local/lib/python3.12/site-packages/admin_interface/templates/admin_interface/collapsible-inlines.html
Mostrar/Ocultar contexto {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': '<SimpleLazyObject: ' "'Ih32gCnDgcaoGMSoMlhR8aDam6Wln5jDNFeiJEvwnEqP596XaS0vkMD89ptA7cu9'>", 'messages': <FallbackStorage: request=<WSGIRequest: GET '/admin/login/?next=/admin/'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7a86d3a76420>>), 'request': '<<request>>', 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x7a86d3a76420>>'} {'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'es-ar', 'app_path': '/admin/login/?next=/admin/', 'available_apps': [], 'form': <AdminAuthenticationForm bound=False, valid=False, fields=(username;password)>, 'has_permission': False, 'is_nav_sidebar_enabled': True, 'is_popup': False, 'log_entries': '<<queryset of admin.LogEntry>>', 'next': '/admin/', 'site': <django.contrib.sites.requests.RequestSite object at 0x7a86d3a5fbf0>, 'site_header': 'BolsaTech admin', 'site_name': 'qa.bolsatech.magoya.com', 'site_title': 'Admin BolsaTech', 'site_url': '/', 'subtitle': None, 'title': 'Identificarse', 'username': '', 'view': <django.contrib.auth.views.LoginView object at 0x7a86d9bb4530>} {'block': <Block Node: blockbots. Contents: [<TextNode: '\n'>, <Variable Node: block.super>, <TextNode: '\n'>, <django.template.library.SimpleNode object at 0x7a86d3ac7a40>, <TextNode: '\n'>, <TextNode: '\n<meta name="viewport" co'>, <django.template.library.SimpleNode object at 0x7a86d3ac7b60>, <TextNode: '?nocache='>, <Variable Node: version_md5_cache>, <TextNode: '">\n<link rel="stylesheet"'>, <django.template.library.SimpleNode object at 0x7a86d3ac7d10>, <TextNode: '?nocache='>, <Variable Node: version_md5_cache>, <TextNode: '">\n'>, <IncludeNode: template=<FilterExpression '"admin_interface/favicon.html"'>>, <TextNode: '\n'>, <IncludeNode: template=<FilterExpression '"admin_interface/foldable-apps.html"'>>, <TextNode: '\n'>, <IncludeNode: template=<FilterExpression '"admin_interface/related-modal.html"'>>, <TextNode: '\n'>, <IncludeNode: template=<FilterExpression '"admin_interface/collapsible-inlines.html"'>>, <TextNode: '\n'>]>, 'theme': <Theme: Django>}
admin/color_theme_toggle.html
/usr/local/lib/python3.12/site-packages/django/contrib/admin/templates/admin/color_theme_toggle.html
Mostrar/Ocultar contexto {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': '<SimpleLazyObject: ' "'Ih32gCnDgcaoGMSoMlhR8aDam6Wln5jDNFeiJEvwnEqP596XaS0vkMD89ptA7cu9'>", 'messages': <FallbackStorage: request=<WSGIRequest: GET '/admin/login/?next=/admin/'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7a86d3a76420>>), 'request': '<<request>>', 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x7a86d3a76420>>'} {'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'es-ar', 'app_path': '/admin/login/?next=/admin/', 'available_apps': [], 'form': <AdminAuthenticationForm bound=False, valid=False, fields=(username;password)>, 'has_permission': False, 'is_nav_sidebar_enabled': True, 'is_popup': False, 'log_entries': '<<queryset of admin.LogEntry>>', 'next': '/admin/', 'site': <django.contrib.sites.requests.RequestSite object at 0x7a86d3a5fbf0>, 'site_header': 'BolsaTech admin', 'site_name': 'qa.bolsatech.magoya.com', 'site_title': 'Admin BolsaTech', 'site_url': '/', 'subtitle': None, 'title': 'Identificarse', 'username': '', 'view': <django.contrib.auth.views.LoginView object at 0x7a86d9bb4530>} {'block': <Block Node: header. Contents: [<TextNode: '\n <header id="header'>, <Block Node: branding. Contents: []>, <TextNode: '\n </div>\n '>, <Block Node: usertools. Contents: [<TextNode: '\n '>, <IfNode>, <TextNode: '\n '>]>, <TextNode: '\n '>, <Block Node: nav-global. Contents: []>, <TextNode: '\n </header>\n '>]>} {'block': <Block Node: branding. Contents: [<TextNode: '\n <div id="site-name">'>, <URLNode view_name=''admin:index'' args=[] kwargs={} as=None>, <TextNode: '">\n <img src="'>, StaticNode(varname=None, path=<FilterExpression "'img/bolsatech.png'">), <TextNode: '"\n alt="L'>, <IfNode>, <TextNode: '\n'>]>}
django/forms/errors/list/default.html
/usr/local/lib/python3.12/site-packages/django/forms/templates/django/forms/errors/list/default.html
Mostrar/Ocultar contexto {'False': False, 'None': None, 'True': True} {'error_class': 'errorlist', 'errors': []}
django/forms/errors/list/ul.html
/usr/local/lib/python3.12/site-packages/django/forms/templates/django/forms/errors/list/ul.html
Mostrar/Ocultar contexto {'False': False, 'None': None, 'True': True} {'error_class': 'errorlist', 'errors': []}
django/forms/label.html
/usr/local/lib/python3.12/site-packages/django/forms/templates/django/forms/label.html
Mostrar/Ocultar contexto {'False': False, 'None': None, 'True': True} {'attrs': {'class': 'required', 'for': 'id_username'}, 'field': <django.forms.boundfield.BoundField object at 0x7a86d3ad54c0>, 'label': 'Nombre de usuario:', 'tag': 'label', 'use_tag': True}
django/forms/attrs.html
/usr/local/lib/python3.12/site-packages/django/forms/templates/django/forms/attrs.html
Mostrar/Ocultar contexto {'False': False, 'None': None, 'True': True} {'attrs': {'class': 'required', 'for': 'id_username'}, 'field': <django.forms.boundfield.BoundField object at 0x7a86d3ad54c0>, 'label': 'Nombre de usuario:', 'tag': 'label', 'use_tag': True}
django/forms/errors/list/default.html
/usr/local/lib/python3.12/site-packages/django/forms/templates/django/forms/errors/list/default.html
Mostrar/Ocultar contexto {'False': False, 'None': None, 'True': True} {'error_class': 'errorlist', 'errors': []}
django/forms/errors/list/ul.html
/usr/local/lib/python3.12/site-packages/django/forms/templates/django/forms/errors/list/ul.html
Mostrar/Ocultar contexto {'False': False, 'None': None, 'True': True} {'error_class': 'errorlist', 'errors': []}
django/forms/label.html
/usr/local/lib/python3.12/site-packages/django/forms/templates/django/forms/label.html
Mostrar/Ocultar contexto {'False': False, 'None': None, 'True': True} {'attrs': {'class': 'required', 'for': 'id_password'}, 'field': <django.forms.boundfield.BoundField object at 0x7a86d3ac6c00>, 'label': 'Contraseña:', 'tag': 'label', 'use_tag': True}
django/forms/attrs.html
/usr/local/lib/python3.12/site-packages/django/forms/templates/django/forms/attrs.html
Mostrar/Ocultar contexto {'False': False, 'None': None, 'True': True} {'attrs': {'class': 'required', 'for': 'id_password'}, 'field': <django.forms.boundfield.BoundField object at 0x7a86d3ac6c00>, 'label': 'Contraseña:', 'tag': 'label', 'use_tag': True}

Procesadores de contexto

django.template.context_processors.csrf
Mostrar/Ocultar contexto {'csrf_token': <SimpleLazyObject: 'Ih32gCnDgcaoGMSoMlhR8aDam6Wln5jDNFeiJEvwnEqP596XaS0vkMD89ptA7cu9'>}
django.template.context_processors.debug
Mostrar/Ocultar contexto {}
django.template.context_processors.request
Mostrar/Ocultar contexto {'request': <WSGIRequest: GET '/admin/login/?next=/admin/'>}
django.contrib.auth.context_processors.auth
Mostrar/Ocultar contexto {'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7a86d3a76420>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7a86d3a76420>>)}
django.contrib.messages.context_processors.messages
Mostrar/Ocultar contexto {'messages': <FallbackStorage: request=<WSGIRequest: GET '/admin/login/?next=/admin/'>>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30, 'ERROR': 40}}

Alerts

No alerts found

2 llamadas al Caché desde backends

Resúmen

Llamadas totales Tiempo total Aciertos de caché Errores de caché
6 13,76421500754077 ms 4 1

Comandos

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

Llamadas

Tiempo (ms) Tipo Argumentos Argumentos por palabra clave Backend
9,9154 get ('admin_interface_theme', None) {} <django_redis.cache.RedisCache object at 0x7a86d3a3a0f0>
/usr/local/bin/gunicorn in <module>(8)
  sys.exit(run())

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/sentry_sdk/utils.py in runner(1860)
  return sentry_patched_function(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/__init__.py in sentry_patched_wsgi_handler(193)
  return middleware(environ, start_response)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/wsgi.py in __call__(131)
  response = self.app(

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/__init__.py in sentry_patched_get_response(479)
  rv = old_get_response(self, request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/corsheaders/middleware.py in __call__(56)
  result = self.get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/simple_history/middleware.py in middleware(41)
  return get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/author/middlewares.py in __call__(45)
  response = self.get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/views.py in sentry_patched_render(41)
  return old_render(self)

/usr/local/lib/python3.12/site-packages/django/template/response.py in render(114)
  self.content = self.rendered_content

/usr/local/lib/python3.12/site-packages/sentry_sdk/utils.py in runner(1860)
  return sentry_patched_function(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/templates.py in rendered_content(77)
  return real_rendered_content.fget(self)

/usr/local/lib/python3.12/site-packages/django/template/response.py in rendered_content(92)
  return template.render(context, self._request)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/django/template/library.py in render(237)
  output = self.func(*resolved_args, **resolved_kwargs)

/usr/local/lib/python3.12/site-packages/admin_interface/templatetags/admin_interface_tags.py in get_admin_interface_theme(62)
  theme = get_cached_active_theme()

/usr/local/lib/python3.12/site-packages/admin_interface/cache.py in get_cached_active_theme(14)
  return app_cache().get("admin_interface_theme", None)

1,1953 set ('admin_interface_theme', <Theme: Django>) {} <django_redis.cache.RedisCache object at 0x7a86d3a3a0f0>
/usr/local/bin/gunicorn in <module>(8)
  sys.exit(run())

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/sentry_sdk/utils.py in runner(1860)
  return sentry_patched_function(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/__init__.py in sentry_patched_wsgi_handler(193)
  return middleware(environ, start_response)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/wsgi.py in __call__(131)
  response = self.app(

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/__init__.py in sentry_patched_get_response(479)
  rv = old_get_response(self, request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/corsheaders/middleware.py in __call__(56)
  result = self.get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/simple_history/middleware.py in middleware(41)
  return get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/author/middlewares.py in __call__(45)
  response = self.get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/views.py in sentry_patched_render(41)
  return old_render(self)

/usr/local/lib/python3.12/site-packages/django/template/response.py in render(114)
  self.content = self.rendered_content

/usr/local/lib/python3.12/site-packages/sentry_sdk/utils.py in runner(1860)
  return sentry_patched_function(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/templates.py in rendered_content(77)
  return real_rendered_content.fget(self)

/usr/local/lib/python3.12/site-packages/django/template/response.py in rendered_content(92)
  return template.render(context, self._request)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/django/template/library.py in render(237)
  output = self.func(*resolved_args, **resolved_kwargs)

/usr/local/lib/python3.12/site-packages/admin_interface/templatetags/admin_interface_tags.py in get_admin_interface_theme(65)
  set_cached_active_theme(theme)

/usr/local/lib/python3.12/site-packages/admin_interface/cache.py in set_cached_active_theme(18)
  app_cache().set("admin_interface_theme", theme)

0,8057 get ('admin_interface_theme', None) {} <django_redis.cache.RedisCache object at 0x7a86d3a3a0f0>
/usr/local/bin/gunicorn in <module>(8)
  sys.exit(run())

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/sentry_sdk/utils.py in runner(1860)
  return sentry_patched_function(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/__init__.py in sentry_patched_wsgi_handler(193)
  return middleware(environ, start_response)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/wsgi.py in __call__(131)
  response = self.app(

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/__init__.py in sentry_patched_get_response(479)
  rv = old_get_response(self, request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/corsheaders/middleware.py in __call__(56)
  result = self.get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/simple_history/middleware.py in middleware(41)
  return get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/author/middlewares.py in __call__(45)
  response = self.get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/views.py in sentry_patched_render(41)
  return old_render(self)

/usr/local/lib/python3.12/site-packages/django/template/response.py in render(114)
  self.content = self.rendered_content

/usr/local/lib/python3.12/site-packages/sentry_sdk/utils.py in runner(1860)
  return sentry_patched_function(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/templates.py in rendered_content(77)
  return real_rendered_content.fget(self)

/usr/local/lib/python3.12/site-packages/django/template/response.py in rendered_content(92)
  return template.render(context, self._request)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(917)
  current = current()

/usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in super(81)
  return mark_safe(self.render(self.context))

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(917)
  current = current()

/usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in super(81)
  return mark_safe(self.render(self.context))

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

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

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

/usr/local/lib/python3.12/site-packages/django/template/library.py in render(237)
  output = self.func(*resolved_args, **resolved_kwargs)

/usr/local/lib/python3.12/site-packages/admin_interface/templatetags/admin_interface_tags.py in get_admin_interface_theme(62)
  theme = get_cached_active_theme()

/usr/local/lib/python3.12/site-packages/admin_interface/cache.py in get_cached_active_theme(14)
  return app_cache().get("admin_interface_theme", None)

0,7144 get ('admin_interface_theme', None) {} <django_redis.cache.RedisCache object at 0x7a86d3a3a0f0>
/usr/local/bin/gunicorn in <module>(8)
  sys.exit(run())

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/sentry_sdk/utils.py in runner(1860)
  return sentry_patched_function(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/__init__.py in sentry_patched_wsgi_handler(193)
  return middleware(environ, start_response)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/wsgi.py in __call__(131)
  response = self.app(

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/__init__.py in sentry_patched_get_response(479)
  rv = old_get_response(self, request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/corsheaders/middleware.py in __call__(56)
  result = self.get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/simple_history/middleware.py in middleware(41)
  return get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/author/middlewares.py in __call__(45)
  response = self.get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/views.py in sentry_patched_render(41)
  return old_render(self)

/usr/local/lib/python3.12/site-packages/django/template/response.py in render(114)
  self.content = self.rendered_content

/usr/local/lib/python3.12/site-packages/sentry_sdk/utils.py in runner(1860)
  return sentry_patched_function(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/templates.py in rendered_content(77)
  return real_rendered_content.fget(self)

/usr/local/lib/python3.12/site-packages/django/template/response.py in rendered_content(92)
  return template.render(context, self._request)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/django/template/library.py in render(237)
  output = self.func(*resolved_args, **resolved_kwargs)

/usr/local/lib/python3.12/site-packages/admin_interface/templatetags/admin_interface_tags.py in get_admin_interface_theme(62)
  theme = get_cached_active_theme()

/usr/local/lib/python3.12/site-packages/admin_interface/cache.py in get_cached_active_theme(14)
  return app_cache().get("admin_interface_theme", None)

0,6346 get ('admin_interface_theme', None) {} <django_redis.cache.RedisCache object at 0x7a86d3a3a0f0>
/usr/local/bin/gunicorn in <module>(8)
  sys.exit(run())

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/sentry_sdk/utils.py in runner(1860)
  return sentry_patched_function(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/__init__.py in sentry_patched_wsgi_handler(193)
  return middleware(environ, start_response)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/wsgi.py in __call__(131)
  response = self.app(

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/__init__.py in sentry_patched_get_response(479)
  rv = old_get_response(self, request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/corsheaders/middleware.py in __call__(56)
  result = self.get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/simple_history/middleware.py in middleware(41)
  return get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/author/middlewares.py in __call__(45)
  response = self.get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/views.py in sentry_patched_render(41)
  return old_render(self)

/usr/local/lib/python3.12/site-packages/django/template/response.py in render(114)
  self.content = self.rendered_content

/usr/local/lib/python3.12/site-packages/sentry_sdk/utils.py in runner(1860)
  return sentry_patched_function(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/templates.py in rendered_content(77)
  return real_rendered_content.fget(self)

/usr/local/lib/python3.12/site-packages/django/template/response.py in rendered_content(92)
  return template.render(context, self._request)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(917)
  current = current()

/usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in super(81)
  return mark_safe(self.render(self.context))

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

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

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

/usr/local/lib/python3.12/site-packages/django/template/library.py in render(237)
  output = self.func(*resolved_args, **resolved_kwargs)

/usr/local/lib/python3.12/site-packages/admin_interface/templatetags/admin_interface_tags.py in get_admin_interface_theme(62)
  theme = get_cached_active_theme()

/usr/local/lib/python3.12/site-packages/admin_interface/cache.py in get_cached_active_theme(14)
  return app_cache().get("admin_interface_theme", None)

0,4989 get ('admin_interface_theme', None) {} <django_redis.cache.RedisCache object at 0x7a86d3a3a0f0>
/usr/local/bin/gunicorn in <module>(8)
  sys.exit(run())

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/sentry_sdk/utils.py in runner(1860)
  return sentry_patched_function(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/__init__.py in sentry_patched_wsgi_handler(193)
  return middleware(environ, start_response)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/wsgi.py in __call__(131)
  response = self.app(

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/__init__.py in sentry_patched_get_response(479)
  rv = old_get_response(self, request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/corsheaders/middleware.py in __call__(56)
  result = self.get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/simple_history/middleware.py in middleware(41)
  return get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/author/middlewares.py in __call__(45)
  response = self.get_response(request)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/middleware.py in __call__(177)
  return f(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/views.py in sentry_patched_render(41)
  return old_render(self)

/usr/local/lib/python3.12/site-packages/django/template/response.py in render(114)
  self.content = self.rendered_content

/usr/local/lib/python3.12/site-packages/sentry_sdk/utils.py in runner(1860)
  return sentry_patched_function(*args, **kwargs)

/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/django/templates.py in rendered_content(77)
  return real_rendered_content.fget(self)

/usr/local/lib/python3.12/site-packages/django/template/response.py in rendered_content(92)
  return template.render(context, self._request)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(917)
  current = current()

/usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in super(81)
  return mark_safe(self.render(self.context))

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

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

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

/usr/local/lib/python3.12/site-packages/django/template/library.py in render(237)
  output = self.func(*resolved_args, **resolved_kwargs)

/usr/local/lib/python3.12/site-packages/admin_interface/templatetags/admin_interface_tags.py in admin_interface_use_changeform_tabs(180)
  theme = get_admin_interface_theme()

/usr/local/lib/python3.12/site-packages/admin_interface/templatetags/admin_interface_tags.py in get_admin_interface_theme(62)
  theme = get_cached_active_theme()

/usr/local/lib/python3.12/site-packages/admin_interface/cache.py in get_cached_active_theme(14)
  return app_cache().get("admin_interface_theme", None)

Señales

Señal Receptores
class_prepared pgh_setup, HistoricalRecords.finalize, StatusField.prepare_class, add_status_query_managers, add_timeframed_query_manager, HistoricalRecords.finalize, FieldTracker.finalize_class, HistoricalRecords.finalize, FieldTracker.finalize_class, FieldTracker.finalize_class, HistoricalRecords.finalize, HistoricalRecords.finalize, FieldTracker.finalize_class, HistoricalRecords.finalize, HistoricalRecords.finalize, HistoricalRecords.finalize, HistoricalRecords.finalize, HistoricalRecords.finalize, HistoricalRecords.finalize, FieldTracker.finalize_class, HistoricalRecords.finalize
connection_created register_type_handlers
got_request_exception _got_request_exception
m2m_changed functools.partial(<bound method HistoricalRecords.m2m_changed of <simple_history.models.HistoricalRecords object at 0x7a86df458080>>, attr='samples'), functools.partial(<bound method HistoricalRecords.m2m_changed of <simple_history.models.HistoricalRecords object at 0x7a86df4a00e0>>, attr='applicants'), functools.partial(<bound method HistoricalRecords.m2m_changed of <simple_history.models.HistoricalRecords object at 0x7a86df4a00e0>>, attr='business_rule_applied'), functools.partial(<bound method HistoricalRecords.m2m_changed of <simple_history.models.HistoricalRecords object at 0x7a86df313e00>>, attr='blacklisted_cuits_to_not_test'), functools.partial(<bound method HistoricalRecords.m2m_changed of <simple_history.models.HistoricalRecords object at 0x7a86df313e00>>, attr='whitelisted_cuits_for_bt_archiving'), functools.partial(<bound method HistoricalRecords.m2m_changed of <simple_history.models.HistoricalRecords object at 0x7a86df313e00>>, attr='whitelisted_cuits_to_test'), invalidate_m2m, invalidate_m2m, invalidate_m2m, invalidate_m2m, invalidate_m2m, invalidate_m2m, invalidate_m2m, invalidate_m2m, invalidate_m2m, invalidate_m2m, invalidate_m2m, invalidate_m2m, invalidate_m2m, invalidate_m2m, invalidate_m2m, invalidate_m2m, invalidate_m2m, invalidate_m2m, invalidate_m2m, invalidate_m2m, invalidate_m2m, update_stakeholder_actions_on_whitelist_change, update_stakeholder_actions_on_blacklist_change, update_stakeholder_actions_on_bt_archiving_whitelist_change
post_delete Manager._post_delete, Manager._post_delete, Manager._post_delete, LogisticOperatorManager._post_delete, Manager._post_delete, ManagerFromPeriodicTaskQuerySet._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, GroupResultManager._post_delete, Manager._post_delete, TaskResultManager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, EmailMessageManager._post_delete, Manager._post_delete, SoftDeletableManager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, TaskResultManager._post_delete, ManagerFromPeriodicTaskQuerySet._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, ManagerFromEventQuerySet._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, AnalysisRequestManager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, ManagerFromContactQueryset._post_delete, Manager._post_delete, LocationManager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, GrowerAccessionManager._post_delete, Manager._post_delete, PodAccessionManager._post_delete, Manager._post_delete, PointDeliveryManager._post_delete, Manager._post_delete, Manager._post_delete, BranchManager._post_delete, Manager._post_delete, Manager._post_delete, SoftDeletableManagerFromLaboratoryQueryset._post_delete, GrowerManager._post_delete, Manager._post_delete, Manager._post_delete, ManagerFromEventQuerySet._post_delete, Manager._post_delete, Manager._post_delete, TechnologyManager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, ManagerFromWaybillQueryset._post_delete, Manager._post_delete, CropManager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, Manager._post_delete, SessionManager._post_delete, ContentTypeManager._post_delete, UserManager._post_delete, Manager._post_delete, Manager._post_delete, GroupManager._post_delete, Manager._post_delete, PermissionManager._post_delete, LogEntryManager._post_delete, ManagerFromThemeQuerySet._post_delete, NoObjectsManager._post_delete, NoObjectsManager._post_delete, Manager._post_delete, post_delete_handler, HistoricalRecords.post_delete, HistoricalRecords.post_delete, HistoricalRecords.post_delete, HistoricalRecords.post_delete, HistoricalRecords.post_delete, HistoricalRecords.post_delete, HistoricalRecords.post_delete, HistoricalRecords.post_delete, HistoricalRecords.post_delete, HistoricalRecords.post_delete, HistoricalRecords.post_delete, HistoricalRecords.post_delete, HistoricalRecords.post_delete, HistoricalRecords.post_delete, HistoricalRecords.post_delete, auto_delete_file_on_delete, ModelBase.update_changed, ModelBase.update_changed, ModelBase.update_changed
post_init MonitorField._save_initial, MonitorField._save_initial, MonitorField._save_initial, MonitorField._save_initial, MonitorField._save_initial, MonitorField._save_initial
post_migrate install_on_migrate, install_on_migrate, create_permissions, create_contenttypes, SystemConfig.create_custom_permissions
post_save Manager._post_save, Manager._post_save, Manager._post_save, LogisticOperatorManager._post_save, Manager._post_save, ManagerFromPeriodicTaskQuerySet._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, GroupResultManager._post_save, Manager._post_save, TaskResultManager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, EmailMessageManager._post_save, Manager._post_save, SoftDeletableManager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, TaskResultManager._post_save, ManagerFromPeriodicTaskQuerySet._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, ManagerFromEventQuerySet._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, AnalysisRequestManager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, ManagerFromContactQueryset._post_save, Manager._post_save, LocationManager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, GrowerAccessionManager._post_save, Manager._post_save, PodAccessionManager._post_save, Manager._post_save, PointDeliveryManager._post_save, Manager._post_save, Manager._post_save, BranchManager._post_save, Manager._post_save, Manager._post_save, SoftDeletableManagerFromLaboratoryQueryset._post_save, GrowerManager._post_save, Manager._post_save, Manager._post_save, ManagerFromEventQuerySet._post_save, Manager._post_save, Manager._post_save, TechnologyManager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, ManagerFromWaybillQueryset._post_save, Manager._post_save, CropManager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, Manager._post_save, SessionManager._post_save, ContentTypeManager._post_save, UserManager._post_save, Manager._post_save, Manager._post_save, GroupManager._post_save, Manager._post_save, PermissionManager._post_save, LogEntryManager._post_save, ManagerFromThemeQuerySet._post_save, NoObjectsManager._post_save, NoObjectsManager._post_save, Manager._post_save, post_save_handler, HistoricalRecords.post_save, HistoricalRecords.post_save, HistoricalRecords.post_save, HistoricalRecords.post_save, HistoricalRecords.post_save, HistoricalRecords.post_save, HistoricalRecords.post_save, HistoricalRecords.post_save, HistoricalRecords.post_save, HistoricalRecords.post_save, HistoricalRecords.post_save, HistoricalRecords.post_save, HistoricalRecords.post_save, HistoricalRecords.post_save, HistoricalRecords.post_save, exportjob_post_save, importjob_post_save, update_profile, update_laboratory_on_samples, update_point_delivery_central, update_stakeholder_actions_on_grower_change, update_stakeholder_actions_on_pod_change, update_stakeholder_actions_on_accession_change, update_stakeholder_actions_on_accession_change, update_stakeholder_actions_on_accession_change, set_default_analyses_result, create_sample_status_transition, create_sample_status_transition, update_stakeholder_actions_on_business_rule_change, email_message_post_save, ModelBase.update_changed, ModelBase.update_changed, ModelBase.update_changed, ModelBase.update_changed
pre_delete ModelBase.changed, ModelBase.update_changed
pre_init
pre_migrate inject_rename_contenttypes_operations
pre_save Manager._pre_save, Manager._pre_save, Manager._pre_save, LogisticOperatorManager._pre_save, Manager._pre_save, ManagerFromPeriodicTaskQuerySet._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, GroupResultManager._pre_save, Manager._pre_save, TaskResultManager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, EmailMessageManager._pre_save, Manager._pre_save, SoftDeletableManager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, TaskResultManager._pre_save, ManagerFromPeriodicTaskQuerySet._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, ManagerFromEventQuerySet._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, AnalysisRequestManager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, ManagerFromContactQueryset._pre_save, Manager._pre_save, LocationManager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, GrowerAccessionManager._pre_save, Manager._pre_save, PodAccessionManager._pre_save, Manager._pre_save, PointDeliveryManager._pre_save, Manager._pre_save, Manager._pre_save, BranchManager._pre_save, Manager._pre_save, Manager._pre_save, SoftDeletableManagerFromLaboratoryQueryset._pre_save, GrowerManager._pre_save, Manager._pre_save, Manager._pre_save, ManagerFromEventQuerySet._pre_save, Manager._pre_save, Manager._pre_save, TechnologyManager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, ManagerFromWaybillQueryset._pre_save, Manager._pre_save, CropManager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, Manager._pre_save, SessionManager._pre_save, ContentTypeManager._pre_save, UserManager._pre_save, Manager._pre_save, Manager._pre_save, GroupManager._pre_save, Manager._pre_save, PermissionManager._pre_save, LogEntryManager._pre_save, ManagerFromThemeQuerySet._pre_save, NoObjectsManager._pre_save, NoObjectsManager._pre_save, Manager._pre_save, pre_save_handler, pre_save_callback, check_previous, set_analysis_time, set_fusion_time, update_analysis_request, ModelBase.changed
request_finished close_old_connections, close_caches, reset_urlconf
request_started reset_queries, close_old_connections
setting_changed reset_cache, <lambda>, Settings.change_setting, clear_cache_handlers, update_installed_apps, update_connections_time_zone, clear_routers_cache, reset_template_engines, storages_changed, clear_serializers_cache, language_changed, localize_settings_changed, complex_setting_changed, root_urlconf_changed, static_storage_changed, static_finders_changed, form_renderer_changed, auth_password_validators_changed, user_model_swapped, update_toolbar_config, reset_hashers, Options.setting_changed, reload_api_settings, reload_api_settings, update_level_tags, uninstall_if_needed, clear_caches, StaticFilesStorage._clear_cached_properties
Ir al contenido principal