Currently Solutions Architect @ Loadbalancer.org

Summary

Experienced Solutions Architect with over 19 years of in-depth knowledge in technical solution development, collaboration, and leadership. Possessing a strong understanding of various technologies, platforms, and systems, I excel in designing and implementing efficient and scalable solutions that align with business requirements, industry best practices, and emerging trends. With a proven track record of successful project delivery, I bring expertise in strategic planning, solution design, system integration, and stakeholder management. Proficient in Linux and application hosting, I am a natural problem-solver with a passion for driving business growth and enhancing user experiences through the deployment of innovative solutions.

History

Solutions Architect at Loadbalancer.org

Monday 5th September 2022 - Present (3 years, 1 month)

  • Technical onboarding of partners, including technical validation and solution integration.
  • Creating Technical Proposals tailored to meet diverse customer requirements and business needs.
  • Managing and delivering Professional Services Engagements, ensuring successful project completion.
  • Leading Professional Services business process development to streamline operations and improve customer satisfaction.
  • Collaborating with technical stakeholders to finalise design and implementation, ensuring alignment with business objectives.
  • Proof of concept delivery, working with the customer and technical teams to deliver POC, OAT and UAT phases.
  • Customer training sessions, high-level training and systems operators.
  • Ensuring smooth handover to customer operations teams and internal support.
  • Providing feedback to the development team with lessons learned and product feature requests to drive continuous improvement based on customer requirements.
  • Writing detailed technical documentation, blog posts, and white papers to support customer understanding and product adoption.

Lead Consultant/Product Specialist at BT Global Services

Tuesday 3rd January 2012 - Friday 26th August 2022 (10 years, 7 months).

  • Liaise with customers to design a fitting architecture and deployment methodology.
  • Collaborate with stakeholders to integrate the proposed system into existing unified networks.
  • Plan and manage installation/upgrade projects for the global customer working with local resources, client teams or independently to ensure the timely delivery and integration of systems.
  • Facilitated seamless communication between customers and the development team, ensuring timely feedback on suggestions and resolution of any identified issues.
  • Provide support and troubleshoot issues occurring in production environments to remediate critical system issues; travelling globally to customer sites to as the principal owner of the solution provision.

ISDN30 Job Controller at BT Wholesale

Monday 5th September 2005 - Wednesday 21st December 2011 (6 years, 3 months).

  • Management of project timescales and customer expectations.
  • Rearrange workflow order to achieve product delivery requirements.
  • Communicate with engineers to facilitate product delivery.

Skills

Communication - excellent written and verbal communication skills, with the ability to distil technical detail to bridge the gap between technical and non-technical stakeholders.

Documentation - creating high level design architecture and network diagrams as well as creating and maintaining detailed design documentation of systems and procedures

Troubleshooting - experienced in troubleshooting issues occurring in both production and staging environments. Proven ability to leverage existing knowledge and experience to apply to new situations

Work under pressure - ability to perform under pressure, troubleshooting issues in production environments where loss of service can mean large financial implications.

Analytical Skills - synthesising technical information from many dimensions to see end-to-end view. Proficient in analysing key issues and able to present findings in a way that adds value.

Relationship Management - experienced in developing and positively influencing team member behaviour, and working closely with clients to build and develop client relationships by focusing on client satisfaction.

Embrace Challenge - ability to embrace complex situations and challenges, skilled at identifying issues and charting a path forward. Driven, passionate and willing to learn.

Projects

GE HealthCare Partner Onboarding

Project description

  • Working closely with the GE HealthCare testing teams to validate the solutions of four product stacks: Centricity PACS, Edison True PACS, Centricity Cardiology Workflow, and Edison Datalogue.
DJDT

Versions

Package Name Version
Django 5.2
Python 3.12.3
debug_toolbar Debug Toolbar 5.2.0
django_extensions Django Extensions 5.2
ninja Ninja 1.4.1
ninja_extra Django Ninja Extra 0.30.0
ninja_jwt Ninja_Jwt 5.3.7
waffle Site Settings 4.2.0

Time

Resource usage

Resource Value
User CPU time 176.421 msec
System CPU time 0.000 msec
Total CPU time 176.421 msec
Elapsed time 210.821 msec
Context switches 29 voluntary, 2 involuntary

Browser timing

Timing attribute Timeline Milliseconds since navigation start (+length)

Settings from website.settings

