Код: Выделить всё
/home/david/.virtualenvs/flask-sqlalchemy/lib/python3.5/site-packages/flask_sqlalchemy/__init__.py:800: UserWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True to suppress this warning.
warnings.warn('SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True to suppress this warning.')
Код: Выделить всё
SQLALCHEMY_TRACK_MODIFICATIONSКак узнать, требует ли мой проект SQLALCHEMY_TRACK_MODIFICATIONS = True или я могу безопасно отключить эту функцию и сэкономить память на своем сервере?
Подробнее здесь: https://stackoverflow.com/questions/337 ... ifications