Skip to content

Commit

Permalink
Merge pull request #464 from openedx/cag/patches
Browse files Browse the repository at this point in the history
feat: add tutor patches for superset config
  • Loading branch information
Ian2012 authored Oct 13, 2023
2 parents cf98c3f + b05a198 commit 9f15b51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ class CeleryConfig(object):

BABEL_DEFAULT_LOCALE = "{{ SUPERSET_DEFAULT_LOCALE }}"

{{ patch('superset-config')}}

# Optionally import superset_config_docker.py (which will have been included on
# the PYTHONPATH) in order to allow for local settings to be overridden
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,6 @@ def can_view_courses_wrapper(*args, **kwargs):
# https://flask.palletsprojects.com/en/latest/deploying/proxy_fix/
ENABLE_PROXY_FIX = True
{% endif %}


{{ patch('superset-config-docker')}}

0 comments on commit 9f15b51

Please sign in to comment.