Django Timeline Logger’s documentation

A reusable Django app to log actions and display them in a timeline.

https://travis-ci.org/maykinmedia/django-timeline-logger.png https://codecov.io/gh/maykinmedia/django-timeline-logger/branch/develop/graph/badge.svg https://badge.fury.io/py/django-timeline-logger.svg

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:

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.

Indices and tables