Skip to content

Commit

Permalink
Remove dashboard transition related config (apache#5505)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo authored Jul 27, 2018
1 parent 6f87552 commit 723bbe4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,14 +416,6 @@ class CeleryConfig(object):
# using flask-compress
ENABLE_FLASK_COMPRESS = True

# Dashboard v1 deprecation configuration
DASH_V2_IS_DEFAULT_VIEW_FOR_EDITORS = True
CAN_FALLBACK_TO_DASH_V1_EDIT_MODE = True

# these are incorporated into messages displayed to users
PLANNED_V2_AUTO_CONVERT_DATE = None # e.g. '2018-06-16'
V2_FEEDBACK_URL = None # e.g., 'https://goo.gl/forms/...'

try:
if CONFIG_PATH_ENV_VAR in os.environ:
# Explicitly import config module that is not in pythonpath; useful
Expand Down

0 comments on commit 723bbe4

Please sign in to comment.