Context: what is Audit? A while back with my team when working on a project we needed to add some audit features on the platform to be able to trace what happened in the app and show it to the end users and use it also for customer support requests, ...
blog.adonissimo.com6 min read
Nice post Adonis!
An improvement I think could be done on these packages is to send the generated data into an external system like a stream of data and avoid putting too much data into the database and retrieving them on demand.
I think django-easy-audit supports this already - see the documentation for DJANGO_EASY_AUDIT_LOGGING_BACKEND. I can't link to it here because Hashnode prevents links from new users :)
Priya Raimagiya
Thank you for sharing!