Skip to content

Commit b05a198

Browse files
committed
feat: add tutor patches for superset config
1 parent 18be2dc commit b05a198

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tutoraspects/templates/aspects/apps/superset/pythonpath/superset_config.py

+2
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ class CeleryConfig(object):
161161

162162
BABEL_DEFAULT_LOCALE = "{{ SUPERSET_DEFAULT_LOCALE }}"
163163

164+
{{ patch('superset-config')}}
165+
164166
# Optionally import superset_config_docker.py (which will have been included on
165167
# the PYTHONPATH) in order to allow for local settings to be overridden
166168
#

tutoraspects/templates/aspects/apps/superset/pythonpath/superset_config_docker.py

+3
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,6 @@ def can_view_courses_wrapper(*args, **kwargs):
107107
# https://flask.palletsprojects.com/en/latest/deploying/proxy_fix/
108108
ENABLE_PROXY_FIX = True
109109
{% endif %}
110+
111+
112+
{{ patch('superset-config-docker')}}

0 commit comments

Comments
 (0)