I get this message below while starting SQL following this https://blog.pythonanywhere.com/121/ after executing a command line
from flask_app import db
on bash.
Does anyone have any ideas why I get this message? I could not find answer this forum or on google..
In [1]: from flask_app import db
/usr/local/lib/python3.4/dist-packages/flask/exthook.py:71: ExtDeprecationWarning: I
mporting flask.ext.sqlalchemy is deprecated, use flask_sqlalchemy instead.
.format(x=modname), ExtDeprecationWarning
/usr/local/lib/python3.4/dist-packages/flask_sqlalchemy/__init__.py:800: UserWarning
: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by d
efault in the future. Set it to True to suppress this warning.
warnings.warn('SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will b
e disabled by default in the future. Set it to True to suppress this warning.')