Django Timeline Logger’s documentation¶
A reusable Django app to log actions and display them in a timeline.

Overview¶
Django Timeline Logger is a simple pluggable application that adds events logging and reporting to your Django projects.
It easily enables you to generate customized log messages on events, thus
providing your backend with a logging system slightly more advanced and
customizable than the builtin “admin logs” generated via LogEntry
.
Requirements¶
Django Timeline Logger makes use of Django’s contrib.postgres.JSONField
,
then your backend will need:
- At least Django-1.11.
- At least PostgreSQL-9.4.
- At least psycopg2-2.5.4.
License¶
Licensed under the MIT License.
Source Code and contributing¶
The source code can be found on Github.
Bugs can also be reported on the Github repository, and pull requests are welcome. See Contributing for more details.