Answers for ": FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disable d by default in the future. Set it to True or False to suppress this warning. 'SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and '"

SQL
4

FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True or False to suppress this warning.

# just put this line it will solve the issue 
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
# keep helping others :) :)
Posted by: Guest on January-03-2021

Code answers related to ": FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disable d by default in the future. Set it to True or False to suppress this warning. 'SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and '"

Code answers related to "SQL"

Browse Popular Code Answers by Language