Testing new dash-stack/dash-stack

This commit is contained in:
kelepirci 2016-07-11 23:15:01 +03:00
parent 8b95f4c054
commit f934793e39
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class TestingConfig(Config):
TESTING = True
SQLALCHEMY_DATABASE_URI = os.environ.get('TEST_DATABASE_URL') or \
('mysql://root:Polo1043@localhost/dashTest')
SQLALCHEMY_TRACK_MODIFICATIONS = True
SQLALCHEMY_TRACK_MODIFICATIONS = False
class ProductionConfig(Config):
SQLALCHEMY_DATABASE_URI = os.environ.get('DATABASE_URL') or \