标签: python sqlalchemy
我要检查Flask_SQLAlchemy中表是否有任何用户。
我已经做到了,但是没有用。每次在没有条目的全新数据库上执行Else语句。
def check_for_user(): if User.query.all() is None: ... else: print("Nope, it doesn't work")