Prevent SQLA warning related to SQLALCHEMY_TRACK_MODIFICATION (#3133)

This commit is contained in:
Maxime Beauchemin 2017-07-16 22:02:22 -07:00 committed by GitHub
parent 7abe2d5eee
commit bb6b2da267
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ SUPERSET_WEBSERVER_PORT = 8088
SUPERSET_WEBSERVER_TIMEOUT = 60
EMAIL_NOTIFICATIONS = False
CUSTOM_SECURITY_MANAGER = None
SQLALCHEMY_TRACK_MODIFICATIONS = False
# ---------------------------------------------------------
# Your App secret key