From 26297f615933868a5973969a612bf27caa530a0c Mon Sep 17 00:00:00 2001 From: Saurabh Kumar <theskumar@users.noreply.github.com> Date: Fri, 12 Jan 2024 19:48:13 +0530 Subject: [PATCH] Remove public "search promotions" app (#3724) This app is used for improving the ranking of the pages in the wagtail search, as the public site with all it's pages are being remove this app of no use in hypha now. https://docs.wagtail.org/en/stable/reference/contrib/searchpromotions.html --- hypha/settings/django.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hypha/settings/django.py b/hypha/settings/django.py index 81391ea6b..5e4b72e2e 100644 --- a/hypha/settings/django.py +++ b/hypha/settings/django.py @@ -37,7 +37,6 @@ INSTALLED_APPS = [ "django_web_components", "wagtail.contrib.modeladmin", "wagtail.contrib.settings", - "wagtail.contrib.search_promotions", "wagtail.contrib.forms", "wagtail.contrib.redirects", "wagtail.embeds", -- GitLab