FSADEPRECATIONWARNING: Stellen Sie es auf wahr oder falsch ein, um diese Warnung zu unterdrücken.
# just put this line it will solve the issue
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
# keep helping others :) :)
Busy Beaver