I would like to register user actions whenever a user logs in / out and adds, edits, deletes objects on models of my site in a bulb. What is the best way to do this? I would also like to show old data and new changed data that occur using wtfforms. I use a jar and Flask-SQLAlchemy. I want something similar to what the Django framework offers in the hlink History link for related objects.
source share