Set customization_module in local_settings.py

The configuration key customization-module is expected to set
HORIZON_CONFIG["customization_module"] in local_settings.py although
this was missing from the template for releases >= newton.

Change-Id: Ia741bf3d8298f66b4f1e2324159d4ab851634efb
Closes-Bug: #1977494
This commit is contained in:
Felipe Reyes 2022-06-03 14:56:40 -04:00
parent a4ee714eb7
commit 15c0d34211
4 changed files with 5 additions and 0 deletions

View File

@ -130,6 +130,8 @@ HORIZON_CONFIG["password_autocomplete"] = "on"
HORIZON_CONFIG["disable_password_reveal"] = True
{% endif %}
HORIZON_CONFIG["customization_module"] = "{{ customization_module }}"
LOCAL_PATH = os.path.dirname(os.path.abspath(__file__))
# Set custom secret key:

View File

@ -130,6 +130,7 @@ HORIZON_CONFIG["password_autocomplete"] = "on"
HORIZON_CONFIG["disable_password_reveal"] = True
{% endif %}
HORIZON_CONFIG["customization_module"] = "{{ customization_module }}"
LOCAL_PATH = os.path.dirname(os.path.abspath(__file__))

View File

@ -130,6 +130,7 @@ HORIZON_CONFIG["password_autocomplete"] = "on"
HORIZON_CONFIG["disable_password_reveal"] = True
{% endif %}
HORIZON_CONFIG["customization_module"] = "{{ customization_module }}"
LOCAL_PATH = os.path.dirname(os.path.abspath(__file__))

View File

@ -130,6 +130,7 @@ HORIZON_CONFIG["password_autocomplete"] = "on"
HORIZON_CONFIG["disable_password_reveal"] = True
{% endif %}
HORIZON_CONFIG["customization_module"] = "{{ customization_module }}"
LOCAL_PATH = os.path.dirname(os.path.abspath(__file__))