Overview
Models to represent a journal of actions inside your application.
It allows to log structured events, using a template and a dictionnary of string or models. Like:
record('login', '{user} logged in', user=request.user)
The admin interface allows filtering by event type or by linked object. You can for example retrieve all events related to user 2.
Members
Développeur·euse: Benjamin Dauvergne, Corentin Séchet, Emmanuel Cazenave, Frédéric Péters, Nicolas Roche, Paul Marillonnet, Serghei Mihai, Thomas Noël, Valentin Deniaud