Merge "Set customization_module in local_settings.py"

This commit is contained in:
Zuul
2022-06-03 22:46:31 +00:00
committed by Gerrit Code Review
4 changed files with 5 additions and 0 deletions
+2
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:
+1
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__))
+1
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__))
+1
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__))