Setting Value
ABSOLUTE_URL_OVERRIDES {}
ADMINS []
ALLOWED_HOSTS ['localhost', '127.0.0.1', '172.31.69.71', 'dev.rbnsn.uk']
APPEND_SLASH True
AUTHENTICATION_BACKENDS '********************'
AUTH_PASSWORD_VALIDATORS '********************'
AUTH_USER_MODEL '********************'
BASE_DIR PosixPath('/app')
CACHES {'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'}}
CACHE_MIDDLEWARE_ALIAS 'default'
CACHE_MIDDLEWARE_KEY_PREFIX '********************'
CACHE_MIDDLEWARE_SECONDS 600
CORS_ALLOWED_ORIGINS ['http://127.0.0.1:3000', 'http://localhost:3000']
CORS_ENV_VALUE '127.0.0.1:3000,localhost:3000'
CORS_URLS_REGEX '^/api/.*$'
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 True
CSRF_FAILURE_VIEW 'django.views.csrf.csrf_failure'
CSRF_HEADER_NAME 'HTTP_X_CSRFTOKEN'
CSRF_HOST_LIST ['dev.rbnsn.uk']
CSRF_TRUSTED_ORIGINS ['https://dev.rbnsn.uk']
CSRF_USE_SESSIONS False
DATABASES {'default': {'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_HEALTH_CHECKS': False, 'CONN_MAX_AGE': 0, 'ENGINE': 'django.db.backends.postgresql', 'HOST': 'db-dev', 'NAME': 'django_website', 'OPTIONS': {}, 'PASSWORD': '********************', 'PORT': '5432', 'TEST': {'CHARSET': None, 'COLLATION': None, 'MIGRATE': True, 'MIRROR': None, 'NAME': None}, 'TIME_ZONE': None, 'USER': 'joroson'}}
DATABASE_ROUTERS []
DATA_UPLOAD_MAX_MEMORY_SIZE 2621440
DATA_UPLOAD_MAX_NUMBER_FIELDS 1000
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']
DATE_FORMAT 'N j, Y'
DATE_INPUT_FORMATS ['%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', '%b %d %Y', '%b %d, %Y', '%d %b %Y', '%d %b, %Y', '%B %d %Y', '%B %d, %Y', '%d %B %Y', '%d %B, %Y']
DEBUG True
DEBUG_PROPAGATE_EXCEPTIONS False
DECIMAL_SEPARATOR '.'
DEFAULT_AUTO_FIELD 'django.db.models.BigAutoField'
DEFAULT_CHARSET 'utf-8'
DEFAULT_CORS_ALLOWED_ORIGINS 'http://localhost:3000,http://127.0.0.1:3000'
DEFAULT_EXCEPTION_REPORTER 'django.views.debug.ExceptionReporter'
DEFAULT_EXCEPTION_REPORTER_FILTER 'django.views.debug.SafeExceptionReporterFilter'
DEFAULT_FROM_EMAIL 'website@rbnsn.uk'
DEFAULT_INDEX_TABLESPACE ''
DEFAULT_TABLESPACE ''
DISALLOWED_USER_AGENTS []
EMAIL_BACKEND 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST 'banshee.mxlogin.com'
EMAIL_HOST_PASSWORD '********************'
EMAIL_HOST_USER 'website@rbnsn.uk'
EMAIL_PORT 465
EMAIL_SSL_CERTFILE None
EMAIL_SSL_KEYFILE '********************'
EMAIL_SUBJECT_PREFIX '[Django] '
EMAIL_TIMEOUT None
EMAIL_USE_LOCALTIME False
EMAIL_USE_SSL True
EMAIL_USE_TLS False
FILE_UPLOAD_DIRECTORY_PERMISSIONS None
FILE_UPLOAD_HANDLERS ['django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler']
FILE_UPLOAD_MAX_MEMORY_SIZE 2621440
FILE_UPLOAD_PERMISSIONS 420
FILE_UPLOAD_TEMP_DIR None
FIRST_DAY_OF_WEEK 0
FIXTURE_DIRS []
FORCE_SCRIPT_NAME None
FORMAT_MODULE_PATH None
FORMS_URLFIELD_ASSUME_HTTPS False
FORM_RENDERER 'django.forms.renderers.DjangoTemplates'
IGNORABLE_404_URLS []
INSTALLED_APPS ['unfold', 'unfold.contrib.filters', 'unfold.contrib.forms', 'unfold.contrib.inlines', 'unfold.contrib.import_export', 'unfold.contrib.guardian', 'unfold.contrib.simple_history', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'whitenoise.runserver_nostatic', 'django.contrib.staticfiles', 'django.contrib.sites', 'corsheaders', 'django_cotton', 'django_extensions', 'ninja', 'ninja_extra', 'ninja_jwt', 'website.custom_waffle.CustomWaffleConfig', 'accounts.apps.AccountsConfig', 'bookmarks.apps.BookmarksConfig', 'cv.apps.CvConfig', 'webpages.apps.WebpagesConfig', 'website', 'debug_toolbar']
INTERNAL_IPS <website.settings.c object at 0x7f801ae50a70>
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 'en-gb'
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, 'handlers': {'file': {'class': 'logging.FileHandler', 'filename': '/var/log/my_django/django.log', 'level': 'ERROR'}}, 'loggers': {'django': {'handlers': ['file'], 'level': 'ERROR', 'propagate': True}}, 'version': 1}
LOGGING_CONFIG 'logging.config.dictConfig'
LOGIN_REDIRECT_URL '/accounts/profile/'
LOGIN_URL '/accounts/login/'
LOGOUT_REDIRECT_URL None
MANAGERS []
MEDIA_ROOT ''
MEDIA_URL '/'
MESSAGE_STORAGE 'django.contrib.messages.storage.fallback.FallbackStorage'
MIDDLEWARE ['django.middleware.security.SecurityMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'whitenoise.middleware.WhiteNoiseMiddleware', 'corsheaders.middleware.CorsMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware', 'django.middleware.gzip.GZipMiddleware', 'waffle.middleware.WaffleMiddleware', 'debug_toolbar.middleware.DebugToolbarMiddleware']
MIGRATION_MODULES {}
MONTH_DAY_FORMAT 'F j'
NUMBER_GROUPING 0
PASSWORD_HASHERS '********************'
PASSWORD_RESET_TIMEOUT '********************'
PREPEND_WWW False
ROOT_URLCONF 'website.urls'
SECRET_KEY '********************'
SECRET_KEY_FALLBACKS '********************'
SECURE_CONTENT_TYPE_NOSNIFF True
SECURE_CROSS_ORIGIN_OPENER_POLICY 'same-origin'
SECURE_HSTS_INCLUDE_SUBDOMAINS False
SECURE_HSTS_PRELOAD False
SECURE_HSTS_SECONDS 0
SECURE_PROXY_SSL_HEADER None
SECURE_REDIRECT_EXEMPT []
SECURE_REFERRER_POLICY 'same-origin'
SECURE_SSL_HOST None
SECURE_SSL_REDIRECT False
SERVER_EMAIL 'root@localhost'
SESSION_CACHE_ALIAS 'default'
SESSION_COOKIE_AGE 1209600
SESSION_COOKIE_DOMAIN None
SESSION_COOKIE_HTTPONLY True
SESSION_COOKIE_NAME 'sessionid'
SESSION_COOKIE_PATH '/'
SESSION_COOKIE_SAMESITE 'Lax'
SESSION_COOKIE_SECURE True
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 'website.settings'
SHORT_DATETIME_FORMAT 'm/d/Y P'
SHORT_DATE_FORMAT 'm/d/Y'
SIGNING_BACKEND 'django.core.signing.TimestampSigner'
SILENCED_SYSTEM_CHECKS []
SITE_ID 1
STATICFILES_DIRS [PosixPath('/app/static')]
STATICFILES_FINDERS ['django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder']
STATIC_ROOT PosixPath('/app/staticfiles')
STATIC_URL '/static/'
STORAGES {'default': {'BACKEND': 'django.core.files.storage.FileSystemStorage'}, 'staticfiles': {'BACKEND': 'whitenoise.storage.CompressedManifestStaticFilesStorage'}}
TEMPLATES [{'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': ['/app/templates'], 'OPTIONS': {'builtins': ['django_cotton.templatetags.cotton'], 'context_processors': ['django.template.context_processors.debug', 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages', 'website.context_processors.site_processor'], 'loaders': [('django.template.loaders.cached.Loader', ['django_cotton.cotton_loader.Loader', 'django.template.loaders.filesystem.Loader', 'django.template.loaders.app_directories.Loader'])]}}]
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 'Europe/London'
UNFOLD {'SITE_HEADER': 'RBNSN', 'SITE_NAME': 'RBNSN', 'SITE_TITLE': 'RBNSN', 'THEME': 'dark'}
USE_I18N True
USE_THOUSAND_SEPARATOR False
USE_TZ True
USE_X_FORWARDED_HOST False
USE_X_FORWARDED_PORT False
WAFFLE_CREATE_MISSING_SWITCHES True
WSGI_APPLICATION 'website.wsgi.application'
X_FRAME_OPTIONS 'DENY'
YEAR_MONTH_FORMAT 'F Y'

Headers

Request headers

Key Value
Accept */*
Accept-Encoding gzip, br, zstd, deflate
Host dev.rbnsn.uk
Referer https://dev.rbnsn.uk/cv
User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
X-Forwarded-For 216.73.216.124:44810
X-Forwarded-Host dev.rbnsn.uk
X-Forwarded-Proto https

Response headers

Key Value
Content-Type text/html; charset=utf-8

WSGI environ

Since the WSGI environ inherits the environment of the server, only a significant subset is shown below.

Key Value
PATH_INFO /cv/
QUERY_STRING
REMOTE_ADDR 172.31.69.0
REQUEST_METHOD GET
SCRIPT_NAME
SERVER_NAME 0.0.0.0
SERVER_PORT 8000
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE gunicorn/23.0.0

Request

View information

View function Arguments Keyword arguments URL name
cv.views.CvCurrentView () {} cv:current

No cookies

No session data

No GET data

No POST data

SQL queries from 1 connection

  • default 22.80 ms (11 queries including 3 similar )
Query Timeline Time (ms) Action
SELECT "cv_curriculumvitae"."id",
       "cv_curriculumvitae"."current_cv",
       "cv_curriculumvitae"."summary",
       "cv_curriculumvitae"."job_title",
       "cv_curriculumvitae"."job_company",
       "cv_curriculumvitae"."url"
  FROM "cv_curriculumvitae"
 WHERE "cv_curriculumvitae"."current_cv"
 LIMIT 21
SELECT ••• FROM "cv_curriculumvitae" WHERE "cv_curriculumvitae"."current_cv" LIMIT 21
3.11

Connection: default

Transaction status: Idle

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(123)
  return self.get_response(request)

/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/django/views/generic/base.py in view(104)
  return self.dispatch(request, *args, **kwargs)

/usr/local/lib/python3.12/site-packages/django/views/generic/base.py in dispatch(143)
  return handler(request, *args, **kwargs)

/usr/local/lib/python3.12/site-packages/django/views/generic/detail.py in get(112)
  self.object = self.get_object()

/app/cv/views.py in get_object(40)
  return get_object_or_404(queryset)

/usr/local/lib/python3.12/site-packages/django/shortcuts.py in get_object_or_404(90)
  return queryset.get(*args, **kwargs)

SELECT ("cv_history_cv"."curriculumvitae_id") AS "_prefetch_related_val_curriculumvitae_id",
       "cv_history"."id",
       "cv_history"."company",
       "cv_history"."job_title",
       "cv_history"."start_date",
       "cv_history"."end_date"
  FROM "cv_history"
 INNER JOIN "cv_history_cv"
    ON ("cv_history"."id" = "cv_history_cv"."history_id")
 WHERE "cv_history_cv"."curriculumvitae_id" IN (1)
 ORDER BY "cv_history"."start_date" DESC
SELECT ••• FROM "cv_history" INNER JOIN "cv_history_cv" ON ("cv_history"."id" = "cv_history_cv"."history_id") WHERE "cv_history_cv"."curriculumvitae_id" IN (1) ORDER BY "cv_history"."start_date" DESC
4.68

Connection: default

Transaction status: Idle

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(123)
  return self.get_response(request)

/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/django/views/generic/base.py in view(104)
  return self.dispatch(request, *args, **kwargs)

/usr/local/lib/python3.12/site-packages/django/views/generic/base.py in dispatch(143)
  return handler(request, *args, **kwargs)

/usr/local/lib/python3.12/site-packages/django/views/generic/detail.py in get(112)
  self.object = self.get_object()

/app/cv/views.py in get_object(40)
  return get_object_or_404(queryset)

/usr/local/lib/python3.12/site-packages/django/shortcuts.py in get_object_or_404(90)
  return queryset.get(*args, **kwargs)

SELECT "cv_jobresponsibility"."id",
       "cv_jobresponsibility"."responsibility",
       "cv_jobresponsibility"."order",
       "cv_jobresponsibility"."job_id"
  FROM "cv_jobresponsibility"
 INNER JOIN "cv_history"
    ON ("cv_jobresponsibility"."job_id" = "cv_history"."id")
 WHERE "cv_jobresponsibility"."job_id" IN (1, 2, 3)
 ORDER BY "cv_history"."job_title" ASC,
          "cv_jobresponsibility"."order" ASC
SELECT ••• FROM "cv_jobresponsibility" INNER JOIN "cv_history" ON ("cv_jobresponsibility"."job_id" = "cv_history"."id") WHERE "cv_jobresponsibility"."job_id" IN (1, 2, 3) ORDER BY "cv_history"."job_title" ASC, "cv_jobresponsibility"."order" ASC
3.12

Connection: default

Transaction status: Idle

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(123)
  return self.get_response(request)

/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/django/views/generic/base.py in view(104)
  return self.dispatch(request, *args, **kwargs)

/usr/local/lib/python3.12/site-packages/django/views/generic/base.py in dispatch(143)
  return handler(request, *args, **kwargs)

/usr/local/lib/python3.12/site-packages/django/views/generic/detail.py in get(112)
  self.object = self.get_object()

/app/cv/views.py in get_object(40)
  return get_object_or_404(queryset)

/usr/local/lib/python3.12/site-packages/django/shortcuts.py in get_object_or_404(90)
  return queryset.get(*args, **kwargs)

SELECT ("cv_project_cv"."curriculumvitae_id") AS "_prefetch_related_val_curriculumvitae_id",
       "cv_project"."id",
       "cv_project"."name",
       "cv_project"."description",
       "cv_project"."order"
  FROM "cv_project"
 INNER JOIN "cv_project_cv"
    ON ("cv_project"."id" = "cv_project_cv"."project_id")
 WHERE "cv_project_cv"."curriculumvitae_id" IN (1)
SELECT ••• FROM "cv_project" INNER JOIN "cv_project_cv" ON ("cv_project"."id" = "cv_project_cv"."project_id") WHERE "cv_project_cv"."curriculumvitae_id" IN (1)
1.75

Connection: default

Transaction status: Idle

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(123)
  return self.get_response(request)

/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/django/views/generic/base.py in view(104)
  return self.dispatch(request, *args, **kwargs)

/usr/local/lib/python3.12/site-packages/django/views/generic/base.py in dispatch(143)
  return handler(request, *args, **kwargs)

/usr/local/lib/python3.12/site-packages/django/views/generic/detail.py in get(112)
  self.object = self.get_object()

/app/cv/views.py in get_object(40)
  return get_object_or_404(queryset)

/usr/local/lib/python3.12/site-packages/django/shortcuts.py in get_object_or_404(90)
  return queryset.get(*args, **kwargs)

SELECT "cv_projectresponsibility"."id",
       "cv_projectresponsibility"."responsibility",
       "cv_projectresponsibility"."order",
       "cv_projectresponsibility"."project_id"
  FROM "cv_projectresponsibility"
 INNER JOIN "cv_project"
    ON ("cv_projectresponsibility"."project_id" = "cv_project"."id")
 WHERE "cv_projectresponsibility"."project_id" IN (1)
 ORDER BY "cv_project"."name" ASC,
          "cv_projectresponsibility"."order" ASC
SELECT ••• FROM "cv_projectresponsibility" INNER JOIN "cv_project" ON ("cv_projectresponsibility"."project_id" = "cv_project"."id") WHERE "cv_projectresponsibility"."project_id" IN (1) ORDER BY "cv_project"."name" ASC, "cv_projectresponsibility"."order" ASC
1.95

Connection: default

Transaction status: Idle

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(123)
  return self.get_response(request)

/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/django/views/generic/base.py in view(104)
  return self.dispatch(request, *args, **kwargs)

/usr/local/lib/python3.12/site-packages/django/views/generic/base.py in dispatch(143)
  return handler(request, *args, **kwargs)

/usr/local/lib/python3.12/site-packages/django/views/generic/detail.py in get(112)
  self.object = self.get_object()

/app/cv/views.py in get_object(40)
  return get_object_or_404(queryset)

/usr/local/lib/python3.12/site-packages/django/shortcuts.py in get_object_or_404(90)
  return queryset.get(*args, **kwargs)

SELECT ("cv_coreskill_cv"."curriculumvitae_id") AS "_prefetch_related_val_curriculumvitae_id",
       "cv_coreskill"."id",
       "cv_coreskill"."keyword",
       "cv_coreskill"."description",
       "cv_coreskill"."order"
  FROM "cv_coreskill"
 INNER JOIN "cv_coreskill_cv"
    ON ("cv_coreskill"."id" = "cv_coreskill_cv"."coreskill_id")
 WHERE "cv_coreskill_cv"."curriculumvitae_id" IN (1)
 ORDER BY "cv_coreskill"."order" ASC
SELECT ••• FROM "cv_coreskill" INNER JOIN "cv_coreskill_cv" ON ("cv_coreskill"."id" = "cv_coreskill_cv"."coreskill_id") WHERE "cv_coreskill_cv"."curriculumvitae_id" IN (1) ORDER BY "cv_coreskill"."order" ASC
1.79

Connection: default

Transaction status: Idle

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(123)
  return self.get_response(request)

/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/django/views/generic/base.py in view(104)
  return self.dispatch(request, *args, **kwargs)

/usr/local/lib/python3.12/site-packages/django/views/generic/base.py in dispatch(143)
  return handler(request, *args, **kwargs)

/usr/local/lib/python3.12/site-packages/django/views/generic/detail.py in get(112)
  self.object = self.get_object()

/app/cv/views.py in get_object(40)
  return get_object_or_404(queryset)

/usr/local/lib/python3.12/site-packages/django/shortcuts.py in get_object_or_404(90)
  return queryset.get(*args, **kwargs)

SELECT "cv_history"."id",
       "cv_history"."company",
       "cv_history"."job_title",
       "cv_history"."start_date",
       "cv_history"."end_date"
  FROM "cv_history"
 INNER JOIN "cv_history_cv"
    ON ("cv_history"."id" = "cv_history_cv"."history_id")
 WHERE "cv_history_cv"."curriculumvitae_id" = 1
 ORDER BY "cv_history"."start_date" DESC
SELECT ••• FROM "cv_history" INNER JOIN "cv_history_cv" ON ("cv_history"."id" = "cv_history_cv"."history_id") WHERE "cv_history_cv"."curriculumvitae_id" = 1 ORDER BY "cv_history"."start_date" DESC
0.60

Connection: default

Transaction status: Idle

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(123)
  return self.get_response(request)

/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/django/views/generic/base.py in view(104)
  return self.dispatch(request, *args, **kwargs)

/usr/local/lib/python3.12/site-packages/django/views/generic/base.py in dispatch(143)
  return handler(request, *args, **kwargs)

/usr/local/lib/python3.12/site-packages/django/views/generic/detail.py in get(113)
  context = self.get_context_data(object=self.object)

/app/cv/views.py in get_context_data(24)
  for history in histories:

SELECT "waffle_switch"."id",
       "waffle_switch"."name",
       "waffle_switch"."active",
       "waffle_switch"."note",
       "waffle_switch"."created",
       "waffle_switch"."modified"
  FROM "waffle_switch"
 WHERE "waffle_switch"."name" = 'bloggle'
 LIMIT 21
SELECT ••• FROM "waffle_switch" WHERE "waffle_switch"."name" = 'bloggle' LIMIT 21
2.41

Connection: default

Transaction status: Idle

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(123)
  return self.get_response(request)

/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/django/template/response.py in render(114)
  self.content = self.rendered_content

/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(1016)
  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(977)
  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(1016)
  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(977)
  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(1016)
  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(977)
  return self.render(context)

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

/usr/local/lib/python3.12/site-packages/django/template/base.py in render(173)
  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(1016)
  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(977)
  return self.render(context)

/usr/local/lib/python3.12/site-packages/waffle/templatetags/waffle_tags.py in render(36)
  if self.condition(context.get('request', None), name):

/usr/local/lib/python3.12/site-packages/waffle/templatetags/waffle_tags.py in <lambda>(68)
  return WaffleNode.handle_token(parser, token, 'switch', lambda request, name: switch_is_active(name))

/usr/local/lib/python3.12/site-packages/waffle/__init__.py in switch_is_active(23)
  switch = get_waffle_switch_model().get(switch_name)

/usr/local/lib/python3.12/site-packages/waffle/models.py in get(59)
  obj = cls.get_from_db(name)

/usr/local/lib/python3.12/site-packages/waffle/models.py in get_from_db(72)
  return objects.get(name=name)

21 </div>
22 <!-- Primary Navigation -->
23 <div class="hidden md:flex md:flex-row flex-col items-center justify-end md:space-x-1 navigation-menu pb-3 md:pb-0 navigation-menu">
24 {% switch "bloggle" %}<a href="/blog" class="py-2 px-3 block">Blog</a>{% endswitch "bloggle" %}
25 <a href="{% url 'bookmarks:home' %}" class="py-2 px-3 block">Bookmarks</a>
26 <a href="{% url 'cv:current' %}" class="py-2 px-3 block">CV</a>{% if user.is_superuser %}
27 <a href="{% url 'admin:index' %}" class="py-2 px-3 block">Admin</a>
28 <a href="https://blogs.hyvor.com/console/joe-robinson" class="py-2 px-3 block" target="_blank">Blog Admin</a>{% endif %}

/app/templates/base/navigation.html

SELECT "cv_jobresponsibility"."id",
       "cv_jobresponsibility"."responsibility",
       "cv_jobresponsibility"."order",
       "cv_jobresponsibility"."job_id"
  FROM "cv_jobresponsibility"
 INNER JOIN "cv_history"
    ON ("cv_jobresponsibility"."job_id" = "cv_history"."id")
 WHERE "cv_jobresponsibility"."job_id" = 1
 ORDER BY "cv_history"."job_title" ASC,
          "cv_jobresponsibility"."order" ASC
SELECT ••• FROM "cv_jobresponsibility" INNER JOIN "cv_history" ON ("cv_jobresponsibility"."job_id" = "cv_history"."id") WHERE "cv_jobresponsibility"."job_id" = 1 ORDER BY "cv_history"."job_title" ASC, "cv_jobresponsibility"."order" ASC
3 similar queries.
1.05

Connection: default

Transaction status: Idle

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(123)
  return self.get_response(request)

/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/django/template/response.py in render(114)
  self.content = self.rendered_content

/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(1016)
  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(977)
  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(1016)
  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(977)
  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(1016)
  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(977)
  return self.render(context)

/usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243)
  nodelist.append(node.render_annotated(context))

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

/usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(199)
  len_values = len(values)

29 ({{ job.end_date|timeuntil:job.start_date }}).</p>{% elif not job.end_date %}
30 <p>{{ job.start_date|date:"l jS F Y" }} - <span>Present ({{ job.start_date|timesince }})</span>
31 </p>{% endif %}
32 <ul class="list-disc pl-5">{% for responsibility in job.job_responsibilities %}
33 <li>{{ responsibility.responsibility }}</li>{% endfor %}
34 </ul>
35 </div>{% endfor %}
36 </div>

/app/templates/apps/cv/cv.html

SELECT "cv_jobresponsibility"."id",
       "cv_jobresponsibility"."responsibility",
       "cv_jobresponsibility"."order",
       "cv_jobresponsibility"."job_id"
  FROM "cv_jobresponsibility"
 INNER JOIN "cv_history"
    ON ("cv_jobresponsibility"."job_id" = "cv_history"."id")
 WHERE "cv_jobresponsibility"."job_id" = 2
 ORDER BY "cv_history"."job_title" ASC,
          "cv_jobresponsibility"."order" ASC
SELECT ••• FROM "cv_jobresponsibility" INNER JOIN "cv_history" ON ("cv_jobresponsibility"."job_id" = "cv_history"."id") WHERE "cv_jobresponsibility"."job_id" = 2 ORDER BY "cv_history"."job_title" ASC, "cv_jobresponsibility"."order" ASC
3 similar queries.
1.03

Connection: default

Transaction status: Idle

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(123)
  return self.get_response(request)

/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/django/template/response.py in render(114)
  self.content = self.rendered_content

/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(1016)
  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(977)
  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(1016)
  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(977)
  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(1016)
  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(977)
  return self.render(context)

/usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243)
  nodelist.append(node.render_annotated(context))

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

/usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(199)
  len_values = len(values)

29 ({{ job.end_date|timeuntil:job.start_date }}).</p>{% elif not job.end_date %}
30 <p>{{ job.start_date|date:"l jS F Y" }} - <span>Present ({{ job.start_date|timesince }})</span>
31 </p>{% endif %}
32 <ul class="list-disc pl-5">{% for responsibility in job.job_responsibilities %}
33 <li>{{ responsibility.responsibility }}</li>{% endfor %}
34 </ul>
35 </div>{% endfor %}
36 </div>

/app/templates/apps/cv/cv.html

SELECT "cv_jobresponsibility"."id",
       "cv_jobresponsibility"."responsibility",
       "cv_jobresponsibility"."order",
       "cv_jobresponsibility"."job_id"
  FROM "cv_jobresponsibility"
 INNER JOIN "cv_history"
    ON ("cv_jobresponsibility"."job_id" = "cv_history"."id")
 WHERE "cv_jobresponsibility"."job_id" = 3
 ORDER BY "cv_history"."job_title" ASC,
          "cv_jobresponsibility"."order" ASC
SELECT ••• FROM "cv_jobresponsibility" INNER JOIN "cv_history" ON ("cv_jobresponsibility"."job_id" = "cv_history"."id") WHERE "cv_jobresponsibility"."job_id" = 3 ORDER BY "cv_history"."job_title" ASC, "cv_jobresponsibility"."order" ASC
3 similar queries.
1.30

Connection: default

Transaction status: Idle

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(123)
  return self.get_response(request)

/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/django/template/response.py in render(114)
  self.content = self.rendered_content

/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(1016)
  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(977)
  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(1016)
  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(977)
  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(1016)
  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(977)
  return self.render(context)

/usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243)
  nodelist.append(node.render_annotated(context))

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

/usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(199)
  len_values = len(values)

29 ({{ job.end_date|timeuntil:job.start_date }}).</p>{% elif not job.end_date %}
30 <p>{{ job.start_date|date:"l jS F Y" }} - <span>Present ({{ job.start_date|timesince }})</span>
31 </p>{% endif %}
32 <ul class="list-disc pl-5">{% for responsibility in job.job_responsibilities %}
33 <li>{{ responsibility.responsibility }}</li>{% endfor %}
34 </ul>
35 </div>{% endfor %}
36 </div>

/app/templates/apps/cv/cv.html

Static files (322 found, 4 used)

Static file path

  1. /app/static

Static file apps

  1. unfold
  2. unfold.contrib.filters
  3. unfold.contrib.forms
  4. django.contrib.admin
  5. django_extensions
  6. ninja
  7. debug_toolbar

Static files

img/site/favicon.ico
/app/static/img/site/favicon.ico
css/main.css
/app/static/css/main.css
fonts/elyzabethPro/elyzabeth-pro.css
/app/static/fonts/elyzabethPro/elyzabeth-pro.css
js/main.js
/app/static/js/main.js

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

Path Location
js/main.js /app/static/js/main.js
js/bookmarks/magnet.min.js /app/static/js/bookmarks/magnet.min.js
js/bookmarks/bookmarks.js /app/static/js/bookmarks/bookmarks.js
css/main.css /app/static/css/main.css
img/site/favicon.ico /app/static/img/site/favicon.ico
img/site/favicon.zip /app/static/img/site/favicon.zip
img/site/favicon/android-icon-192x192.png /app/static/img/site/favicon/android-icon-192x192.png
img/site/favicon/ms-icon-144x144.png /app/static/img/site/favicon/ms-icon-144x144.png
img/site/favicon/ms-icon-150x150.png /app/static/img/site/favicon/ms-icon-150x150.png
img/site/favicon/favicon-16x16.png /app/static/img/site/favicon/favicon-16x16.png
img/site/favicon/manifest.json /app/static/img/site/favicon/manifest.json
img/site/favicon/ms-icon-310x310.png /app/static/img/site/favicon/ms-icon-310x310.png
img/site/favicon/browserconfig.xml /app/static/img/site/favicon/browserconfig.xml
img/site/favicon/favicon-32x32.png /app/static/img/site/favicon/favicon-32x32.png
img/site/favicon/apple-icon-152x152.png /app/static/img/site/favicon/apple-icon-152x152.png
img/site/favicon/apple-icon-180x180.png /app/static/img/site/favicon/apple-icon-180x180.png
img/site/favicon/favicon-96x96.png /app/static/img/site/favicon/favicon-96x96.png
img/site/favicon/ms-icon-70x70.png /app/static/img/site/favicon/ms-icon-70x70.png
img/site/favicon/favicon-192x192.png /app/static/img/site/favicon/favicon-192x192.png
img/home/html5.webp /app/static/img/home/html5.webp
img/home/pyramid_logo.webp /app/static/img/home/pyramid_logo.webp
img/home/django_logo.webp /app/static/img/home/django_logo.webp
img/home/wp_logo.webp /app/static/img/home/wp_logo.webp
img/home/wagtail_logo.webp /app/static/img/home/wagtail_logo.webp
fonts/Morn.zip /app/static/fonts/Morn.zip
fonts/Morn/Morn-HairlineOblique.woff /app/static/fonts/Morn/Morn-HairlineOblique.woff
fonts/Morn/Morn-Bold.ttf /app/static/fonts/Morn/Morn-Bold.ttf
fonts/Morn/Morn-Thin.eot /app/static/fonts/Morn/Morn-Thin.eot
fonts/Morn/Morn-HairlineOblique.svg /app/static/fonts/Morn/Morn-HairlineOblique.svg
fonts/Morn/Morn-ExtraLightOblique.woff /app/static/fonts/Morn/Morn-ExtraLightOblique.woff
fonts/Morn/Morn-UltraBold.woff /app/static/fonts/Morn/Morn-UltraBold.woff
fonts/Morn/Morn-Regular.woff /app/static/fonts/Morn/Morn-Regular.woff
fonts/Morn/Morn-Hairline.woff /app/static/fonts/Morn/Morn-Hairline.woff
fonts/Morn/Morn-RegularOblique.ttf /app/static/fonts/Morn/Morn-RegularOblique.ttf
fonts/Morn/Morn-RegularOblique.eot /app/static/fonts/Morn/Morn-RegularOblique.eot
fonts/Morn/Morn-ExtraLight.svg /app/static/fonts/Morn/Morn-ExtraLight.svg
fonts/Morn/Morn-UltraBoldOblique.ttf /app/static/fonts/Morn/Morn-UltraBoldOblique.ttf
fonts/Morn/Morn-ThinOblique.eot /app/static/fonts/Morn/Morn-ThinOblique.eot
fonts/Morn/Morn-Black.svg /app/static/fonts/Morn/Morn-Black.svg
fonts/Morn/Morn-Light.svg /app/static/fonts/Morn/Morn-Light.svg
fonts/Morn/Morn-BlackOblique.ttf /app/static/fonts/Morn/Morn-BlackOblique.ttf
fonts/Morn/Morn-Medium.woff /app/static/fonts/Morn/Morn-Medium.woff
fonts/Morn/Morn-HairlineOblique.ttf /app/static/fonts/Morn/Morn-HairlineOblique.ttf
fonts/Morn/Morn-DemiBoldOblique.eot /app/static/fonts/Morn/Morn-DemiBoldOblique.eot
fonts/Morn/Morn-DemiBoldOblique.woff /app/static/fonts/Morn/Morn-DemiBoldOblique.woff
fonts/Morn/Morn-DemiBold.woff /app/static/fonts/Morn/Morn-DemiBold.woff
fonts/Morn/Morn-DemiBold.eot /app/static/fonts/Morn/Morn-DemiBold.eot
fonts/Morn/Morn-Light.woff /app/static/fonts/Morn/Morn-Light.woff
fonts/Morn/Morn-ExtraLight.eot /app/static/fonts/Morn/Morn-ExtraLight.eot
fonts/Morn/Morn-Light.ttf /app/static/fonts/Morn/Morn-Light.ttf
fonts/Morn/Morn-ThinOblique.svg /app/static/fonts/Morn/Morn-ThinOblique.svg
fonts/Morn/Morn-ThinOblique.woff /app/static/fonts/Morn/Morn-ThinOblique.woff
fonts/Morn/Morn-UltraBold.ttf /app/static/fonts/Morn/Morn-UltraBold.ttf
fonts/Morn/Morn-Regular.ttf /app/static/fonts/Morn/Morn-Regular.ttf
fonts/Morn/Morn-LightOblique.eot /app/static/fonts/Morn/Morn-LightOblique.eot
fonts/Morn/Morn-ExtraLight.ttf /app/static/fonts/Morn/Morn-ExtraLight.ttf
fonts/Morn/Morn-RegularOblique.svg /app/static/fonts/Morn/Morn-RegularOblique.svg
fonts/Morn/Morn-ExtraLight.woff /app/static/fonts/Morn/Morn-ExtraLight.woff
fonts/Morn/Morn-DemiBold.ttf /app/static/fonts/Morn/Morn-DemiBold.ttf
fonts/Morn/Morn-Bold.svg /app/static/fonts/Morn/Morn-Bold.svg
fonts/Morn/Morn-Medium.svg /app/static/fonts/Morn/Morn-Medium.svg
fonts/Morn/Morn-ExtraLightOblique.svg /app/static/fonts/Morn/Morn-ExtraLightOblique.svg
fonts/Morn/Morn-LightOblique.woff /app/static/fonts/Morn/Morn-LightOblique.woff
fonts/Morn/Morn-Bold.eot /app/static/fonts/Morn/Morn-Bold.eot
fonts/Morn/Morn-UltraBoldOblique.eot /app/static/fonts/Morn/Morn-UltraBoldOblique.eot
fonts/Morn/Morn-BlackOblique.woff /app/static/fonts/Morn/Morn-BlackOblique.woff
fonts/Morn/Morn-Medium.eot /app/static/fonts/Morn/Morn-Medium.eot
fonts/Morn/Morn-UltraBold.eot /app/static/fonts/Morn/Morn-UltraBold.eot
fonts/Morn/Morn-BlackOblique.eot /app/static/fonts/Morn/Morn-BlackOblique.eot
fonts/Morn/Morn-LightOblique.svg /app/static/fonts/Morn/Morn-LightOblique.svg
fonts/Morn/Morn-Black.woff /app/static/fonts/Morn/Morn-Black.woff
fonts/Morn/Morn-Black.eot /app/static/fonts/Morn/Morn-Black.eot
fonts/Morn/Morn-DemiBold.svg /app/static/fonts/Morn/Morn-DemiBold.svg
fonts/Morn/Morn-MediumOblique.svg /app/static/fonts/Morn/Morn-MediumOblique.svg
fonts/Morn/Morn-Thin.svg /app/static/fonts/Morn/Morn-Thin.svg
fonts/Morn/Morn-DemiBoldOblique.ttf /app/static/fonts/Morn/Morn-DemiBoldOblique.ttf
fonts/Morn/Morn-Thin.woff /app/static/fonts/Morn/Morn-Thin.woff
fonts/Morn/Morn-LightOblique.ttf /app/static/fonts/Morn/Morn-LightOblique.ttf
fonts/Morn/Morn-ThinOblique.ttf /app/static/fonts/Morn/Morn-ThinOblique.ttf
fonts/Morn/Morn-Light.eot /app/static/fonts/Morn/Morn-Light.eot
fonts/Morn/Morn-Thin.ttf /app/static/fonts/Morn/Morn-Thin.ttf
fonts/Morn/Morn-Regular.eot /app/static/fonts/Morn/Morn-Regular.eot
fonts/Morn/Morn-UltraBoldOblique.svg /app/static/fonts/Morn/Morn-UltraBoldOblique.svg
fonts/Morn/Morn-RegularOblique.woff /app/static/fonts/Morn/Morn-RegularOblique.woff
fonts/Morn/Morn-BlackOblique.svg /app/static/fonts/Morn/Morn-BlackOblique.svg
fonts/Morn/Morn-MediumOblique.ttf /app/static/fonts/Morn/Morn-MediumOblique.ttf
fonts/Morn/Morn-ExtraLightOblique.ttf /app/static/fonts/Morn/Morn-ExtraLightOblique.ttf
fonts/Morn/morn.css /app/static/fonts/Morn/morn.css
fonts/Morn/Morn-HairlineOblique.eot /app/static/fonts/Morn/Morn-HairlineOblique.eot
fonts/Morn/Morn-UltraBold.svg /app/static/fonts/Morn/Morn-UltraBold.svg
fonts/Morn/Morn-Hairline.svg /app/static/fonts/Morn/Morn-Hairline.svg
fonts/Morn/Morn-Hairline.eot /app/static/fonts/Morn/Morn-Hairline.eot
fonts/Morn/Morn-DemiBoldOblique.svg /app/static/fonts/Morn/Morn-DemiBoldOblique.svg
fonts/Morn/Morn-Medium.ttf /app/static/fonts/Morn/Morn-Medium.ttf
fonts/Morn/Morn-ExtraLightOblique.eot /app/static/fonts/Morn/Morn-ExtraLightOblique.eot
fonts/Morn/Morn-Regular.svg /app/static/fonts/Morn/Morn-Regular.svg
fonts/Morn/Morn-MediumOblique.woff /app/static/fonts/Morn/Morn-MediumOblique.woff
fonts/Morn/Morn-Hairline.ttf /app/static/fonts/Morn/Morn-Hairline.ttf
fonts/Morn/Morn-Bold.woff /app/static/fonts/Morn/Morn-Bold.woff
fonts/Morn/Morn-Black.ttf /app/static/fonts/Morn/Morn-Black.ttf
fonts/Morn/Morn-MediumOblique.eot /app/static/fonts/Morn/Morn-MediumOblique.eot
fonts/elyzabethPro/ElyzabethPro-SemiBold.eot /app/static/fonts/elyzabethPro/ElyzabethPro-SemiBold.eot
fonts/elyzabethPro/ElyzabethPro-SemiBold.ttf /app/static/fonts/elyzabethPro/ElyzabethPro-SemiBold.ttf
fonts/elyzabethPro/ElyzabethPro-Italic.ttf /app/static/fonts/elyzabethPro/ElyzabethPro-Italic.ttf
fonts/elyzabethPro/ElyzabethPro-ThinItalic.woff /app/static/fonts/elyzabethPro/ElyzabethPro-ThinItalic.woff
fonts/elyzabethPro/ElyzabethPro-Regular.svg /app/static/fonts/elyzabethPro/ElyzabethPro-Regular.svg
fonts/elyzabethPro/ElyzabethPro-Bold.ttf /app/static/fonts/elyzabethPro/ElyzabethPro-Bold.ttf
fonts/elyzabethPro/ElyzabethPro-Regular.eot /app/static/fonts/elyzabethPro/ElyzabethPro-Regular.eot
fonts/elyzabethPro/ElyzabethPro-BoldItalic.eot /app/static/fonts/elyzabethPro/ElyzabethPro-BoldItalic.eot
fonts/elyzabethPro/elyzabeth-pro.css /app/static/fonts/elyzabethPro/elyzabeth-pro.css
fonts/elyzabethPro/ElyzabethPro-ThinItalic.svg /app/static/fonts/elyzabethPro/ElyzabethPro-ThinItalic.svg
fonts/elyzabethPro/ElyzabethPro-SemiBold.svg /app/static/fonts/elyzabethPro/ElyzabethPro-SemiBold.svg
fonts/elyzabethPro/ElyzabethPro-Bold.eot /app/static/fonts/elyzabethPro/ElyzabethPro-Bold.eot
fonts/elyzabethPro/ElyzabethPro-Regular.ttf /app/static/fonts/elyzabethPro/ElyzabethPro-Regular.ttf
fonts/elyzabethPro/ElyzabethPro-Thin.eot /app/static/fonts/elyzabethPro/ElyzabethPro-Thin.eot
fonts/elyzabethPro/ElyzabethPro-Italic.svg /app/static/fonts/elyzabethPro/ElyzabethPro-Italic.svg
fonts/elyzabethPro/ElyzabethPro-ThinItalic.eot /app/static/fonts/elyzabethPro/ElyzabethPro-ThinItalic.eot
fonts/elyzabethPro/ElyzabethPro-Thin.ttf /app/static/fonts/elyzabethPro/ElyzabethPro-Thin.ttf
fonts/elyzabethPro/ElyzabethPro-SemiBoldItalic.svg /app/static/fonts/elyzabethPro/ElyzabethPro-SemiBoldItalic.svg
fonts/elyzabethPro/ElyzabethPro-Bold.svg /app/static/fonts/elyzabethPro/ElyzabethPro-Bold.svg
fonts/elyzabethPro/ElyzabethPro-SemiBold.woff /app/static/fonts/elyzabethPro/ElyzabethPro-SemiBold.woff
fonts/elyzabethPro/ElyzabethPro-SemiBoldItalic.ttf /app/static/fonts/elyzabethPro/ElyzabethPro-SemiBoldItalic.ttf
fonts/elyzabethPro/ElyzabethPro-BoldItalic.woff /app/static/fonts/elyzabethPro/ElyzabethPro-BoldItalic.woff
fonts/elyzabethPro/ElyzabethPro-SemiBoldItalic.woff /app/static/fonts/elyzabethPro/ElyzabethPro-SemiBoldItalic.woff
fonts/elyzabethPro/ElyzabethPro-Thin.woff /app/static/fonts/elyzabethPro/ElyzabethPro-Thin.woff
fonts/elyzabethPro/ElyzabethPro-Italic.eot /app/static/fonts/elyzabethPro/ElyzabethPro-Italic.eot
fonts/elyzabethPro/ElyzabethPro-BoldItalic.ttf /app/static/fonts/elyzabethPro/ElyzabethPro-BoldItalic.ttf
fonts/elyzabethPro/ElyzabethPro-BoldItalic.svg /app/static/fonts/elyzabethPro/ElyzabethPro-BoldItalic.svg
fonts/elyzabethPro/ElyzabethPro-ThinItalic.ttf /app/static/fonts/elyzabethPro/ElyzabethPro-ThinItalic.ttf
fonts/elyzabethPro/ElyzabethPro-Italic.woff /app/static/fonts/elyzabethPro/ElyzabethPro-Italic.woff
fonts/elyzabethPro/ElyzabethPro-Bold.woff /app/static/fonts/elyzabethPro/ElyzabethPro-Bold.woff
fonts/elyzabethPro/ElyzabethPro-SemiBoldItalic.eot /app/static/fonts/elyzabethPro/ElyzabethPro-SemiBoldItalic.eot
fonts/elyzabethPro/ElyzabethPro-Thin.svg /app/static/fonts/elyzabethPro/ElyzabethPro-Thin.svg
fonts/elyzabethPro/ElyzabethPro-Regular.woff /app/static/fonts/elyzabethPro/ElyzabethPro-Regular.woff

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

Path Location
unfold/js/app.js /usr/local/lib/python3.12/site-packages/unfold/static/unfold/js/app.js
unfold/js/select2.init.js /usr/local/lib/python3.12/site-packages/unfold/static/unfold/js/select2.init.js
unfold/js/htmx/htmx.js /usr/local/lib/python3.12/site-packages/unfold/static/unfold/js/htmx/htmx.js
unfold/js/htmx/LICENSE /usr/local/lib/python3.12/site-packages/unfold/static/unfold/js/htmx/LICENSE
unfold/js/simplebar/LICENSE /usr/local/lib/python3.12/site-packages/unfold/static/unfold/js/simplebar/LICENSE
unfold/js/simplebar/simplebar.js /usr/local/lib/python3.12/site-packages/unfold/static/unfold/js/simplebar/simplebar.js
unfold/js/chart/chart.js /usr/local/lib/python3.12/site-packages/unfold/static/unfold/js/chart/chart.js
unfold/js/chart/LICENSE /usr/local/lib/python3.12/site-packages/unfold/static/unfold/js/chart/LICENSE
unfold/js/alpine/alpine.resize.js /usr/local/lib/python3.12/site-packages/unfold/static/unfold/js/alpine/alpine.resize.js
unfold/js/alpine/LICENSE /usr/local/lib/python3.12/site-packages/unfold/static/unfold/js/alpine/LICENSE
unfold/js/alpine/alpine.anchor.js /usr/local/lib/python3.12/site-packages/unfold/static/unfold/js/alpine/alpine.anchor.js
unfold/js/alpine/alpine.js /usr/local/lib/python3.12/site-packages/unfold/static/unfold/js/alpine/alpine.js
unfold/js/alpine/alpine.sort.js /usr/local/lib/python3.12/site-packages/unfold/static/unfold/js/alpine/alpine.sort.js
unfold/js/alpine/alpine.persist.js /usr/local/lib/python3.12/site-packages/unfold/static/unfold/js/alpine/alpine.persist.js
unfold/css/styles.css /usr/local/lib/python3.12/site-packages/unfold/static/unfold/css/styles.css
unfold/css/simplebar/simplebar.css /usr/local/lib/python3.12/site-packages/unfold/static/unfold/css/simplebar/simplebar.css
unfold/css/simplebar/LICENSE /usr/local/lib/python3.12/site-packages/unfold/static/unfold/css/simplebar/LICENSE
unfold/fonts/material-symbols/Material-Symbols-Outlined.woff2 /usr/local/lib/python3.12/site-packages/unfold/static/unfold/fonts/material-symbols/Material-Symbols-Outlined.woff2
unfold/fonts/material-symbols/LICENSE /usr/local/lib/python3.12/site-packages/unfold/static/unfold/fonts/material-symbols/LICENSE
unfold/fonts/material-symbols/styles.css /usr/local/lib/python3.12/site-packages/unfold/static/unfold/fonts/material-symbols/styles.css
unfold/fonts/inter/Inter-Regular.woff2 /usr/local/lib/python3.12/site-packages/unfold/static/unfold/fonts/inter/Inter-Regular.woff2
unfold/fonts/inter/Inter-SemiBold.woff2 /usr/local/lib/python3.12/site-packages/unfold/static/unfold/fonts/inter/Inter-SemiBold.woff2
unfold/fonts/inter/LICENSE /usr/local/lib/python3.12/site-packages/unfold/static/unfold/fonts/inter/LICENSE
unfold/fonts/inter/Inter-Bold.woff2 /usr/local/lib/python3.12/site-packages/unfold/static/unfold/fonts/inter/Inter-Bold.woff2
unfold/fonts/inter/styles.css /usr/local/lib/python3.12/site-packages/unfold/static/unfold/fonts/inter/styles.css
unfold/fonts/inter/Inter-Medium.woff2 /usr/local/lib/python3.12/site-packages/unfold/static/unfold/fonts/inter/Inter-Medium.woff2
admin/js/inlines.js /usr/local/lib/python3.12/site-packages/unfold/static/admin/js/inlines.js
admin/js/admin/RelatedObjectLookups.js /usr/local/lib/python3.12/site-packages/unfold/static/admin/js/admin/RelatedObjectLookups.js
unfold/filters/js/DateTimeShortcuts.js /usr/local/lib/python3.12/site-packages/unfold/contrib/filters/static/unfold/filters/js/DateTimeShortcuts.js
unfold/filters/js/admin-numeric-filter.js /usr/local/lib/python3.12/site-packages/unfold/contrib/filters/static/unfold/filters/js/admin-numeric-filter.js
unfold/filters/js/nouislider/nouislider.min.js /usr/local/lib/python3.12/site-packages/unfold/contrib/filters/static/unfold/filters/js/nouislider/nouislider.min.js
unfold/filters/js/nouislider/LICENSE /usr/local/lib/python3.12/site-packages/unfold/contrib/filters/static/unfold/filters/js/nouislider/LICENSE
unfold/filters/js/wnumb/wNumb.min.js /usr/local/lib/python3.12/site-packages/unfold/contrib/filters/static/unfold/filters/js/wnumb/wNumb.min.js
unfold/filters/js/wnumb/LICENSE /usr/local/lib/python3.12/site-packages/unfold/contrib/filters/static/unfold/filters/js/wnumb/LICENSE
unfold/filters/css/nouislider/nouislider.min.css /usr/local/lib/python3.12/site-packages/unfold/contrib/filters/static/unfold/filters/css/nouislider/nouislider.min.css
unfold/filters/css/nouislider/LICENSE /usr/local/lib/python3.12/site-packages/unfold/contrib/filters/static/unfold/filters/css/nouislider/LICENSE
unfold/forms/js/trix.config.js /usr/local/lib/python3.12/site-packages/unfold/contrib/forms/static/unfold/forms/js/trix.config.js
unfold/forms/js/trix/LICENSE /usr/local/lib/python3.12/site-packages/unfold/contrib/forms/static/unfold/forms/js/trix/LICENSE
unfold/forms/js/trix/trix.js /usr/local/lib/python3.12/site-packages/unfold/contrib/forms/static/unfold/forms/js/trix/trix.js
unfold/forms/css/trix/trix.css /usr/local/lib/python3.12/site-packages/unfold/contrib/forms/static/unfold/forms/css/trix/trix.css
unfold/forms/css/trix/LICENSE /usr/local/lib/python3.12/site-packages/unfold/contrib/forms/static/unfold/forms/css/trix/LICENSE
admin/js/prepopulate.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate.js
admin/js/actions.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/actions.js
admin/js/filters.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/filters.js
admin/js/nav_sidebar.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/nav_sidebar.js
admin/js/prepopulate_init.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js
admin/js/cancel.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/cancel.js
admin/js/urlify.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/urlify.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/SelectBox.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectBox.js
admin/js/autocomplete.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/autocomplete.js
admin/js/core.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/core.js
admin/js/jquery.init.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/jquery.init.js
admin/js/calendar.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/calendar.js
admin/js/theme.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/theme.js
admin/js/SelectFilter2.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js
admin/js/popup_response.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/popup_response.js
admin/js/inlines.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/inlines.js
admin/js/change_form.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/change_form.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/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/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/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/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/sl.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/ar.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js
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
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/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/xregexp/xregexp.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.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/admin/RelatedObjectLookups.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js
admin/js/admin/DateTimeShortcuts.js /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js
admin/css/login.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/login.css
admin/css/changelists.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/changelists.css
admin/css/base.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/base.css
admin/css/responsive.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive.css
admin/css/rtl.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/rtl.css
admin/css/nav_sidebar.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/nav_sidebar.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/widgets.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/widgets.css
admin/css/dark_mode.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dark_mode.css
admin/css/forms.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/forms.css
admin/css/autocomplete.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/autocomplete.css
admin/css/dashboard.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dashboard.css
admin/css/responsive_rtl.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.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/css/vendor/select2/select2.css /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.css
admin/img/sorting-icons.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/sorting-icons.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/selector-icons.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg
admin/img/icon-deletelink.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg
admin/img/tooltag-add.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-add.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-unknown-alt.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg
admin/img/tooltag-arrowright.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg
admin/img/search.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/search.svg
admin/img/LICENSE /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/LICENSE
admin/img/inline-delete.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg
admin/img/icon-hidelink.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-hidelink.svg
admin/img/icon-alert.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg
admin/img/icon-no.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-no.svg
admin/img/icon-viewlink.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-viewlink.svg
admin/img/icon-clock.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg
admin/img/calendar-icons.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/calendar-icons.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-unknown.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg
admin/img/icon-addlink.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-addlink.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/img/gis/move_vertex_off.svg /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg
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.autocomplete.js /usr/local/lib/python3.12/site-packages/django_extensions/static/django_extensions/js/jquery.autocomplete.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/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
ninja/redoc.standalone.js.map /usr/local/lib/python3.12/site-packages/ninja/static/ninja/redoc.standalone.js.map
ninja/redoc.standalone.js /usr/local/lib/python3.12/site-packages/ninja/static/ninja/redoc.standalone.js
ninja/swagger-ui-init.js /usr/local/lib/python3.12/site-packages/ninja/static/ninja/swagger-ui-init.js
ninja/swagger-ui-bundle.js /usr/local/lib/python3.12/site-packages/ninja/static/ninja/swagger-ui-bundle.js
ninja/swagger-ui.css /usr/local/lib/python3.12/site-packages/ninja/static/ninja/swagger-ui.css
ninja/favicon.png /usr/local/lib/python3.12/site-packages/ninja/static/ninja/favicon.png
ninja/swagger-ui-bundle.js.map /usr/local/lib/python3.12/site-packages/ninja/static/ninja/swagger-ui-bundle.js.map
ninja/swagger-ui.css.map /usr/local/lib/python3.12/site-packages/ninja/static/ninja/swagger-ui.css.map
debug_toolbar/js/timer.js /usr/local/lib/python3.12/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/js/redirect.js /usr/local/lib/python3.12/site-packages/debug_toolbar/static/debug_toolbar/js/redirect.js
debug_toolbar/js/history.js /usr/local/lib/python3.12/site-packages/debug_toolbar/static/debug_toolbar/js/history.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/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

Templates (4 rendered)

Template path

  1. /app/templates

Templates

apps/cv/cv.html
/app/templates/apps/cv/cv.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x7f80182ffb00>>', 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/cv/'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f801819af00>>), 'request': '<<request>>', 'site': <Site: dev.rbnsn.uk>, 'sql_queries': <function debug.<locals>.<lambda> at 0x7f80181d0860>, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x7f801819af00>>'} {'cv': <CurriculumVitae: Solutions Architect @ Loadbalancer.org>, 'history': '<<queryset of cv.History>>', 'object': <CurriculumVitae: Solutions Architect @ Loadbalancer.org>, 'projects': '<<queryset of cv.Project>>', 'skills': '<<queryset of cv.CoreSkill>>', 'view': <cv.views.CvCurrentView object at 0x7f801829fe00>}
base/base.html
/app/templates/base/base.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x7f80182ffb00>>', 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/cv/'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f801819af00>>), 'request': '<<request>>', 'site': <Site: dev.rbnsn.uk>, 'sql_queries': <function debug.<locals>.<lambda> at 0x7f80181d0860>, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x7f801819af00>>'} {'cv': <CurriculumVitae: Solutions Architect @ Loadbalancer.org>, 'history': '<<queryset of cv.History>>', 'object': <CurriculumVitae: Solutions Architect @ Loadbalancer.org>, 'projects': '<<queryset of cv.Project>>', 'skills': '<<queryset of cv.CoreSkill>>', 'view': <cv.views.CvCurrentView object at 0x7f801829fe00>}
base/navigation.html
/app/templates/base/navigation.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x7f80182ffb00>>', 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/cv/'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f801819af00>>), 'request': '<<request>>', 'site': <Site: dev.rbnsn.uk>, 'sql_queries': <function debug.<locals>.<lambda> at 0x7f80181d0860>, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x7f801819af00>>'} {'cv': <CurriculumVitae: Solutions Architect @ Loadbalancer.org>, 'history': '<<queryset of cv.History>>', 'object': <CurriculumVitae: Solutions Architect @ Loadbalancer.org>, 'projects': '<<queryset of cv.Project>>', 'skills': '<<queryset of cv.CoreSkill>>', 'view': <cv.views.CvCurrentView object at 0x7f801829fe00>} {'block': <Block Node: navigation. Contents: [<TextNode: '\n '>, <IncludeNode: template=<FilterExpression "'base/navigation.html'">>, <TextNode: '\n '>, <TextNode: '\n '>]>}
base/footer.html
/app/templates/base/footer.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at ' '0x7f80182ffb00>>', 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/cv/'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f801819af00>>), 'request': '<<request>>', 'site': <Site: dev.rbnsn.uk>, 'sql_queries': <function debug.<locals>.<lambda> at 0x7f80181d0860>, 'user': '<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object ' 'at 0x7f801819af00>>'} {'cv': <CurriculumVitae: Solutions Architect @ Loadbalancer.org>, 'history': '<<queryset of cv.History>>', 'object': <CurriculumVitae: Solutions Architect @ Loadbalancer.org>, 'projects': '<<queryset of cv.Project>>', 'skills': '<<queryset of cv.CoreSkill>>', 'view': <cv.views.CvCurrentView object at 0x7f801829fe00>}

Context processors

django.template.context_processors.csrf
Toggle context {'csrf_token': <SimpleLazyObject: <function csrf.<locals>._get_val at 0x7f80182ffb00>>}
django.template.context_processors.debug
Toggle context {'debug': True, 'sql_queries': <function debug.<locals>.<lambda> at 0x7f80181d0860>}
django.template.context_processors.request
Toggle context {'request': <WSGIRequest: GET '/cv/'>}
django.contrib.auth.context_processors.auth
Toggle context {'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f801819af00>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f801819af00>>)}
django.contrib.messages.context_processors.messages
Toggle context {'messages': <FallbackStorage: request=<WSGIRequest: GET '/cv/'>>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30, 'ERROR': 40}}
website.context_processors.site_processor
Toggle context {'site': <Site: dev.rbnsn.uk>}

Alerts

No alerts found

Cache calls from 1 backend

Summary

Total calls Total time Cache hits Cache misses
2 0.6041042506694794 ms 0 1

Commands

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

Calls

Time (ms) Type Arguments Keyword arguments Backend
0.1066 get ('waffle:4.2.09c99dd05182bd40650bd6cd3cab5414d',) {} <django.core.cache.backends.locmem.LocMemCache object at 0x7f80182f3bf0>
/usr/local/bin/gunicorn in <module>(8)
  sys.exit(run())

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(123)
  return self.get_response(request)

/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/django/template/response.py in render(114)
  self.content = self.rendered_content

/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(1016)
  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(977)
  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(1016)
  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(977)
  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(1016)
  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(977)
  return self.render(context)

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

/usr/local/lib/python3.12/site-packages/django/template/base.py in render(173)
  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(1016)
  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(977)
  return self.render(context)

/usr/local/lib/python3.12/site-packages/waffle/templatetags/waffle_tags.py in render(36)
  if self.condition(context.get('request', None), name):

/usr/local/lib/python3.12/site-packages/waffle/templatetags/waffle_tags.py in <lambda>(68)
  return WaffleNode.handle_token(parser, token, 'switch', lambda request, name: switch_is_active(name))

/usr/local/lib/python3.12/site-packages/waffle/__init__.py in switch_is_active(23)
  switch = get_waffle_switch_model().get(switch_name)

/usr/local/lib/python3.12/site-packages/waffle/models.py in get(52)
  cached = cache.get(cache_key)

0.4975 add ('waffle:4.2.09c99dd05182bd40650bd6cd3cab5414d', <Switch: bloggle>) {} <django.core.cache.backends.locmem.LocMemCache object at 0x7f80182f3bf0>
/usr/local/bin/gunicorn in <module>(8)
  sys.exit(run())

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

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

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

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

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

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

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

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

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

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

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

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

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

/usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(123)
  return self.get_response(request)

/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/django/template/response.py in render(114)
  self.content = self.rendered_content

/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(1016)
  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(977)
  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(1016)
  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(977)
  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(1016)
  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(977)
  return self.render(context)

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

/usr/local/lib/python3.12/site-packages/django/template/base.py in render(173)
  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(1016)
  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(977)
  return self.render(context)

/usr/local/lib/python3.12/site-packages/waffle/templatetags/waffle_tags.py in render(36)
  if self.condition(context.get('request', None), name):

/usr/local/lib/python3.12/site-packages/waffle/templatetags/waffle_tags.py in <lambda>(68)
  return WaffleNode.handle_token(parser, token, 'switch', lambda request, name: switch_is_active(name))

/usr/local/lib/python3.12/site-packages/waffle/__init__.py in switch_is_active(23)
  switch = get_waffle_switch_model().get(switch_name)

/usr/local/lib/python3.12/site-packages/waffle/models.py in get(64)
  cache.add(cache_key, obj)

Signals

Signal Receivers
class_prepared
connection_created
got_request_exception
m2m_changed flag_membership_changed, flag_membership_changed
post_delete
post_init
post_migrate create_permissions, create_contenttypes, create_default_site
post_save
pre_delete clear_site_cache
pre_init
pre_migrate inject_rename_contenttypes_operations
pre_save clear_site_cache
request_finished close_old_connections, close_caches, reset_urlconf
request_started reset_queries, close_old_connections
setting_changed reset_cache, reload_settings, 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, Options.setting_changed, Options.setting_changed, Options.setting_changed, update_level_tags, clear_caches, CompressedManifestStaticFilesStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties