hello iam trying to get a currnet_user information in my views
and i include from users.models import *
then in my code return return current_user;
<
Try adding:
__table_args__ = {'extend_existing': True}
right below __tablename__
__tablename__
Reference: https://docs.sqlalchemy.org/en/13/orm/extensions/declarative/table_config.html?highlight=table_args