Posts by Danilo Moura • 1 point
1 post
- 
		0 votes1 answer260 viewsA: List Python-flask logged-in user postFor this you need to filter the Post by users who created it. In the flask_login the object of the logged-in user can be accessed through flask.ext.login.current_user: from flask.ext.login import…