Since the WSGI environ inherits the environment of the server, only a significant subset is shown below.
Key
Value
PATH_INFO
/
QUERY_STRING
REMOTE_ADDR
172.17.0.5
REQUEST_METHOD
GET
SCRIPT_NAME
SERVER_NAME
0.0.0.0
SERVER_PORT
8080
SERVER_PROTOCOL
HTTP/1.1
SERVER_SOFTWARE
gunicorn/20.1.0
Request
View information
View function
Arguments
Keyword arguments
URL name
wagtail.views.serve
('',)
{}
wagtail_serve
No cookies
No session data
No GET data
No POST data
SQL queries from 1 connection
default
84.33 ms (44 queries
including 38 similar
and 30 duplicates
)
Query
Timeline
Time (ms)
Action
SET SESSION TRANSACTION ISOLATIONLEVELREADCOMMITTEDSETSESSIONTRANSACTIONISOLATIONLEVELREADCOMMITTED
0.74
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/wagtail/views.py in serve(17)
route_result = Page.route_for_request(request, path)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in route_for_request(490)
if site := Site.find_for_request(request):/venv/lib/python3.11/site-packages/wagtail/models/sites.py in find_for_request(157)
site = Site._find_for_request(request)/venv/lib/python3.11/site-packages/wagtail/models/sites.py in _find_for_request(168)
site = get_site_for_hostname(hostname, port)/venv/lib/python3.11/site-packages/wagtail/models/sites.py in get_site_for_hostname(23)
sites = list(/venv/lib/python3.11/site-packages/django/utils/asyncio.py in inner(26)
return func(*args, **kwargs)/venv/lib/python3.11/site-packages/django/utils/asyncio.py in inner(26)
return func(*args, **kwargs)/venv/lib/python3.11/site-packages/django/utils/asyncio.py in inner(26)
return func(*args, **kwargs)
SELECT `wagtailcore_site`.`id`, `wagtailcore_site`.`hostname`, `wagtailcore_site`.`port`, `wagtailcore_site`.`site_name`, `wagtailcore_site`.`root_page_id`, `wagtailcore_site`.`is_default_site`, CASEWHEN (`wagtailcore_site`.`hostname` = 'staging.scs-v6.georgetown.edu' AND `wagtailcore_site`.`port` = 8080) THEN 0 WHEN (`wagtailcore_site`.`hostname` = 'staging.scs-v6.georgetown.edu' AND `wagtailcore_site`.`is_default_site` = 1) THEN 1 WHEN `wagtailcore_site`.`is_default_site` = 1 THEN 2 ELSE 3 ENDAS `match`, `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_site` INNER JOIN `wagtailcore_page` ON (`wagtailcore_site`.`root_page_id` = `wagtailcore_page`.`id`) WHERE (`wagtailcore_site`.`hostname` = 'staging.scs-v6.georgetown.edu' OR `wagtailcore_site`.`is_default_site` = 1) ORDER BY 7 ASCSELECT ••• FROM `wagtailcore_site` INNER JOIN `wagtailcore_page` ON (`wagtailcore_site`.`root_page_id` = `wagtailcore_page`.`id`) WHERE (`wagtailcore_site`.`hostname` = 'staging.scs-v6.georgetown.edu' OR `wagtailcore_site`.`is_default_site` = 1) ORDER BY 7 ASC
1.37
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/wagtail/views.py in serve(17)
route_result = Page.route_for_request(request, path)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in route_for_request(490)
if site := Site.find_for_request(request):/venv/lib/python3.11/site-packages/wagtail/models/sites.py in find_for_request(157)
site = Site._find_for_request(request)/venv/lib/python3.11/site-packages/wagtail/models/sites.py in _find_for_request(168)
site = get_site_for_hostname(hostname, port)/venv/lib/python3.11/site-packages/wagtail/models/sites.py in get_site_for_hostname(23)
sites = list(
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/wagtail/views.py in serve(17)
route_result = Page.route_for_request(request, path)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in route_for_request(495)
site.root_page.localized.specific.route(/venv/lib/python3.11/site-packages/wagtail/models/specific.py in specific(93)
return self.get_specific()/venv/lib/python3.11/site-packages/wagtail/models/specific.py in get_specific(73)
specific_obj = model_class._default_manager.get(id=self.id)
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`path` IN ('0001', '00010001') ANDNOT (`wagtailcore_page`.`id` = 36)) ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`path` IN ('0001', '00010001') ANDNOT (`wagtailcore_page`.`id` = 36)) ORDER BY `wagtailcore_page`.`path` ASC
1.13
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/wagtail/views.py in serve(32)
return on_serve_chain(page, request, args, kwargs)/venv/lib/python3.11/site-packages/wagtail/wagtail_hooks.py in inner(42)
restrictions = page.get_view_restrictions()/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_view_restrictions(1866)
for page in self.get_ancestors().only("alias_of"):
SELECT `wagtailcore_pageviewrestriction`.`id`, `wagtailcore_pageviewrestriction`.`restriction_type`, `wagtailcore_pageviewrestriction`.`password`, `wagtailcore_pageviewrestriction`.`page_id` FROM `wagtailcore_pageviewrestriction` WHERE `wagtailcore_pageviewrestriction`.`page_id` IN (1, 36)SELECT ••• FROM `wagtailcore_pageviewrestriction` WHERE `wagtailcore_pageviewrestriction`.`page_id` IN (1, 36)
0.85
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/wagtail/views.py in serve(32)
return on_serve_chain(page, request, args, kwargs)/venv/lib/python3.11/site-packages/wagtail/wagtail_hooks.py in inner(44)
for restriction in restrictions:
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id`, `web_abstractbasepage`.`page_ptr_id`, `web_abstractbasepage`.`created`, `web_abstractbasepage`.`modified`, `web_abstractbasepage`.`sync_date`, `web_abstractbasepage`.`fix_key`, `web_abstractbasepage`.`canonical_page_url`, `web_abstractbasepage`.`nav_link_text`, `web_abstractbasepage`.`page_keywords`, `web_homepage`.`abstractbasepage_ptr_id`, `web_homepage`.`body` FROM `web_homepage` INNER JOIN `web_abstractbasepage` ON (`web_homepage`.`abstractbasepage_ptr_id` = `web_abstractbasepage`.`page_ptr_id`) INNER JOIN `wagtailcore_page` ON (`web_abstractbasepage`.`page_ptr_id` = `wagtailcore_page`.`id`) ORDER BY `wagtailcore_page`.`path` ASC LIMIT 1SELECT ••• FROM `web_homepage` INNER JOIN `web_abstractbasepage` ON (`web_homepage`.`abstractbasepage_ptr_id` = `web_abstractbasepage`.`page_ptr_id`) INNER JOIN `wagtailcore_page` ON (`web_abstractbasepage`.`page_ptr_id` = `wagtailcore_page`.`id`) ORDER BY `wagtailcore_page`.`path` ASCLIMIT 1
2 similar queries.
Duplicated 2 times.
1.79
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_home_page(29)
return HomePage.objects.all().first()
49
TODO: HOME PLACEHOLDER WILL NEED TO BE REPLACED ONCE THE PAGES TO THSE LINKS ARE CREATED.
50
{% endcomment %}
51
52
{% get_home_page as home %}
53
{% includewithdict '@navigation-dropdown' %} {
54
classes: {
55
base: 'secondary_nav',
56
modifiers: [],
/app/web/templates/layouts/header.html
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 3 AND `wagtailcore_page`.`path` BETWEEN '000100010000' AND '00010001ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 3 AND `wagtailcore_page`.`path` BETWEEN '000100010000' AND '00010001ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 2 times.
3.40
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(199)
len_values = len(values)
46
TODO: NEED TO REPLACE PAGE WITH THE MENU_PAGE THAT REFERENCES THE CORRECT SUBPAGES FOR THE MENUDROP DOWN
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100010000' AND '000100010001ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100010000' AND '000100010001ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 8 times.
2.13
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(326)
if match:
51
class="
52
dropdown_nav_item
53
{{ classes.base }}_item
54
{% if child_page.get_children %}has_children{% endif %}
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100010000' AND '000100010001ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100010000' AND '000100010001ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 8 times.
2.36
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(326)
if match:
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100010000' AND '000100010001ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100010000' AND '000100010001ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 8 times.
2.05
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(320)
match = condition.eval(context)/venv/lib/python3.11/site-packages/django/template/smartif.py in eval(61)
return func(context, self.first, self.second)/venv/lib/python3.11/site-packages/django/template/smartif.py in <lambda>(99)
"and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)),/venv/lib/python3.11/site-packages/django/template/smartif.py in eval(61)
return func(context, self.first, self.second)/venv/lib/python3.11/site-packages/django/template/smartif.py in <lambda>(99)
"and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)),
100
</button>
101
{% endif %}
102
</div>
103
{% if child_page.get_children and child_page.title != "Bachelor's Degree Completion" and child_page.title != "Professional Development" %}
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100010000' AND '000100010001ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100010000' AND '000100010001ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 8 times.
2.24
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(199)
len_values = len(values)
106
data-js-nav-collapse-children
107
aria-labelledby="{{ id }}_link_{{ forloop.counter }}"
108
>
109
{% for sub_child_page in child_page.get_children %}
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100040000' AND '000100010004ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100040000' AND '000100010004ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 6 times.
1.96
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(326)
if match:
51
class="
52
dropdown_nav_item
53
{{ classes.base }}_item
54
{% if child_page.get_children %}has_children{% endif %}
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100040000' AND '000100010004ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100040000' AND '000100010004ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 6 times.
1.56
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(326)
if match:
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100040000' AND '000100010004ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100040000' AND '000100010004ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 6 times.
1.51
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(320)
match = condition.eval(context)/venv/lib/python3.11/site-packages/django/template/smartif.py in eval(61)
return func(context, self.first, self.second)/venv/lib/python3.11/site-packages/django/template/smartif.py in <lambda>(99)
"and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)),/venv/lib/python3.11/site-packages/django/template/smartif.py in eval(61)
return func(context, self.first, self.second)/venv/lib/python3.11/site-packages/django/template/smartif.py in <lambda>(99)
"and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)),
100
</button>
101
{% endif %}
102
</div>
103
{% if child_page.get_children and child_page.title != "Bachelor's Degree Completion" and child_page.title != "Professional Development" %}
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100050000' AND '000100010005ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100050000' AND '000100010005ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 6 times.
2.94
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(326)
if match:
51
class="
52
dropdown_nav_item
53
{{ classes.base }}_item
54
{% if child_page.get_children %}has_children{% endif %}
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100050000' AND '000100010005ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100050000' AND '000100010005ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 6 times.
3.06
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(326)
if match:
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100050000' AND '000100010005ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100050000' AND '000100010005ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 6 times.
2.64
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(320)
match = condition.eval(context)/venv/lib/python3.11/site-packages/django/template/smartif.py in eval(61)
return func(context, self.first, self.second)/venv/lib/python3.11/site-packages/django/template/smartif.py in <lambda>(99)
"and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)),/venv/lib/python3.11/site-packages/django/template/smartif.py in eval(61)
return func(context, self.first, self.second)/venv/lib/python3.11/site-packages/django/template/smartif.py in <lambda>(99)
"and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)),
100
</button>
101
{% endif %}
102
</div>
103
{% if child_page.get_children and child_page.title != "Bachelor's Degree Completion" and child_page.title != "Professional Development" %}
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id`, `web_abstractbasepage`.`page_ptr_id`, `web_abstractbasepage`.`created`, `web_abstractbasepage`.`modified`, `web_abstractbasepage`.`sync_date`, `web_abstractbasepage`.`fix_key`, `web_abstractbasepage`.`canonical_page_url`, `web_abstractbasepage`.`nav_link_text`, `web_abstractbasepage`.`page_keywords`, `web_homepage`.`abstractbasepage_ptr_id`, `web_homepage`.`body` FROM `web_homepage` INNER JOIN `web_abstractbasepage` ON (`web_homepage`.`abstractbasepage_ptr_id` = `web_abstractbasepage`.`page_ptr_id`) INNER JOIN `wagtailcore_page` ON (`web_abstractbasepage`.`page_ptr_id` = `wagtailcore_page`.`id`) ORDER BY `wagtailcore_page`.`path` ASC LIMIT 1SELECT ••• FROM `web_homepage` INNER JOIN `web_abstractbasepage` ON (`web_homepage`.`abstractbasepage_ptr_id` = `web_abstractbasepage`.`page_ptr_id`) INNER JOIN `wagtailcore_page` ON (`web_abstractbasepage`.`page_ptr_id` = `wagtailcore_page`.`id`) ORDER BY `wagtailcore_page`.`path` ASCLIMIT 1
2 similar queries.
Duplicated 2 times.
1.55
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_home_page(29)
return HomePage.objects.all().first()
80
</div>
81
<div class="header_main_nav">
82
83
{% get_home_page as home %}
84
{% includewithdict '@navigation-dropdown' %} {
85
classes: {
86
base: 'main_dropdown_nav',
87
modifiers: [],
/app/web/templates/layouts/header.html
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 3 AND `wagtailcore_page`.`path` BETWEEN '000100010000' AND '00010001ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 3 AND `wagtailcore_page`.`path` BETWEEN '000100010000' AND '00010001ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 2 times.
2.15
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(199)
len_values = len(values)
46
TODO: NEED TO REPLACE PAGE WITH THE MENU_PAGE THAT REFERENCES THE CORRECT SUBPAGES FOR THE MENUDROP DOWN
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100010000' AND '000100010001ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100010000' AND '000100010001ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 8 times.
2.06
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(326)
if match:
51
class="
52
dropdown_nav_item
53
{{ classes.base }}_item
54
{% if child_page.get_children %}has_children{% endif %}
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100010000' AND '000100010001ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100010000' AND '000100010001ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 8 times.
2.18
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(326)
if match:
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100010000' AND '000100010001ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100010000' AND '000100010001ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 8 times.
2.02
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(320)
match = condition.eval(context)/venv/lib/python3.11/site-packages/django/template/smartif.py in eval(61)
return func(context, self.first, self.second)/venv/lib/python3.11/site-packages/django/template/smartif.py in <lambda>(99)
"and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)),/venv/lib/python3.11/site-packages/django/template/smartif.py in eval(61)
return func(context, self.first, self.second)/venv/lib/python3.11/site-packages/django/template/smartif.py in <lambda>(99)
"and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)),
100
</button>
101
{% endif %}
102
</div>
103
{% if child_page.get_children and child_page.title != "Bachelor's Degree Completion" and child_page.title != "Professional Development" %}
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100010000' AND '000100010001ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100010000' AND '000100010001ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 8 times.
2.25
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(199)
len_values = len(values)
106
data-js-nav-collapse-children
107
aria-labelledby="{{ id }}_link_{{ forloop.counter }}"
108
>
109
{% for sub_child_page in child_page.get_children %}
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100040000' AND '000100010004ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100040000' AND '000100010004ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 6 times.
1.62
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(326)
if match:
51
class="
52
dropdown_nav_item
53
{{ classes.base }}_item
54
{% if child_page.get_children %}has_children{% endif %}
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100040000' AND '000100010004ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100040000' AND '000100010004ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 6 times.
1.47
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(326)
if match:
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100040000' AND '000100010004ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100040000' AND '000100010004ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 6 times.
1.30
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(320)
match = condition.eval(context)/venv/lib/python3.11/site-packages/django/template/smartif.py in eval(61)
return func(context, self.first, self.second)/venv/lib/python3.11/site-packages/django/template/smartif.py in <lambda>(99)
"and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)),/venv/lib/python3.11/site-packages/django/template/smartif.py in eval(61)
return func(context, self.first, self.second)/venv/lib/python3.11/site-packages/django/template/smartif.py in <lambda>(99)
"and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)),
100
</button>
101
{% endif %}
102
</div>
103
{% if child_page.get_children and child_page.title != "Bachelor's Degree Completion" and child_page.title != "Professional Development" %}
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100050000' AND '000100010005ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100050000' AND '000100010005ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 6 times.
3.83
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(326)
if match:
51
class="
52
dropdown_nav_item
53
{{ classes.base }}_item
54
{% if child_page.get_children %}has_children{% endif %}
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100050000' AND '000100010005ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100050000' AND '000100010005ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 6 times.
3.72
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(326)
if match:
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100050000' AND '000100010005ZZZZ') ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE (`wagtailcore_page`.`depth` = 4 AND `wagtailcore_page`.`path` BETWEEN '0001000100050000' AND '000100010005ZZZZ') ORDER BY `wagtailcore_page`.`path` ASC
22 similar queries.
Duplicated 6 times.
3.67
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(320)
match = condition.eval(context)/venv/lib/python3.11/site-packages/django/template/smartif.py in eval(61)
return func(context, self.first, self.second)/venv/lib/python3.11/site-packages/django/template/smartif.py in <lambda>(99)
"and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)),/venv/lib/python3.11/site-packages/django/template/smartif.py in eval(61)
return func(context, self.first, self.second)/venv/lib/python3.11/site-packages/django/template/smartif.py in <lambda>(99)
"and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)),
100
</button>
101
{% endif %}
102
</div>
103
{% if child_page.get_children and child_page.title != "Bachelor's Degree Completion" and child_page.title != "Professional Development" %}
SELECT `wagtailimages_image`.`id`, `wagtailimages_image`.`collection_id`, `wagtailimages_image`.`title`, `wagtailimages_image`.`file`, `wagtailimages_image`.`description`, `wagtailimages_image`.`width`, `wagtailimages_image`.`height`, `wagtailimages_image`.`created_at`, `wagtailimages_image`.`uploaded_by_user_id`, `wagtailimages_image`.`focal_point_x`, `wagtailimages_image`.`focal_point_y`, `wagtailimages_image`.`focal_point_width`, `wagtailimages_image`.`focal_point_height`, `wagtailimages_image`.`file_size`, `wagtailimages_image`.`file_hash` FROM `wagtailimages_image` WHERE `wagtailimages_image`.`id` IN (27)SELECT ••• FROM `wagtailimages_image` WHERE `wagtailimages_image`.`id` IN (27)
6 similar queries.
Duplicated 3 times.
2.22
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(210)
for i, item in enumerate(values):<frozen _collections_abc> in __iter__(993)
/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in __getitem__(688)
self._prefetch_blocks(raw_value["type"])/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in _prefetch_blocks(724)
converted_values = child_block.bulk_to_python(raw_values.values())/venv/lib/python3.11/site-packages/wagtail/blocks/struct_block.py in bulk_to_python(212)
converted_values = child_block.bulk_to_python(raw_values)/venv/lib/python3.11/site-packages/wagtail/blocks/field_block.py in bulk_to_python(830)
objects = self.model_class.objects.in_bulk(values)
11
aria-labelledby="page_header_title"
12
>
13
14
{% for block in page.body %}
15
{% include_block block with block_id=block.id %}
16
{% endfor %}
17
18
{% comment %}
/app/web/templates/pages/home.html
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE `wagtailcore_page`.`id` IN (43) ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE `wagtailcore_page`.`id` IN (43) ORDER BY `wagtailcore_page`.`path` ASC
4 similar queries.
4.52
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(210)
for i, item in enumerate(values):<frozen _collections_abc> in __iter__(993)
/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in __getitem__(688)
self._prefetch_blocks(raw_value["type"])/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in _prefetch_blocks(724)
converted_values = child_block.bulk_to_python(raw_values.values())/venv/lib/python3.11/site-packages/wagtail/blocks/struct_block.py in bulk_to_python(212)
converted_values = child_block.bulk_to_python(raw_values)/venv/lib/python3.11/site-packages/wagtail/blocks/struct_block.py in bulk_to_python(212)
converted_values = child_block.bulk_to_python(raw_values)/venv/lib/python3.11/site-packages/wagtail/blocks/field_block.py in bulk_to_python(830)
objects = self.model_class.objects.in_bulk(values)
11
aria-labelledby="page_header_title"
12
>
13
14
{% for block in page.body %}
15
{% include_block block with block_id=block.id %}
16
{% endfor %}
17
18
{% comment %}
/app/web/templates/pages/home.html
SELECT `web_subjectarea`.`id` AS `id`, `web_subjectarea`.`name` AS `name` FROM `web_subjectarea`SELECT ••• FROM `web_subjectarea`
1.05
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(259)
new_context = self.get_context(value, parent_context=dict(context))/app/web/blocks/program_finder_block.py in get_context(30)
areas_of_study_options = [{'value': area_study['id'], 'label': area_study['name']} for area_study in all_areas_of_study_options]
12
>
13
14
{% for block in page.body %}
15
{% include_block block with block_id=block.id %}
16
{% endfor %}
17
18
{% comment %}
19
{% render '@component-program-finder' %}
/app/web/templates/pages/home.html
SELECT `wagtailimages_rendition`.`id`, `wagtailimages_rendition`.`filter_spec`, `wagtailimages_rendition`.`file`, `wagtailimages_rendition`.`width`, `wagtailimages_rendition`.`height`, `wagtailimages_rendition`.`focal_point_key`, `wagtailimages_rendition`.`image_id` FROM `wagtailimages_rendition` WHERE (`wagtailimages_rendition`.`image_id` = 27 AND `wagtailimages_rendition`.`filter_spec` = 'width-1440|height-810' AND `wagtailimages_rendition`.`focal_point_key` = '')SELECT ••• FROM `wagtailimages_rendition` WHERE (`wagtailimages_rendition`.`image_id` = 27 AND `wagtailimages_rendition`.`filter_spec` = 'width-1440|height-810' AND `wagtailimages_rendition`.`focal_point_key` = '')
4 similar queries.
1.26
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(518)
rendition = self.find_existing_rendition(filter)/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_rendition(546)
return self.find_existing_renditions(filter)[filter]/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_renditions(678)
for rendition in self.renditions.filter(lookup_q):
23
24
25
{% get_image_options crop max as image_options %}
26
{% get_rendition image image_options as img %}
27
28
<img
29
class="{{ class }}"
30
{% if sizes %}
/app/web/templates/partials/_image.html
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE `wagtailcore_page`.`id` IN (1233) ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE `wagtailcore_page`.`id` IN (1233) ORDER BY `wagtailcore_page`.`path` ASC
4 similar queries.
1.30
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(210)
for i, item in enumerate(values):<frozen _collections_abc> in __iter__(993)
/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in __getitem__(688)
self._prefetch_blocks(raw_value["type"])/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in _prefetch_blocks(724)
converted_values = child_block.bulk_to_python(raw_values.values())/venv/lib/python3.11/site-packages/wagtail/blocks/struct_block.py in bulk_to_python(212)
converted_values = child_block.bulk_to_python(raw_values)/venv/lib/python3.11/site-packages/wagtail/blocks/struct_block.py in bulk_to_python(212)
converted_values = child_block.bulk_to_python(raw_values)/venv/lib/python3.11/site-packages/wagtail/blocks/field_block.py in bulk_to_python(830)
objects = self.model_class.objects.in_bulk(values)
11
aria-labelledby="page_header_title"
12
>
13
14
{% for block in page.body %}
15
{% include_block block with block_id=block.id %}
16
{% endfor %}
17
18
{% comment %}
/app/web/templates/pages/home.html
SELECT `wagtailimages_image`.`id`, `wagtailimages_image`.`collection_id`, `wagtailimages_image`.`title`, `wagtailimages_image`.`file`, `wagtailimages_image`.`description`, `wagtailimages_image`.`width`, `wagtailimages_image`.`height`, `wagtailimages_image`.`created_at`, `wagtailimages_image`.`uploaded_by_user_id`, `wagtailimages_image`.`focal_point_x`, `wagtailimages_image`.`focal_point_y`, `wagtailimages_image`.`focal_point_width`, `wagtailimages_image`.`focal_point_height`, `wagtailimages_image`.`file_size`, `wagtailimages_image`.`file_hash` FROM `wagtailimages_image` WHERE `wagtailimages_image`.`id` IN (28)SELECT ••• FROM `wagtailimages_image` WHERE `wagtailimages_image`.`id` IN (28)
6 similar queries.
Duplicated 3 times.
1.20
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(210)
for i, item in enumerate(values):<frozen _collections_abc> in __iter__(993)
/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in __getitem__(688)
self._prefetch_blocks(raw_value["type"])/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in _prefetch_blocks(724)
converted_values = child_block.bulk_to_python(raw_values.values())/venv/lib/python3.11/site-packages/wagtail/blocks/struct_block.py in bulk_to_python(212)
converted_values = child_block.bulk_to_python(raw_values)/venv/lib/python3.11/site-packages/wagtail/blocks/list_block.py in bulk_to_python(305)
converted_values = self.child_block.bulk_to_python(raw_values)/venv/lib/python3.11/site-packages/wagtail/blocks/struct_block.py in bulk_to_python(212)
converted_values = child_block.bulk_to_python(raw_values)/venv/lib/python3.11/site-packages/wagtail/blocks/field_block.py in bulk_to_python(830)
objects = self.model_class.objects.in_bulk(values)
11
aria-labelledby="page_header_title"
12
>
13
14
{% for block in page.body %}
15
{% include_block block with block_id=block.id %}
16
{% endfor %}
17
18
{% comment %}
/app/web/templates/pages/home.html
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE `wagtailcore_page`.`id` IN (36) ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE `wagtailcore_page`.`id` IN (36) ORDER BY `wagtailcore_page`.`path` ASC
4 similar queries.
1.82
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(210)
for i, item in enumerate(values):<frozen _collections_abc> in __iter__(993)
/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in __getitem__(688)
self._prefetch_blocks(raw_value["type"])/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in _prefetch_blocks(724)
converted_values = child_block.bulk_to_python(raw_values.values())/venv/lib/python3.11/site-packages/wagtail/blocks/struct_block.py in bulk_to_python(212)
converted_values = child_block.bulk_to_python(raw_values)/venv/lib/python3.11/site-packages/wagtail/blocks/list_block.py in bulk_to_python(305)
converted_values = self.child_block.bulk_to_python(raw_values)/venv/lib/python3.11/site-packages/wagtail/blocks/struct_block.py in bulk_to_python(212)
converted_values = child_block.bulk_to_python(raw_values)/venv/lib/python3.11/site-packages/wagtail/blocks/field_block.py in bulk_to_python(830)
objects = self.model_class.objects.in_bulk(values)
11
aria-labelledby="page_header_title"
12
>
13
14
{% for block in page.body %}
15
{% include_block block with block_id=block.id %}
16
{% endfor %}
17
18
{% comment %}
/app/web/templates/pages/home.html
SELECT `wagtailimages_rendition`.`id`, `wagtailimages_rendition`.`filter_spec`, `wagtailimages_rendition`.`file`, `wagtailimages_rendition`.`width`, `wagtailimages_rendition`.`height`, `wagtailimages_rendition`.`focal_point_key`, `wagtailimages_rendition`.`image_id` FROM `wagtailimages_rendition` WHERE (`wagtailimages_rendition`.`image_id` = 28 AND `wagtailimages_rendition`.`filter_spec` = 'width-500|height-500' AND `wagtailimages_rendition`.`focal_point_key` = '')SELECT ••• FROM `wagtailimages_rendition` WHERE (`wagtailimages_rendition`.`image_id` = 28 AND `wagtailimages_rendition`.`filter_spec` = 'width-500|height-500' AND `wagtailimages_rendition`.`focal_point_key` = '')
4 similar queries.
1.08
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(518)
rendition = self.find_existing_rendition(filter)/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_rendition(546)
return self.find_existing_renditions(filter)[filter]/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_renditions(678)
for rendition in self.renditions.filter(lookup_q):
23
24
25
{% get_image_options crop max as image_options %}
26
{% get_rendition image image_options as img %}
27
28
<img
29
class="{{ class }}"
30
{% if sizes %}
/app/web/templates/partials/_image.html
SELECT `wagtailimages_image`.`id`, `wagtailimages_image`.`collection_id`, `wagtailimages_image`.`title`, `wagtailimages_image`.`file`, `wagtailimages_image`.`description`, `wagtailimages_image`.`width`, `wagtailimages_image`.`height`, `wagtailimages_image`.`created_at`, `wagtailimages_image`.`uploaded_by_user_id`, `wagtailimages_image`.`focal_point_x`, `wagtailimages_image`.`focal_point_y`, `wagtailimages_image`.`focal_point_width`, `wagtailimages_image`.`focal_point_height`, `wagtailimages_image`.`file_size`, `wagtailimages_image`.`file_hash` FROM `wagtailimages_image` WHERE `wagtailimages_image`.`id` IN (28)SELECT ••• FROM `wagtailimages_image` WHERE `wagtailimages_image`.`id` IN (28)
6 similar queries.
Duplicated 3 times.
1.30
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(210)
for i, item in enumerate(values):<frozen _collections_abc> in __iter__(993)
/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in __getitem__(688)
self._prefetch_blocks(raw_value["type"])/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in _prefetch_blocks(724)
converted_values = child_block.bulk_to_python(raw_values.values())/venv/lib/python3.11/site-packages/wagtail/blocks/struct_block.py in bulk_to_python(212)
converted_values = child_block.bulk_to_python(raw_values)/venv/lib/python3.11/site-packages/wagtail/blocks/list_block.py in bulk_to_python(305)
converted_values = self.child_block.bulk_to_python(raw_values)/venv/lib/python3.11/site-packages/wagtail/blocks/struct_block.py in bulk_to_python(212)
converted_values = child_block.bulk_to_python(raw_values)/venv/lib/python3.11/site-packages/wagtail/blocks/field_block.py in bulk_to_python(830)
objects = self.model_class.objects.in_bulk(values)
11
aria-labelledby="page_header_title"
12
>
13
14
{% for block in page.body %}
15
{% include_block block with block_id=block.id %}
16
{% endfor %}
17
18
{% comment %}
/app/web/templates/pages/home.html
SELECT `wagtailimages_rendition`.`id`, `wagtailimages_rendition`.`filter_spec`, `wagtailimages_rendition`.`file`, `wagtailimages_rendition`.`width`, `wagtailimages_rendition`.`height`, `wagtailimages_rendition`.`focal_point_key`, `wagtailimages_rendition`.`image_id` FROM `wagtailimages_rendition` WHERE (`wagtailimages_rendition`.`image_id` = 28 AND `wagtailimages_rendition`.`filter_spec` = 'width-500|height-375' AND `wagtailimages_rendition`.`focal_point_key` = '')SELECT ••• FROM `wagtailimages_rendition` WHERE (`wagtailimages_rendition`.`image_id` = 28 AND `wagtailimages_rendition`.`filter_spec` = 'width-500|height-375' AND `wagtailimages_rendition`.`focal_point_key` = '')
4 similar queries.
1.35
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(518)
rendition = self.find_existing_rendition(filter)/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_rendition(546)
return self.find_existing_renditions(filter)[filter]/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_renditions(678)
for rendition in self.renditions.filter(lookup_q):
23
24
25
{% get_image_options crop max as image_options %}
26
{% get_rendition image image_options as img %}
27
28
<img
29
class="{{ class }}"
30
{% if sizes %}
/app/web/templates/partials/_image.html
SELECT `wagtailimages_image`.`id`, `wagtailimages_image`.`collection_id`, `wagtailimages_image`.`title`, `wagtailimages_image`.`file`, `wagtailimages_image`.`description`, `wagtailimages_image`.`width`, `wagtailimages_image`.`height`, `wagtailimages_image`.`created_at`, `wagtailimages_image`.`uploaded_by_user_id`, `wagtailimages_image`.`focal_point_x`, `wagtailimages_image`.`focal_point_y`, `wagtailimages_image`.`focal_point_width`, `wagtailimages_image`.`focal_point_height`, `wagtailimages_image`.`file_size`, `wagtailimages_image`.`file_hash` FROM `wagtailimages_image` WHERE `wagtailimages_image`.`id` IN (27)SELECT ••• FROM `wagtailimages_image` WHERE `wagtailimages_image`.`id` IN (27)
6 similar queries.
Duplicated 3 times.
1.26
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(210)
for i, item in enumerate(values):<frozen _collections_abc> in __iter__(993)
/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in __getitem__(688)
self._prefetch_blocks(raw_value["type"])/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in _prefetch_blocks(724)
converted_values = child_block.bulk_to_python(raw_values.values())/venv/lib/python3.11/site-packages/wagtail/blocks/struct_block.py in bulk_to_python(212)
converted_values = child_block.bulk_to_python(raw_values)/venv/lib/python3.11/site-packages/wagtail/blocks/field_block.py in bulk_to_python(830)
objects = self.model_class.objects.in_bulk(values)
11
aria-labelledby="page_header_title"
12
>
13
14
{% for block in page.body %}
15
{% include_block block with block_id=block.id %}
16
{% endfor %}
17
18
{% comment %}
/app/web/templates/pages/home.html
SELECT `wagtailimages_image`.`id`, `wagtailimages_image`.`collection_id`, `wagtailimages_image`.`title`, `wagtailimages_image`.`file`, `wagtailimages_image`.`description`, `wagtailimages_image`.`width`, `wagtailimages_image`.`height`, `wagtailimages_image`.`created_at`, `wagtailimages_image`.`uploaded_by_user_id`, `wagtailimages_image`.`focal_point_x`, `wagtailimages_image`.`focal_point_y`, `wagtailimages_image`.`focal_point_width`, `wagtailimages_image`.`focal_point_height`, `wagtailimages_image`.`file_size`, `wagtailimages_image`.`file_hash` FROM `wagtailimages_image` WHERE `wagtailimages_image`.`id` IN (28)SELECT ••• FROM `wagtailimages_image` WHERE `wagtailimages_image`.`id` IN (28)
6 similar queries.
Duplicated 3 times.
1.10
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(210)
for i, item in enumerate(values):<frozen _collections_abc> in __iter__(993)
/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in __getitem__(688)
self._prefetch_blocks(raw_value["type"])/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in _prefetch_blocks(724)
converted_values = child_block.bulk_to_python(raw_values.values())/venv/lib/python3.11/site-packages/wagtail/blocks/struct_block.py in bulk_to_python(212)
converted_values = child_block.bulk_to_python(raw_values)/venv/lib/python3.11/site-packages/wagtail/blocks/field_block.py in bulk_to_python(830)
objects = self.model_class.objects.in_bulk(values)
11
aria-labelledby="page_header_title"
12
>
13
14
{% for block in page.body %}
15
{% include_block block with block_id=block.id %}
16
{% endfor %}
17
18
{% comment %}
/app/web/templates/pages/home.html
SELECT `wagtailimages_rendition`.`id`, `wagtailimages_rendition`.`filter_spec`, `wagtailimages_rendition`.`file`, `wagtailimages_rendition`.`width`, `wagtailimages_rendition`.`height`, `wagtailimages_rendition`.`focal_point_key`, `wagtailimages_rendition`.`image_id` FROM `wagtailimages_rendition` WHERE (`wagtailimages_rendition`.`image_id` = 28 AND `wagtailimages_rendition`.`filter_spec` = 'width-1440|height-810' AND `wagtailimages_rendition`.`focal_point_key` = '')SELECT ••• FROM `wagtailimages_rendition` WHERE (`wagtailimages_rendition`.`image_id` = 28 AND `wagtailimages_rendition`.`filter_spec` = 'width-1440|height-810' AND `wagtailimages_rendition`.`focal_point_key` = '')
4 similar queries.
1.16
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(518)
rendition = self.find_existing_rendition(filter)/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_rendition(546)
return self.find_existing_renditions(filter)[filter]/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_renditions(678)
for rendition in self.renditions.filter(lookup_q):
23
24
25
{% get_image_options crop max as image_options %}
26
{% get_rendition image image_options as img %}
27
28
<img
29
class="{{ class }}"
30
{% if sizes %}
/app/web/templates/partials/_image.html
SELECT `wagtailimages_image`.`id`, `wagtailimages_image`.`collection_id`, `wagtailimages_image`.`title`, `wagtailimages_image`.`file`, `wagtailimages_image`.`description`, `wagtailimages_image`.`width`, `wagtailimages_image`.`height`, `wagtailimages_image`.`created_at`, `wagtailimages_image`.`uploaded_by_user_id`, `wagtailimages_image`.`focal_point_x`, `wagtailimages_image`.`focal_point_y`, `wagtailimages_image`.`focal_point_width`, `wagtailimages_image`.`focal_point_height`, `wagtailimages_image`.`file_size`, `wagtailimages_image`.`file_hash` FROM `wagtailimages_image` WHERE `wagtailimages_image`.`id` IN (27)SELECT ••• FROM `wagtailimages_image` WHERE `wagtailimages_image`.`id` IN (27)
6 similar queries.
Duplicated 3 times.
1.09
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(210)
for i, item in enumerate(values):<frozen _collections_abc> in __iter__(993)
/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in __getitem__(688)
self._prefetch_blocks(raw_value["type"])/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in _prefetch_blocks(724)
converted_values = child_block.bulk_to_python(raw_values.values())/venv/lib/python3.11/site-packages/wagtail/blocks/struct_block.py in bulk_to_python(212)
converted_values = child_block.bulk_to_python(raw_values)/venv/lib/python3.11/site-packages/wagtail/blocks/field_block.py in bulk_to_python(830)
objects = self.model_class.objects.in_bulk(values)
11
aria-labelledby="page_header_title"
12
>
13
14
{% for block in page.body %}
15
{% include_block block with block_id=block.id %}
16
{% endfor %}
17
18
{% comment %}
/app/web/templates/pages/home.html
SELECT `wagtailcore_page`.`id`, `wagtailcore_page`.`path`, `wagtailcore_page`.`depth`, `wagtailcore_page`.`numchild`, `wagtailcore_page`.`translation_key`, `wagtailcore_page`.`locale_id`, `wagtailcore_page`.`latest_revision_id`, `wagtailcore_page`.`live`, `wagtailcore_page`.`has_unpublished_changes`, `wagtailcore_page`.`first_published_at`, `wagtailcore_page`.`last_published_at`, `wagtailcore_page`.`live_revision_id`, `wagtailcore_page`.`go_live_at`, `wagtailcore_page`.`expire_at`, `wagtailcore_page`.`expired`, `wagtailcore_page`.`locked`, `wagtailcore_page`.`locked_at`, `wagtailcore_page`.`locked_by_id`, `wagtailcore_page`.`title`, `wagtailcore_page`.`draft_title`, `wagtailcore_page`.`slug`, `wagtailcore_page`.`content_type_id`, `wagtailcore_page`.`url_path`, `wagtailcore_page`.`owner_id`, `wagtailcore_page`.`seo_title`, `wagtailcore_page`.`show_in_menus`, `wagtailcore_page`.`search_description`, `wagtailcore_page`.`latest_revision_created_at`, `wagtailcore_page`.`alias_of_id` FROM `wagtailcore_page` WHERE `wagtailcore_page`.`id` IN (37) ORDER BY `wagtailcore_page`.`path` ASCSELECT ••• FROM `wagtailcore_page` WHERE `wagtailcore_page`.`id` IN (37) ORDER BY `wagtailcore_page`.`path` ASC
4 similar queries.
1.08
Connection: default
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(210)
for i, item in enumerate(values):<frozen _collections_abc> in __iter__(993)
/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in __getitem__(688)
self._prefetch_blocks(raw_value["type"])/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in _prefetch_blocks(724)
converted_values = child_block.bulk_to_python(raw_values.values())/venv/lib/python3.11/site-packages/wagtail/blocks/struct_block.py in bulk_to_python(212)
converted_values = child_block.bulk_to_python(raw_values)/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in bulk_to_python(319)
child_outputs = {/venv/lib/python3.11/site-packages/wagtail/blocks/stream_block.py in <dictcomp>(320)
block_type: self.child_blocks[block_type].bulk_to_python(child_input_list)/venv/lib/python3.11/site-packages/wagtail/blocks/struct_block.py in bulk_to_python(212)
converted_values = child_block.bulk_to_python(raw_values)/venv/lib/python3.11/site-packages/wagtail/blocks/struct_block.py in bulk_to_python(212)
converted_values = child_block.bulk_to_python(raw_values)/venv/lib/python3.11/site-packages/wagtail/blocks/field_block.py in bulk_to_python(830)
objects = self.model_class.objects.in_bulk(values)
Toggle context{'False': False, 'None': None, 'True': True}
{'html': '<p data-block-key="w8jox">Ready to <em>turn the page</em> in your '
'career?</p>'}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'block': <block card_block: StructValue([('title', <wagtail.rich_text.RichText object at 0x7da4614988d0>), ('cards', <StreamValue [<block card: StructValue([('card_type', 'testimonial'), ('quote', 'SCS exists to deliver a world-class education to a diverse array of communities and individuals; to improve employability and develop workforces; and to contribute to building a civic-minded, well-informed, and globally aware society. Updated 061625'), ('name', 'Kelly J. Otter, Ph.D.'), ('job_title', 'Dean, School of Continuing Studies'), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', ''), ('url', ''), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'I not only gained practical tips and insights from experts in all my classes. but also got to work with an intelligent, diverse, and fun group of people.'), ('name', 'Catriona Coleman'), ('job_title', "Masters's in Integrated Marketing Communications"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Read Catriona's Story"), ('url', 'www.google.com'), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'The Real Estate curriculum at Georgetown provides outstanding case studies and the professors are armed with a wealth of knowledge.'), ('name', 'Ernest Williams, III'), ('job_title', "Master's in Real Estate"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Real Estate Programs'), ('url', 'www.google.com'), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'Proin quam dapibus sed rhoncus a metus aliquam, ultrices vel risus urna felis bibendum semper penatibus, nascetur litora vivamus imperdiet inceptos vehicula.'), ('name', 'Catriona Coleman'), ('job_title', "Master's in Integrated Marketing Communications"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', ''), ('url', ''), ('page', None)]))])>]>)])>,
'block_id': 'd135a63b-ac07-48bf-8708-f21feaa78b3c',
'card_themes': ['yellow', 'blue', 'gray', 'tan'],
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 2,
'counter0': 1,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 7,
'revcounter0': 6},
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': StructValue([('title',
<wagtail.rich_text.RichText object at 0x7da4614988d0>),
('cards',
<StreamValue [<block card: StructValue([('card_type', 'testimonial'), ('quote', 'SCS exists to deliver a world-class education to a diverse array of communities and individuals; to improve employability and develop workforces; and to contribute to building a civic-minded, well-informed, and globally aware society. Updated 061625'), ('name', 'Kelly J. Otter, Ph.D.'), ('job_title', 'Dean, School of Continuing Studies'), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', ''), ('url', ''), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'I not only gained practical tips and insights from experts in all my classes. but also got to work with an intelligent, diverse, and fun group of people.'), ('name', 'Catriona Coleman'), ('job_title', "Masters's in Integrated Marketing Communications"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Read Catriona's Story"), ('url', 'www.google.com'), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'The Real Estate curriculum at Georgetown provides outstanding case studies and the professors are armed with a wealth of knowledge.'), ('name', 'Ernest Williams, III'), ('job_title', "Master's in Real Estate"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Real Estate Programs'), ('url', 'www.google.com'), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'Proin quam dapibus sed rhoncus a metus aliquam, ultrices vel risus urna felis bibendum semper penatibus, nascetur litora vivamus imperdiet inceptos vehicula.'), ('name', 'Catriona Coleman'), ('job_title', "Master's in Integrated Marketing Communications"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', ''), ('url', ''), ('page', None)]))])>]>)]),
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': StructValue([('title',
<wagtail.rich_text.RichText object at 0x7da4614988d0>),
('cards',
<StreamValue [<block card: StructValue([('card_type', 'testimonial'), ('quote', 'SCS exists to deliver a world-class education to a diverse array of communities and individuals; to improve employability and develop workforces; and to contribute to building a civic-minded, well-informed, and globally aware society. Updated 061625'), ('name', 'Kelly J. Otter, Ph.D.'), ('job_title', 'Dean, School of Continuing Studies'), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', ''), ('url', ''), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'I not only gained practical tips and insights from experts in all my classes. but also got to work with an intelligent, diverse, and fun group of people.'), ('name', 'Catriona Coleman'), ('job_title', "Masters's in Integrated Marketing Communications"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Read Catriona's Story"), ('url', 'www.google.com'), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'The Real Estate curriculum at Georgetown provides outstanding case studies and the professors are armed with a wealth of knowledge.'), ('name', 'Ernest Williams, III'), ('job_title', "Master's in Real Estate"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Real Estate Programs'), ('url', 'www.google.com'), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'Proin quam dapibus sed rhoncus a metus aliquam, ultrices vel risus urna felis bibendum semper penatibus, nascetur litora vivamus imperdiet inceptos vehicula.'), ('name', 'Catriona Coleman'), ('job_title', "Master's in Integrated Marketing Communications"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', ''), ('url', ''), ('page', None)]))])>]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'aria': 'Read Catriona's Story',
'block': <block card_block: StructValue([('title', <wagtail.rich_text.RichText object at 0x7da4614988d0>), ('cards', <StreamValue [<block card: StructValue([('card_type', 'testimonial'), ('quote', 'SCS exists to deliver a world-class education to a diverse array of communities and individuals; to improve employability and develop workforces; and to contribute to building a civic-minded, well-informed, and globally aware society. Updated 061625'), ('name', 'Kelly J. Otter, Ph.D.'), ('job_title', 'Dean, School of Continuing Studies'), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', ''), ('url', ''), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'I not only gained practical tips and insights from experts in all my classes. but also got to work with an intelligent, diverse, and fun group of people.'), ('name', 'Catriona Coleman'), ('job_title', "Masters's in Integrated Marketing Communications"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Read Catriona's Story"), ('url', 'www.google.com'), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'The Real Estate curriculum at Georgetown provides outstanding case studies and the professors are armed with a wealth of knowledge.'), ('name', 'Ernest Williams, III'), ('job_title', "Master's in Real Estate"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Real Estate Programs'), ('url', 'www.google.com'), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'Proin quam dapibus sed rhoncus a metus aliquam, ultrices vel risus urna felis bibendum semper penatibus, nascetur litora vivamus imperdiet inceptos vehicula.'), ('name', 'Catriona Coleman'), ('job_title', "Master's in Integrated Marketing Communications"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', ''), ('url', ''), ('page', None)]))])>]>)])>,
'block_id': 'd135a63b-ac07-48bf-8708-f21feaa78b3c',
'card': <block card: StructValue([('card_type', 'testimonial'), ('quote', 'I not only gained practical tips and insights from experts in all my classes. but also got to work with an intelligent, diverse, and fun group of people.'), ('name', 'Catriona Coleman'), ('job_title', "Masters's in Integrated Marketing Communications"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Read Catriona's Story"), ('url', 'www.google.com'), ('page', None)]))])>,
'card_themes': ['yellow', 'blue', 'gray', 'tan'],
'classes': {'base': 'button_text', 'modifiers': ['']},
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 2,
'counter0': 1,
'first': False,
'last': False,
'parentloop': {'counter': 2,
'counter0': 1,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 7,
'revcounter0': 6},
'revcounter': 3,
'revcounter0': 2},
'icon': 'arrow_right',
'id': '',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': StructValue([('title',
<wagtail.rich_text.RichText object at 0x7da4614988d0>),
('cards',
<StreamValue [<block card: StructValue([('card_type', 'testimonial'), ('quote', 'SCS exists to deliver a world-class education to a diverse array of communities and individuals; to improve employability and develop workforces; and to contribute to building a civic-minded, well-informed, and globally aware society. Updated 061625'), ('name', 'Kelly J. Otter, Ph.D.'), ('job_title', 'Dean, School of Continuing Studies'), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', ''), ('url', ''), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'I not only gained practical tips and insights from experts in all my classes. but also got to work with an intelligent, diverse, and fun group of people.'), ('name', 'Catriona Coleman'), ('job_title', "Masters's in Integrated Marketing Communications"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Read Catriona's Story"), ('url', 'www.google.com'), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'The Real Estate curriculum at Georgetown provides outstanding case studies and the professors are armed with a wealth of knowledge.'), ('name', 'Ernest Williams, III'), ('job_title', "Master's in Real Estate"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Real Estate Programs'), ('url', 'www.google.com'), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'Proin quam dapibus sed rhoncus a metus aliquam, ultrices vel risus urna felis bibendum semper penatibus, nascetur litora vivamus imperdiet inceptos vehicula.'), ('name', 'Catriona Coleman'), ('job_title', "Master's in Integrated Marketing Communications"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', ''), ('url', ''), ('page', None)]))])>]>)]),
'title': 'Read Catriona's Story',
'url': 'www.google.com',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': StructValue([('title',
<wagtail.rich_text.RichText object at 0x7da4614988d0>),
('cards',
<StreamValue [<block card: StructValue([('card_type', 'testimonial'), ('quote', 'SCS exists to deliver a world-class education to a diverse array of communities and individuals; to improve employability and develop workforces; and to contribute to building a civic-minded, well-informed, and globally aware society. Updated 061625'), ('name', 'Kelly J. Otter, Ph.D.'), ('job_title', 'Dean, School of Continuing Studies'), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', ''), ('url', ''), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'I not only gained practical tips and insights from experts in all my classes. but also got to work with an intelligent, diverse, and fun group of people.'), ('name', 'Catriona Coleman'), ('job_title', "Masters's in Integrated Marketing Communications"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Read Catriona's Story"), ('url', 'www.google.com'), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'The Real Estate curriculum at Georgetown provides outstanding case studies and the professors are armed with a wealth of knowledge.'), ('name', 'Ernest Williams, III'), ('job_title', "Master's in Real Estate"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Real Estate Programs'), ('url', 'www.google.com'), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'Proin quam dapibus sed rhoncus a metus aliquam, ultrices vel risus urna felis bibendum semper penatibus, nascetur litora vivamus imperdiet inceptos vehicula.'), ('name', 'Catriona Coleman'), ('job_title', "Master's in Integrated Marketing Communications"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', ''), ('url', ''), ('page', None)]))])>]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'aria': 'Explore Real Estate Programs',
'block': <block card_block: StructValue([('title', <wagtail.rich_text.RichText object at 0x7da4614988d0>), ('cards', <StreamValue [<block card: StructValue([('card_type', 'testimonial'), ('quote', 'SCS exists to deliver a world-class education to a diverse array of communities and individuals; to improve employability and develop workforces; and to contribute to building a civic-minded, well-informed, and globally aware society. Updated 061625'), ('name', 'Kelly J. Otter, Ph.D.'), ('job_title', 'Dean, School of Continuing Studies'), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', ''), ('url', ''), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'I not only gained practical tips and insights from experts in all my classes. but also got to work with an intelligent, diverse, and fun group of people.'), ('name', 'Catriona Coleman'), ('job_title', "Masters's in Integrated Marketing Communications"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Read Catriona's Story"), ('url', 'www.google.com'), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'The Real Estate curriculum at Georgetown provides outstanding case studies and the professors are armed with a wealth of knowledge.'), ('name', 'Ernest Williams, III'), ('job_title', "Master's in Real Estate"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Real Estate Programs'), ('url', 'www.google.com'), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'Proin quam dapibus sed rhoncus a metus aliquam, ultrices vel risus urna felis bibendum semper penatibus, nascetur litora vivamus imperdiet inceptos vehicula.'), ('name', 'Catriona Coleman'), ('job_title', "Master's in Integrated Marketing Communications"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', ''), ('url', ''), ('page', None)]))])>]>)])>,
'block_id': 'd135a63b-ac07-48bf-8708-f21feaa78b3c',
'card': <block card: StructValue([('card_type', 'testimonial'), ('quote', 'The Real Estate curriculum at Georgetown provides outstanding case studies and the professors are armed with a wealth of knowledge.'), ('name', 'Ernest Williams, III'), ('job_title', "Master's in Real Estate"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Real Estate Programs'), ('url', 'www.google.com'), ('page', None)]))])>,
'card_themes': ['yellow', 'blue', 'gray', 'tan'],
'classes': {'base': 'button_text', 'modifiers': ['']},
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 3,
'counter0': 2,
'first': False,
'last': False,
'parentloop': {'counter': 2,
'counter0': 1,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 7,
'revcounter0': 6},
'revcounter': 2,
'revcounter0': 1},
'icon': 'arrow_right',
'id': '',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': StructValue([('title',
<wagtail.rich_text.RichText object at 0x7da4614988d0>),
('cards',
<StreamValue [<block card: StructValue([('card_type', 'testimonial'), ('quote', 'SCS exists to deliver a world-class education to a diverse array of communities and individuals; to improve employability and develop workforces; and to contribute to building a civic-minded, well-informed, and globally aware society. Updated 061625'), ('name', 'Kelly J. Otter, Ph.D.'), ('job_title', 'Dean, School of Continuing Studies'), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', ''), ('url', ''), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'I not only gained practical tips and insights from experts in all my classes. but also got to work with an intelligent, diverse, and fun group of people.'), ('name', 'Catriona Coleman'), ('job_title', "Masters's in Integrated Marketing Communications"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Read Catriona's Story"), ('url', 'www.google.com'), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'The Real Estate curriculum at Georgetown provides outstanding case studies and the professors are armed with a wealth of knowledge.'), ('name', 'Ernest Williams, III'), ('job_title', "Master's in Real Estate"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Real Estate Programs'), ('url', 'www.google.com'), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'Proin quam dapibus sed rhoncus a metus aliquam, ultrices vel risus urna felis bibendum semper penatibus, nascetur litora vivamus imperdiet inceptos vehicula.'), ('name', 'Catriona Coleman'), ('job_title', "Master's in Integrated Marketing Communications"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', ''), ('url', ''), ('page', None)]))])>]>)]),
'title': 'Explore Real Estate Programs',
'url': 'www.google.com',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': StructValue([('title',
<wagtail.rich_text.RichText object at 0x7da4614988d0>),
('cards',
<StreamValue [<block card: StructValue([('card_type', 'testimonial'), ('quote', 'SCS exists to deliver a world-class education to a diverse array of communities and individuals; to improve employability and develop workforces; and to contribute to building a civic-minded, well-informed, and globally aware society. Updated 061625'), ('name', 'Kelly J. Otter, Ph.D.'), ('job_title', 'Dean, School of Continuing Studies'), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', ''), ('url', ''), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'I not only gained practical tips and insights from experts in all my classes. but also got to work with an intelligent, diverse, and fun group of people.'), ('name', 'Catriona Coleman'), ('job_title', "Masters's in Integrated Marketing Communications"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Read Catriona's Story"), ('url', 'www.google.com'), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'The Real Estate curriculum at Georgetown provides outstanding case studies and the professors are armed with a wealth of knowledge.'), ('name', 'Ernest Williams, III'), ('job_title', "Master's in Real Estate"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Real Estate Programs'), ('url', 'www.google.com'), ('page', None)]))])>, <block card: StructValue([('card_type', 'testimonial'), ('quote', 'Proin quam dapibus sed rhoncus a metus aliquam, ultrices vel risus urna felis bibendum semper penatibus, nascetur litora vivamus imperdiet inceptos vehicula.'), ('name', 'Catriona Coleman'), ('job_title', "Master's in Integrated Marketing Communications"), ('image', None), ('alt', ''), ('description', ''), ('link', LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', ''), ('url', ''), ('page', None)]))])>]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'block': <block tabs_block: CustomValue([('title', <wagtail.rich_text.RichText object at 0x7da461ac6e10>), ('buttons', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>), ('tabs', <ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])>,
'block_id': '28ddc32f-1fb3-4d57-8e63-4f3e4bcbc961',
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 5,
'counter0': 4,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 4,
'revcounter0': 3},
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)]),
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'active_index': 1,
'block': <block tabs_block: CustomValue([('title', <wagtail.rich_text.RichText object at 0x7da461ac6e10>), ('buttons', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>), ('tabs', <ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])>,
'block_id': '28ddc32f-1fb3-4d57-8e63-4f3e4bcbc961',
'classes': {'base': 'tabs_nav', 'modifiers': [], 'utility': ''},
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 5,
'counter0': 4,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 4,
'revcounter0': 3},
'links': <ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)]),
'title': '<p data-block-key="yw6j0">How do you want <em>to grow?</em></p>',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'alt': '',
'block': <block tabs_block: CustomValue([('title', <wagtail.rich_text.RichText object at 0x7da461ac6e10>), ('buttons', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>), ('tabs', <ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])>,
'block_id': '28ddc32f-1fb3-4d57-8e63-4f3e4bcbc961',
'class': 'tab_item_image',
'crop': 'full',
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': False,
'parentloop': {'counter': 5,
'counter0': 4,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 4,
'revcounter0': 3},
'revcounter': 4,
'revcounter0': 3},
'image': <Image: placeholder>,
'loading': 'lazy',
'max': 'xsml',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)]),
'tab': StructValue([('title', "Master's Degrees"),
('intro_text',
"Our master's programs prepare you to make an immediate "
'impact in the workplace and excel within your '
'industry.'),
('description',
'We offer full-time and part-time programs in a wide '
'range of subjects. Available in on-campus, online, and '
"executive formats, our master's programs prepare you to "
'make an immediate impact in the workplace and excel '
'within your industry.'),
('image', <Image: placeholder>),
('alt_text', ''),
('links',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]),
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'block': <block tabs_block: CustomValue([('title', <wagtail.rich_text.RichText object at 0x7da461ac6e10>), ('buttons', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>), ('tabs', <ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])>,
'block_id': '28ddc32f-1fb3-4d57-8e63-4f3e4bcbc961',
'classes': {'base': 'button_text'},
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': False,
'parentloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': False,
'parentloop': {'counter': 5,
'counter0': 4,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 4,
'revcounter0': 3},
'revcounter': 4,
'revcounter0': 3},
'revcounter': 2,
'revcounter0': 1},
'icon': 'arrow_right',
'id': '',
'link': LinkBlockStructValue([('link_type', 'URL'),
('new_tab', False),
('link_text', "Explore Master's Degree's"),
('url',
'https://scs.georgetown.edu/academics/professional-masters-degrees/'),
('page', None)]),
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)]),
'tab': StructValue([('title', "Master's Degrees"),
('intro_text',
"Our master's programs prepare you to make an immediate "
'impact in the workplace and excel within your '
'industry.'),
('description',
'We offer full-time and part-time programs in a wide '
'range of subjects. Available in on-campus, online, and '
"executive formats, our master's programs prepare you to "
'make an immediate impact in the workplace and excel '
'within your industry.'),
('image', <Image: placeholder>),
('alt_text', ''),
('links',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]),
'title': 'Explore Master's Degree's',
'url': 'https://scs.georgetown.edu/academics/professional-masters-degrees/',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'block': <block tabs_block: CustomValue([('title', <wagtail.rich_text.RichText object at 0x7da461ac6e10>), ('buttons', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>), ('tabs', <ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])>,
'block_id': '28ddc32f-1fb3-4d57-8e63-4f3e4bcbc961',
'classes': {'base': 'button_text'},
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 2,
'counter0': 1,
'first': False,
'last': True,
'parentloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': False,
'parentloop': {'counter': 5,
'counter0': 4,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 4,
'revcounter0': 3},
'revcounter': 4,
'revcounter0': 3},
'revcounter': 1,
'revcounter0': 0},
'icon': 'arrow_right',
'id': '',
'link': LinkBlockStructValue([('link_type', 'URL'),
('new_tab', False),
('link_text', 'Secondary Link'),
('url',
'https://scs.georgetown.edu/academics/professional-masters-degrees/'),
('page', None)]),
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)]),
'tab': StructValue([('title', "Master's Degrees"),
('intro_text',
"Our master's programs prepare you to make an immediate "
'impact in the workplace and excel within your '
'industry.'),
('description',
'We offer full-time and part-time programs in a wide '
'range of subjects. Available in on-campus, online, and '
"executive formats, our master's programs prepare you to "
'make an immediate impact in the workplace and excel '
'within your industry.'),
('image', <Image: placeholder>),
('alt_text', ''),
('links',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]),
'title': 'Secondary Link',
'url': 'https://scs.georgetown.edu/academics/professional-masters-degrees/',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'alt': '',
'block': <block tabs_block: CustomValue([('title', <wagtail.rich_text.RichText object at 0x7da461ac6e10>), ('buttons', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>), ('tabs', <ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])>,
'block_id': '28ddc32f-1fb3-4d57-8e63-4f3e4bcbc961',
'class': 'tab_item_image',
'crop': 'full',
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 2,
'counter0': 1,
'first': False,
'last': False,
'parentloop': {'counter': 5,
'counter0': 4,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 4,
'revcounter0': 3},
'revcounter': 3,
'revcounter0': 2},
'image': <Image: placeholder>,
'loading': 'lazy',
'max': 'xsml',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)]),
'tab': StructValue([('title', "Bachelor's Degree Completion"),
('intro_text',
"Reimagine your potential by completing your bachelor's "
'dgree at Georgetown'),
('description',
"Our part-time bachelor's completion program provides "
'you with the well-rounded expertise you need to advance '
'your career while also balancing personal and '
'professional commitments.'),
('image', <Image: placeholder>),
('alt_text', ''),
('links',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]),
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'block': <block tabs_block: CustomValue([('title', <wagtail.rich_text.RichText object at 0x7da461ac6e10>), ('buttons', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>), ('tabs', <ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])>,
'block_id': '28ddc32f-1fb3-4d57-8e63-4f3e4bcbc961',
'classes': {'base': 'button_text'},
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': True,
'parentloop': {'counter': 2,
'counter0': 1,
'first': False,
'last': False,
'parentloop': {'counter': 5,
'counter0': 4,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 4,
'revcounter0': 3},
'revcounter': 3,
'revcounter0': 2},
'revcounter': 1,
'revcounter0': 0},
'icon': 'arrow_right',
'id': '',
'link': LinkBlockStructValue([('link_type', 'URL'),
('new_tab', False),
('link_text', 'Explore Your Options'),
('url',
'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'),
('page', None)]),
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)]),
'tab': StructValue([('title', "Bachelor's Degree Completion"),
('intro_text',
"Reimagine your potential by completing your bachelor's "
'dgree at Georgetown'),
('description',
"Our part-time bachelor's completion program provides "
'you with the well-rounded expertise you need to advance '
'your career while also balancing personal and '
'professional commitments.'),
('image', <Image: placeholder>),
('alt_text', ''),
('links',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]),
'title': 'Explore Your Options',
'url': 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'alt': '',
'block': <block tabs_block: CustomValue([('title', <wagtail.rich_text.RichText object at 0x7da461ac6e10>), ('buttons', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>), ('tabs', <ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])>,
'block_id': '28ddc32f-1fb3-4d57-8e63-4f3e4bcbc961',
'class': 'tab_item_image',
'crop': 'full',
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 3,
'counter0': 2,
'first': False,
'last': False,
'parentloop': {'counter': 5,
'counter0': 4,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 4,
'revcounter0': 3},
'revcounter': 2,
'revcounter0': 1},
'image': <Image: placeholder>,
'loading': 'lazy',
'max': 'xsml',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)]),
'tab': StructValue([('title', 'Professional Certificates'),
('intro_text',
'Earn a credential to help you reach the next step in '
"your career, whether it's advancing to senior "
'management, starting a business, or trying something '
'new.'),
('description',
'we offer cohort-based executive certificates and '
'part-time professional certificates that are designed '
'around your busy schedule.'),
('image', <Image: placeholder>),
('alt_text', ''),
('links',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]),
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'block': <block tabs_block: CustomValue([('title', <wagtail.rich_text.RichText object at 0x7da461ac6e10>), ('buttons', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>), ('tabs', <ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])>,
'block_id': '28ddc32f-1fb3-4d57-8e63-4f3e4bcbc961',
'classes': {'base': 'button_text'},
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': True,
'parentloop': {'counter': 3,
'counter0': 2,
'first': False,
'last': False,
'parentloop': {'counter': 5,
'counter0': 4,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 4,
'revcounter0': 3},
'revcounter': 2,
'revcounter0': 1},
'revcounter': 1,
'revcounter0': 0},
'icon': 'arrow_right',
'id': '',
'link': LinkBlockStructValue([('link_type', 'URL'),
('new_tab', False),
('link_text',
'Explore Professional Certificates'),
('url',
'https://scs.georgetown.edu/academics/professional-certificates/'),
('page', None)]),
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)]),
'tab': StructValue([('title', 'Professional Certificates'),
('intro_text',
'Earn a credential to help you reach the next step in '
"your career, whether it's advancing to senior "
'management, starting a business, or trying something '
'new.'),
('description',
'we offer cohort-based executive certificates and '
'part-time professional certificates that are designed '
'around your busy schedule.'),
('image', <Image: placeholder>),
('alt_text', ''),
('links',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]),
'title': 'Explore Professional Certificates',
'url': 'https://scs.georgetown.edu/academics/professional-certificates/',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'alt': '',
'block': <block tabs_block: CustomValue([('title', <wagtail.rich_text.RichText object at 0x7da461ac6e10>), ('buttons', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>), ('tabs', <ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])>,
'block_id': '28ddc32f-1fb3-4d57-8e63-4f3e4bcbc961',
'class': 'tab_item_image',
'crop': 'full',
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 4,
'counter0': 3,
'first': False,
'last': True,
'parentloop': {'counter': 5,
'counter0': 4,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 4,
'revcounter0': 3},
'revcounter': 1,
'revcounter0': 0},
'image': <Image: placeholder>,
'loading': 'lazy',
'max': 'xsml',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)]),
'tab': StructValue([('title', 'Doctoral Programs'),
('intro_text',
"Georgetown's Doctor of Liberal Studies positions you at "
'the intersection of multiple disciplines.'),
('description',
'You will explore philosophical, cultural, political, '
'international, and current social concepts in a global '
'context to develop a broader perspective of the '
'complexities facing the modern world. Distinct from '
'traditional Ph.D. programs, our interdisciplinary '
'approach brings together different perspectives and '
'fields of knowledge while addressing pressing issues.'),
('image', <Image: placeholder>),
('alt_text', ''),
('links',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)]),
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'block': <block tabs_block: CustomValue([('title', <wagtail.rich_text.RichText object at 0x7da461ac6e10>), ('buttons', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>), ('tabs', <ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])>,
'block_id': '28ddc32f-1fb3-4d57-8e63-4f3e4bcbc961',
'classes': {'base': 'button_text'},
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': True,
'parentloop': {'counter': 4,
'counter0': 3,
'first': False,
'last': True,
'parentloop': {'counter': 5,
'counter0': 4,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 4,
'revcounter0': 3},
'revcounter': 1,
'revcounter0': 0},
'revcounter': 1,
'revcounter0': 0},
'icon': 'arrow_right',
'id': '',
'link': LinkBlockStructValue([('link_type', 'URL'),
('new_tab', False),
('link_text',
'Explore Doctor of Liberal Studies Program'),
('url',
'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'),
('page', None)]),
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)]),
'tab': StructValue([('title', 'Doctoral Programs'),
('intro_text',
"Georgetown's Doctor of Liberal Studies positions you at "
'the intersection of multiple disciplines.'),
('description',
'You will explore philosophical, cultural, political, '
'international, and current social concepts in a global '
'context to develop a broader perspective of the '
'complexities facing the modern world. Distinct from '
'traditional Ph.D. programs, our interdisciplinary '
'approach brings together different perspectives and '
'fields of knowledge while addressing pressing issues.'),
('image', <Image: placeholder>),
('alt_text', ''),
('links',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)]),
'title': 'Explore Doctor of Liberal Studies Program',
'url': 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'block': <block tabs_block: CustomValue([('title', <wagtail.rich_text.RichText object at 0x7da461ac6e10>), ('buttons', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>), ('tabs', <ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])>,
'block_id': '28ddc32f-1fb3-4d57-8e63-4f3e4bcbc961',
'classes': {'base': 'button_text'},
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': False,
'parentloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': False,
'parentloop': {'counter': 5,
'counter0': 4,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 4,
'revcounter0': 3},
'revcounter': 4,
'revcounter0': 3},
'revcounter': 2,
'revcounter0': 1},
'icon': 'arrow_right',
'id': '',
'link': LinkBlockStructValue([('link_type', 'URL'),
('new_tab', False),
('link_text', "Explore Master's Degree's"),
('url',
'https://scs.georgetown.edu/academics/professional-masters-degrees/'),
('page', None)]),
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)]),
'tab': StructValue([('title', "Master's Degrees"),
('intro_text',
"Our master's programs prepare you to make an immediate "
'impact in the workplace and excel within your '
'industry.'),
('description',
'We offer full-time and part-time programs in a wide '
'range of subjects. Available in on-campus, online, and '
"executive formats, our master's programs prepare you to "
'make an immediate impact in the workplace and excel '
'within your industry.'),
('image', <Image: placeholder>),
('alt_text', ''),
('links',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]),
'title': 'Explore Master's Degree's',
'url': 'https://scs.georgetown.edu/academics/professional-masters-degrees/',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'block': <block tabs_block: CustomValue([('title', <wagtail.rich_text.RichText object at 0x7da461ac6e10>), ('buttons', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>), ('tabs', <ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])>,
'block_id': '28ddc32f-1fb3-4d57-8e63-4f3e4bcbc961',
'classes': {'base': 'button_text'},
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 2,
'counter0': 1,
'first': False,
'last': True,
'parentloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': False,
'parentloop': {'counter': 5,
'counter0': 4,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 4,
'revcounter0': 3},
'revcounter': 4,
'revcounter0': 3},
'revcounter': 1,
'revcounter0': 0},
'icon': 'arrow_right',
'id': '',
'link': LinkBlockStructValue([('link_type', 'URL'),
('new_tab', False),
('link_text', 'Secondary Link'),
('url',
'https://scs.georgetown.edu/academics/professional-masters-degrees/'),
('page', None)]),
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)]),
'tab': StructValue([('title', "Master's Degrees"),
('intro_text',
"Our master's programs prepare you to make an immediate "
'impact in the workplace and excel within your '
'industry.'),
('description',
'We offer full-time and part-time programs in a wide '
'range of subjects. Available in on-campus, online, and '
"executive formats, our master's programs prepare you to "
'make an immediate impact in the workplace and excel '
'within your industry.'),
('image', <Image: placeholder>),
('alt_text', ''),
('links',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]),
'title': 'Secondary Link',
'url': 'https://scs.georgetown.edu/academics/professional-masters-degrees/',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'block': <block tabs_block: CustomValue([('title', <wagtail.rich_text.RichText object at 0x7da461ac6e10>), ('buttons', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>), ('tabs', <ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])>,
'block_id': '28ddc32f-1fb3-4d57-8e63-4f3e4bcbc961',
'classes': {'base': 'button_text'},
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': True,
'parentloop': {'counter': 2,
'counter0': 1,
'first': False,
'last': False,
'parentloop': {'counter': 5,
'counter0': 4,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 4,
'revcounter0': 3},
'revcounter': 3,
'revcounter0': 2},
'revcounter': 1,
'revcounter0': 0},
'icon': 'arrow_right',
'id': '',
'link': LinkBlockStructValue([('link_type', 'URL'),
('new_tab', False),
('link_text', 'Explore Your Options'),
('url',
'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'),
('page', None)]),
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)]),
'tab': StructValue([('title', "Bachelor's Degree Completion"),
('intro_text',
"Reimagine your potential by completing your bachelor's "
'dgree at Georgetown'),
('description',
"Our part-time bachelor's completion program provides "
'you with the well-rounded expertise you need to advance '
'your career while also balancing personal and '
'professional commitments.'),
('image', <Image: placeholder>),
('alt_text', ''),
('links',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]),
'title': 'Explore Your Options',
'url': 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'block': <block tabs_block: CustomValue([('title', <wagtail.rich_text.RichText object at 0x7da461ac6e10>), ('buttons', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>), ('tabs', <ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])>,
'block_id': '28ddc32f-1fb3-4d57-8e63-4f3e4bcbc961',
'classes': {'base': 'button_text'},
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': True,
'parentloop': {'counter': 3,
'counter0': 2,
'first': False,
'last': False,
'parentloop': {'counter': 5,
'counter0': 4,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 4,
'revcounter0': 3},
'revcounter': 2,
'revcounter0': 1},
'revcounter': 1,
'revcounter0': 0},
'icon': 'arrow_right',
'id': '',
'link': LinkBlockStructValue([('link_type', 'URL'),
('new_tab', False),
('link_text',
'Explore Professional Certificates'),
('url',
'https://scs.georgetown.edu/academics/professional-certificates/'),
('page', None)]),
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)]),
'tab': StructValue([('title', 'Professional Certificates'),
('intro_text',
'Earn a credential to help you reach the next step in '
"your career, whether it's advancing to senior "
'management, starting a business, or trying something '
'new.'),
('description',
'we offer cohort-based executive certificates and '
'part-time professional certificates that are designed '
'around your busy schedule.'),
('image', <Image: placeholder>),
('alt_text', ''),
('links',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]),
'title': 'Explore Professional Certificates',
'url': 'https://scs.georgetown.edu/academics/professional-certificates/',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'block': <block tabs_block: CustomValue([('title', <wagtail.rich_text.RichText object at 0x7da461ac6e10>), ('buttons', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>), ('tabs', <ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])>,
'block_id': '28ddc32f-1fb3-4d57-8e63-4f3e4bcbc961',
'classes': {'base': 'button_text'},
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': True,
'parentloop': {'counter': 4,
'counter0': 3,
'first': False,
'last': True,
'parentloop': {'counter': 5,
'counter0': 4,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 4,
'revcounter0': 3},
'revcounter': 1,
'revcounter0': 0},
'revcounter': 1,
'revcounter0': 0},
'icon': 'arrow_right',
'id': '',
'link': LinkBlockStructValue([('link_type', 'URL'),
('new_tab', False),
('link_text',
'Explore Doctor of Liberal Studies Program'),
('url',
'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'),
('page', None)]),
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)]),
'tab': StructValue([('title', 'Doctoral Programs'),
('intro_text',
"Georgetown's Doctor of Liberal Studies positions you at "
'the intersection of multiple disciplines.'),
('description',
'You will explore philosophical, cultural, political, '
'international, and current social concepts in a global '
'context to develop a broader perspective of the '
'complexities facing the modern world. Distinct from '
'traditional Ph.D. programs, our interdisciplinary '
'approach brings together different perspectives and '
'fields of knowledge while addressing pressing issues.'),
('image', <Image: placeholder>),
('alt_text', ''),
('links',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)]),
'title': 'Explore Doctor of Liberal Studies Program',
'url': 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'block': <block tabs_block: CustomValue([('title', <wagtail.rich_text.RichText object at 0x7da461ac6e10>), ('buttons', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>), ('tabs', <ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])>,
'block_id': '28ddc32f-1fb3-4d57-8e63-4f3e4bcbc961',
'button': LinkBlockStructValue([('link_type', 'URL'),
('new_tab', False),
('link_text', 'Apply'),
('url',
'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'),
('page', None)]),
'classes': {'base': 'button_filled'},
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': False,
'parentloop': {'counter': 5,
'counter0': 4,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 4,
'revcounter0': 3},
'revcounter': 2,
'revcounter0': 1},
'id': '',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)]),
'title': 'Apply',
'url': 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'False': False,
'None': None,
'True': True,
'block': <block tabs_block: CustomValue([('title', <wagtail.rich_text.RichText object at 0x7da461ac6e10>), ('buttons', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>), ('tabs', <ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])>,
'block_id': '28ddc32f-1fb3-4d57-8e63-4f3e4bcbc961',
'button': LinkBlockStructValue([('link_type', 'URL'),
('new_tab', False),
('link_text', 'Request Info'),
('url',
'https://scs.georgetown.edu/#rmi-embed-wrap'),
('page', None)]),
'classes': {'base': 'button_filled'},
'csrf_token': <SimpleLazyObject: 'dOVGBLIj41ukg4dTdRF49P9SLSRNag2aGRUSGY8eEiqXfQdNzTcZeypeNa9kFQhY'>,
'forloop': {'counter': 2,
'counter0': 1,
'first': False,
'last': True,
'parentloop': {'counter': 5,
'counter0': 4,
'first': False,
'last': False,
'parentloop': {},
'revcounter': 4,
'revcounter0': 3},
'revcounter': 1,
'revcounter0': 0},
'id': '',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/'>>,
'page': <HomePage: Home>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>),
'request': '<<request>>',
'self': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)]),
'title': 'Request Info',
'url': 'https://scs.georgetown.edu/#rmi-embed-wrap',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7da46224c4d0>>,
'value': CustomValue([('title',
<wagtail.rich_text.RichText object at 0x7da461ac6e10>),
('buttons',
<ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Apply'), ('url', 'https://guscs.my.site.com/OnlineApp/TX_SiteLogin?startURL=%2FOnlineApp%2FTargetX_Portal__PB'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Request Info'), ('url', 'https://scs.georgetown.edu/#rmi-embed-wrap'), ('page', None)])]>),
('tabs',
<ListValue: [StructValue([('title', "Master's Degrees"), ('intro_text', "Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('description', "We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', "Explore Master's Degree's"), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)]), LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Secondary Link'), ('url', 'https://scs.georgetown.edu/academics/professional-masters-degrees/'), ('page', None)])]>)]), StructValue([('title', "Bachelor's Degree Completion"), ('intro_text', "Reimagine your potential by completing your bachelor's dgree at Georgetown"), ('description', "Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments."), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Your Options'), ('url', 'https://scs.georgetown.edu/programs/4/online/online-bachelor-of-arts-in-liberal-studies/'), ('page', None)])]>)]), StructValue([('title', 'Professional Certificates'), ('intro_text', "Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new."), ('description', 'we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Professional Certificates'), ('url', 'https://scs.georgetown.edu/academics/professional-certificates/'), ('page', None)])]>)]), StructValue([('title', 'Doctoral Programs'), ('intro_text', "Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines."), ('description', 'You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.'), ('image', <Image: placeholder>), ('alt_text', ''), ('links', <ListValue: [LinkBlockStructValue([('link_type', 'URL'), ('new_tab', False), ('link_text', 'Explore Doctor of Liberal Studies Program'), ('url', 'https://scs.georgetown.edu/programs/43/doctor-of-liberal-studies/'), ('page', None)])]>)])]>)])}
Toggle context{'False': False, 'None': None, 'True': True}
{'html': '<p data-block-key="12r3y">Want to learn more about the Human '
'Resources Management Program?</p>'}
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(320)
match = condition.eval(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in eval(886)
return self.value.resolve(context, ignore_failures=True)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(722)
obj = self.var.resolve(context)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(854)
value = self._resolve_lookup(context)/venv/lib/python3.11/site-packages/django/template/base.py in _resolve_lookup(901)
current = getattr(current, bit)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url(1396)
url_parts = self.get_url_parts(request=request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url_parts(1299)
possible_sites = self._get_relevant_site_root_paths(request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_relevant_site_root_paths(1276)
for srp in self._get_site_root_paths(cache_object)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_site_root_paths(1267)
cache_object._wagtail_cached_site_root_paths = Site.get_site_root_paths()/venv/lib/python3.11/site-packages/wagtail/models/sites.py in get_site_root_paths(220)
result = cache.get(
0.8621
get
('wagtail_site_root_paths',)
{'version': 2}
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(320)
match = condition.eval(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in eval(886)
return self.value.resolve(context, ignore_failures=True)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(722)
obj = self.var.resolve(context)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(854)
value = self._resolve_lookup(context)/venv/lib/python3.11/site-packages/django/template/base.py in _resolve_lookup(901)
current = getattr(current, bit)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url(1396)
url_parts = self.get_url_parts(request=request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url_parts(1299)
possible_sites = self._get_relevant_site_root_paths(request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_relevant_site_root_paths(1276)
for srp in self._get_site_root_paths(cache_object)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_site_root_paths(1267)
cache_object._wagtail_cached_site_root_paths = Site.get_site_root_paths()/venv/lib/python3.11/site-packages/wagtail/models/sites.py in get_site_root_paths(220)
result = cache.get(
0.5937
get
('wagtail_site_root_paths',)
{'version': 2}
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(320)
match = condition.eval(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in eval(886)
return self.value.resolve(context, ignore_failures=True)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(722)
obj = self.var.resolve(context)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(854)
value = self._resolve_lookup(context)/venv/lib/python3.11/site-packages/django/template/base.py in _resolve_lookup(901)
current = getattr(current, bit)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url(1396)
url_parts = self.get_url_parts(request=request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url_parts(1299)
possible_sites = self._get_relevant_site_root_paths(request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_relevant_site_root_paths(1276)
for srp in self._get_site_root_paths(cache_object)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_site_root_paths(1267)
cache_object._wagtail_cached_site_root_paths = Site.get_site_root_paths()/venv/lib/python3.11/site-packages/wagtail/models/sites.py in get_site_root_paths(220)
result = cache.get(
0.7391
get
('wagtail_site_root_paths',)
{'version': 2}
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(320)
match = condition.eval(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in eval(886)
return self.value.resolve(context, ignore_failures=True)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(722)
obj = self.var.resolve(context)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(854)
value = self._resolve_lookup(context)/venv/lib/python3.11/site-packages/django/template/base.py in _resolve_lookup(901)
current = getattr(current, bit)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url(1396)
url_parts = self.get_url_parts(request=request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url_parts(1299)
possible_sites = self._get_relevant_site_root_paths(request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_relevant_site_root_paths(1276)
for srp in self._get_site_root_paths(cache_object)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_site_root_paths(1267)
cache_object._wagtail_cached_site_root_paths = Site.get_site_root_paths()/venv/lib/python3.11/site-packages/wagtail/models/sites.py in get_site_root_paths(220)
result = cache.get(
0.6153
get
('wagtail_site_root_paths',)
{'version': 2}
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(320)
match = condition.eval(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in eval(886)
return self.value.resolve(context, ignore_failures=True)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(722)
obj = self.var.resolve(context)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(854)
value = self._resolve_lookup(context)/venv/lib/python3.11/site-packages/django/template/base.py in _resolve_lookup(901)
current = getattr(current, bit)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url(1396)
url_parts = self.get_url_parts(request=request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url_parts(1299)
possible_sites = self._get_relevant_site_root_paths(request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_relevant_site_root_paths(1276)
for srp in self._get_site_root_paths(cache_object)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_site_root_paths(1267)
cache_object._wagtail_cached_site_root_paths = Site.get_site_root_paths()/venv/lib/python3.11/site-packages/wagtail/models/sites.py in get_site_root_paths(220)
result = cache.get(
0.5754
get
('wagtail_site_root_paths',)
{'version': 2}
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(320)
match = condition.eval(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in eval(886)
return self.value.resolve(context, ignore_failures=True)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(722)
obj = self.var.resolve(context)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(854)
value = self._resolve_lookup(context)/venv/lib/python3.11/site-packages/django/template/base.py in _resolve_lookup(901)
current = getattr(current, bit)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url(1396)
url_parts = self.get_url_parts(request=request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url_parts(1299)
possible_sites = self._get_relevant_site_root_paths(request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_relevant_site_root_paths(1276)
for srp in self._get_site_root_paths(cache_object)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_site_root_paths(1267)
cache_object._wagtail_cached_site_root_paths = Site.get_site_root_paths()/venv/lib/python3.11/site-packages/wagtail/models/sites.py in get_site_root_paths(220)
result = cache.get(
0.8746
get
('wagtail_site_root_paths',)
{'version': 2}
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(320)
match = condition.eval(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in eval(886)
return self.value.resolve(context, ignore_failures=True)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(722)
obj = self.var.resolve(context)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(854)
value = self._resolve_lookup(context)/venv/lib/python3.11/site-packages/django/template/base.py in _resolve_lookup(901)
current = getattr(current, bit)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url(1396)
url_parts = self.get_url_parts(request=request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url_parts(1299)
possible_sites = self._get_relevant_site_root_paths(request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_relevant_site_root_paths(1276)
for srp in self._get_site_root_paths(cache_object)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_site_root_paths(1267)
cache_object._wagtail_cached_site_root_paths = Site.get_site_root_paths()/venv/lib/python3.11/site-packages/wagtail/models/sites.py in get_site_root_paths(220)
result = cache.get(
0.7609
get
('wagtail_site_root_paths',)
{'version': 2}
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(320)
match = condition.eval(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in eval(886)
return self.value.resolve(context, ignore_failures=True)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(722)
obj = self.var.resolve(context)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(854)
value = self._resolve_lookup(context)/venv/lib/python3.11/site-packages/django/template/base.py in _resolve_lookup(901)
current = getattr(current, bit)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url(1396)
url_parts = self.get_url_parts(request=request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url_parts(1299)
possible_sites = self._get_relevant_site_root_paths(request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_relevant_site_root_paths(1276)
for srp in self._get_site_root_paths(cache_object)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_site_root_paths(1267)
cache_object._wagtail_cached_site_root_paths = Site.get_site_root_paths()/venv/lib/python3.11/site-packages/wagtail/models/sites.py in get_site_root_paths(220)
result = cache.get(
0.6654
get
('wagtail_site_root_paths',)
{'version': 2}
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(320)
match = condition.eval(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in eval(886)
return self.value.resolve(context, ignore_failures=True)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(722)
obj = self.var.resolve(context)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(854)
value = self._resolve_lookup(context)/venv/lib/python3.11/site-packages/django/template/base.py in _resolve_lookup(901)
current = getattr(current, bit)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url(1396)
url_parts = self.get_url_parts(request=request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url_parts(1299)
possible_sites = self._get_relevant_site_root_paths(request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_relevant_site_root_paths(1276)
for srp in self._get_site_root_paths(cache_object)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_site_root_paths(1267)
cache_object._wagtail_cached_site_root_paths = Site.get_site_root_paths()/venv/lib/python3.11/site-packages/wagtail/models/sites.py in get_site_root_paths(220)
result = cache.get(
0.7181
get
('wagtail_site_root_paths',)
{'version': 2}
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(320)
match = condition.eval(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in eval(886)
return self.value.resolve(context, ignore_failures=True)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(722)
obj = self.var.resolve(context)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(854)
value = self._resolve_lookup(context)/venv/lib/python3.11/site-packages/django/template/base.py in _resolve_lookup(901)
current = getattr(current, bit)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url(1396)
url_parts = self.get_url_parts(request=request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url_parts(1299)
possible_sites = self._get_relevant_site_root_paths(request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_relevant_site_root_paths(1276)
for srp in self._get_site_root_paths(cache_object)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_site_root_paths(1267)
cache_object._wagtail_cached_site_root_paths = Site.get_site_root_paths()/venv/lib/python3.11/site-packages/wagtail/models/sites.py in get_site_root_paths(220)
result = cache.get(
0.6313
get
('wagtail_site_root_paths',)
{'version': 2}
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(320)
match = condition.eval(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in eval(886)
return self.value.resolve(context, ignore_failures=True)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(722)
obj = self.var.resolve(context)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(854)
value = self._resolve_lookup(context)/venv/lib/python3.11/site-packages/django/template/base.py in _resolve_lookup(901)
current = getattr(current, bit)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url(1396)
url_parts = self.get_url_parts(request=request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url_parts(1299)
possible_sites = self._get_relevant_site_root_paths(request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_relevant_site_root_paths(1276)
for srp in self._get_site_root_paths(cache_object)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_site_root_paths(1267)
cache_object._wagtail_cached_site_root_paths = Site.get_site_root_paths()/venv/lib/python3.11/site-packages/wagtail/models/sites.py in get_site_root_paths(220)
result = cache.get(
0.8642
get
('wagtail_site_root_paths',)
{'version': 2}
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(210)
return template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(173)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(320)
match = condition.eval(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in eval(886)
return self.value.resolve(context, ignore_failures=True)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(722)
obj = self.var.resolve(context)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(854)
value = self._resolve_lookup(context)/venv/lib/python3.11/site-packages/django/template/base.py in _resolve_lookup(901)
current = getattr(current, bit)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url(1396)
url_parts = self.get_url_parts(request=request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url_parts(1299)
possible_sites = self._get_relevant_site_root_paths(request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_relevant_site_root_paths(1276)
for srp in self._get_site_root_paths(cache_object)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_site_root_paths(1267)
cache_object._wagtail_cached_site_root_paths = Site.get_site_root_paths()/venv/lib/python3.11/site-packages/wagtail/models/sites.py in get_site_root_paths(220)
result = cache.get(
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(518)
rendition = self.find_existing_rendition(filter)/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_rendition(546)
return self.find_existing_renditions(filter)[filter]/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_renditions(662)
for rendition in Rendition.cache_backend.get_many(cache_keys).values():
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(527)
Rendition.cache_backend.set(cache_key, rendition)
0.7431
get
('wagtail_site_root_paths',)
{'version': 2}
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(200)
tag_dict_str = self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1075)
output = self.filter_expression.resolve(context)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(722)
obj = self.var.resolve(context)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(854)
value = self._resolve_lookup(context)/venv/lib/python3.11/site-packages/django/template/base.py in _resolve_lookup(925)
current = current()/app/web/blocks/support_blocks.py in get_selected_url(31)
return self.get('page').url/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url(1396)
url_parts = self.get_url_parts(request=request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url_parts(1299)
possible_sites = self._get_relevant_site_root_paths(request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_relevant_site_root_paths(1276)
for srp in self._get_site_root_paths(cache_object)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_site_root_paths(1267)
cache_object._wagtail_cached_site_root_paths = Site.get_site_root_paths()/venv/lib/python3.11/site-packages/wagtail/models/sites.py in get_site_root_paths(220)
result = cache.get(
0.7992
get
('wagtail_site_root_paths',)
{'version': 2}
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(200)
tag_dict_str = self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1075)
output = self.filter_expression.resolve(context)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(722)
obj = self.var.resolve(context)/venv/lib/python3.11/site-packages/django/template/base.py in resolve(854)
value = self._resolve_lookup(context)/venv/lib/python3.11/site-packages/django/template/base.py in _resolve_lookup(901)
current = getattr(current, bit)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url(1396)
url_parts = self.get_url_parts(request=request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in get_url_parts(1299)
possible_sites = self._get_relevant_site_root_paths(request)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_relevant_site_root_paths(1276)
for srp in self._get_site_root_paths(cache_object)/venv/lib/python3.11/site-packages/wagtail/models/pages.py in _get_site_root_paths(1267)
cache_object._wagtail_cached_site_root_paths = Site.get_site_root_paths()/venv/lib/python3.11/site-packages/wagtail/models/sites.py in get_site_root_paths(220)
result = cache.get(
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(518)
rendition = self.find_existing_rendition(filter)/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_rendition(546)
return self.find_existing_renditions(filter)[filter]/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_renditions(662)
for rendition in Rendition.cache_backend.get_many(cache_keys).values():
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(527)
Rendition.cache_backend.set(cache_key, rendition)
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(518)
rendition = self.find_existing_rendition(filter)/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_rendition(546)
return self.find_existing_renditions(filter)[filter]/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_renditions(662)
for rendition in Rendition.cache_backend.get_many(cache_keys).values():
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(527)
Rendition.cache_backend.set(cache_key, rendition)
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(518)
rendition = self.find_existing_rendition(filter)/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_rendition(546)
return self.find_existing_renditions(filter)[filter]/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_renditions(662)
for rendition in Rendition.cache_backend.get_many(cache_keys).values():
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(527)
Rendition.cache_backend.set(cache_key, rendition)
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(518)
rendition = self.find_existing_rendition(filter)/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_rendition(546)
return self.find_existing_renditions(filter)[filter]/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_renditions(662)
for rendition in Rendition.cache_backend.get_many(cache_keys).values():
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(527)
Rendition.cache_backend.set(cache_key, rendition)
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(518)
rendition = self.find_existing_rendition(filter)/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_rendition(546)
return self.find_existing_renditions(filter)[filter]/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_renditions(662)
for rendition in Rendition.cache_backend.get_many(cache_keys).values():
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(527)
Rendition.cache_backend.set(cache_key, rendition)
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(518)
rendition = self.find_existing_rendition(filter)/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_rendition(546)
return self.find_existing_renditions(filter)[filter]/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_renditions(662)
for rendition in Rendition.cache_backend.get_many(cache_keys).values():
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(527)
Rendition.cache_backend.set(cache_key, rendition)
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(518)
rendition = self.find_existing_rendition(filter)/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_rendition(546)
return self.find_existing_renditions(filter)[filter]/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_renditions(662)
for rendition in Rendition.cache_backend.get_many(cache_keys).values():
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(527)
Rendition.cache_backend.set(cache_key, rendition)
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(518)
rendition = self.find_existing_rendition(filter)/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_rendition(546)
return self.find_existing_renditions(filter)[filter]/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_renditions(662)
for rendition in Rendition.cache_backend.get_many(cache_keys).values():
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(527)
Rendition.cache_backend.set(cache_key, rendition)
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(518)
rendition = self.find_existing_rendition(filter)/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_rendition(546)
return self.find_existing_renditions(filter)[filter]/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_renditions(662)
for rendition in Rendition.cache_backend.get_many(cache_keys).values():
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(527)
Rendition.cache_backend.set(cache_key, rendition)
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(518)
rendition = self.find_existing_rendition(filter)/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_rendition(546)
return self.find_existing_renditions(filter)[filter]/venv/lib/python3.11/site-packages/wagtail/images/models.py in find_existing_renditions(662)
for rendition in Rendition.cache_backend.get_many(cache_keys).values():
<django.core.cache.backends.redis.RedisCache object at 0x7da46260c610>
/venv/bin/gunicorn in <module>(8)
sys.exit(run())/venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py in run(67)
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(231)
super().run()/venv/lib/python3.11/site-packages/gunicorn/app/base.py in run(72)
Arbiter(self).run()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in run(211)
self.manage_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in manage_workers(551)
self.spawn_workers()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_workers(622)
self.spawn_worker()/venv/lib/python3.11/site-packages/gunicorn/arbiter.py in spawn_worker(589)
worker.init_process()/venv/lib/python3.11/site-packages/gunicorn/workers/base.py in init_process(142)
self.run()/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run(125)
self.run_for_one(timeout)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in run_for_one(69)
self.accept(listener)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in accept(31)
self.handle(listener, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle(136)
self.handle_request(listener, req, client, addr)/venv/lib/python3.11/site-packages/gunicorn/workers/sync.py in handle_request(179)
respiter = self.wsgi(environ, resp.start_response)/app/util/middleware.py in __call__(23)
response = self.get_response(request)/venv/lib/python3.11/site-packages/django/template/response.py in render(114)
self.content = self.rendered_content/venv/lib/python3.11/site-packages/django/template/response.py in rendered_content(92)
return template.render(context, self._request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(159)
return compiled_parent._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/loader_tags.py in render(65)
result = block.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(243)
nodelist.append(node.render_annotated(context))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/wagtail/templatetags/wagtailcore_tags.py in render(159)
output = value.render_as_block(context=new_context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render_as_block(592)
return self.block.render(self.value, context=context)/venv/lib/python3.11/site-packages/wagtail/blocks/base.py in render(261)
return mark_safe(render_to_string(template, new_context))/venv/lib/python3.11/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/defaulttags.py in render(327)
return nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/app/web/templatetags/web_tags.py in render(244)
return t.render(new_context)/venv/lib/python3.11/site-packages/django/template/backends/django.py in render(107)
return self.template.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(171)
return self._render(context)/venv/lib/python3.11/site-packages/django/test/utils.py in instrumented_test_render(114)
return self.nodelist.render(context)/venv/lib/python3.11/site-packages/django/template/base.py in render(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in <listcomp>(1016)
return SafeString("".join([node.render_annotated(context) for node in self]))/venv/lib/python3.11/site-packages/django/template/base.py in render_annotated(977)
return self.render(context)/venv/lib/python3.11/site-packages/django/template/library.py in render(321)
output = self.func(*resolved_args, **resolved_kwargs)/app/web/templatetags/web_tags.py in get_rendition(34)
return image.get_rendition(image_options)/venv/lib/python3.11/site-packages/wagtail/images/models.py in get_rendition(527)
Rendition.cache_backend.set(cache_key, rendition)
SCS exists to deliver a world-class education to a diverse array of communities and individuals; to improve employability and develop workforces; and to contribute to building a civic-minded, well-informed, and globally aware society. Updated 061625
Kelly J. Otter, Ph.D.
Dean, School of Continuing Studies
I not only gained practical tips and insights from experts in all my classes. but also got to work with an intelligent, diverse, and fun group of people.
Catriona Coleman
Masters's in Integrated Marketing Communications
Proin quam dapibus sed rhoncus a metus aliquam, ultrices vel risus urna felis bibendum semper penatibus, nascetur litora vivamus imperdiet inceptos vehicula.
Catriona Coleman
Master's in Integrated Marketing Communications
Accordion Block
Lorem ipsum dolor sit amet consectetur adipisicing elit. Dicta, accusamus eaque nihil voluptas quas obcaecati deserunt commodi, non consectetur libero veniam optio quasi nostrum quia assumenda exercitationem? Maxime, quae doloremque!
You will join a global professional community, starting in the classroom. Teachers and students learn from each other and benefit from connections that last a lifetime.
Spoken on ethics and project management on six continents
How do you want to grow?
Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry.
We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry.
Reimagine your potential by completing your bachelor's dgree at Georgetown
Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments.
Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new.
we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.
Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines.
You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.
Our master's programs prepare you to make an immediate impact in the workplace and excel within your industry.
We offer full-time and part-time programs in a wide range of subjects. Available in on-campus, online, and executive formats, our master's programs prepare you to make an immediate impact in the workplace and excel within your industry.
Reimagine your potential by completing your bachelor's dgree at Georgetown
Our part-time bachelor's completion program provides you with the well-rounded expertise you need to advance your career while also balancing personal and professional commitments.
Earn a credential to help you reach the next step in your career, whether it's advancing to senior management, starting a business, or trying something new.
we offer cohort-based executive certificates and part-time professional certificates that are designed around your busy schedule.
Georgetown's Doctor of Liberal Studies positions you at the intersection of multiple disciplines.
You will explore philosophical, cultural, political, international, and current social concepts in a global context to develop a broader perspective of the complexities facing the modern world. Distinct from traditional Ph.D. programs, our interdisciplinary approach brings together different perspectives and fields of knowledge while addressing pressing issues.
We know you're busy. Our Graduate Certificates help you earn course credits in small chuncks. Earn a Georgetown certificate quickly, then stack your certificates to build a Master's Degree!
Aptent lectus rutrum nostra litora sem tristique dignissim faucibus interdum praesent, curae cum ridiculus velit tellus porta aliquam sagittis sociosqu arcu mollis, class dictumst sociis orci nisl hac vulputate et dis.
Advanced Marketing Management
Eleifend sapien nullam dapibus magnis massa velit dui donec, litora per fermentum etiam placerat enim ante gravida, integer varius vehicula rhoncus tellus fringilla blandit.
Certificate in Marketing
Eleifend sapien nullam dapibus magnis massa velit dui donec, litora per fermentum etiam placerat enim ante gravida, integer varius vehicula rhoncus tellus fringilla blandit.
Certificate in Strategy & Performance Management
Eleifend sapien nullam dapibus magnis massa velit dui donec, litora per fermentum etiam placerat enim ante gravida, integer varius vehicula rhoncus tellus fringilla blandit.
Project Management Intensive
Eleifend sapien nullam dapibus magnis massa velit dui donec, litora per fermentum etiam placerat enim ante gravida, integer varius vehicula rhoncus tellus fringilla blandit.
Certificate in International Migration Studies
Eleifend sapien nullam dapibus magnis massa velit dui donec, litora per fermentum etiam placerat enim ante gravida, integer varius vehicula rhoncus tellus fringilla blandit.
Certificate in International Business Management
Eleifend sapien nullam dapibus magnis massa velit dui donec, litora per fermentum etiam placerat enim ante gravida, integer varius vehicula rhoncus tellus fringilla blandit.