User.select().order_by(User.id.desc()).get(). This will get the last-created user assuming the IDs is an auto-incrementing integer (the ...
確定! 回上一頁