django-easy-audit
Audit log
Tracks every action taken by users in a Django application
Yet another Django audit log app, hopefully the simplest one.
743 stars
15 watching
182 forks
Language: Python
last commit: about 2 months ago
Linked from 1 awesome list
auditaudit-logsauditingcruddjangodjango-application
Related projects:
Repository | Description | Stars |
---|---|---|
jazzband/django-axes | A Django plugin for monitoring and blocking suspicious login attempts | 1,503 |
collective/collective.fingerpointing | Tracks and logs events in an audit log to maintain record of user activity and content lifecycle. | 5 |
jazzband/django-simple-history | Automatically tracks changes to Django models and allows reverting changes from the admin interface. | 2,215 |
adinhodovic/django-mixin | A collection of tools and configurations for monitoring Django applications with Prometheus and Grafana. | 52 |
revsys/django-health-check | Automates monitoring and reporting of application health checks at deployment time. | 1,238 |
django-behave/django-behave | Provides a way to run Behavior-Driven Development tests in Django applications | 198 |
snok/django-guid | Attaches a unique ID to all log outputs for every request in Django applications. | 455 |
lorenzo/audit-stash | A plugin that tracks changes to data in an application's database tables and stores them in a secure log for auditing purposes. | 78 |
skorokithakis/django-loginas | Allows Django admin users to log in as other users with customizable permissions and URL redirects. | 366 |
20tab/django-spoolgore | A Django email backend for integrating with the Spoolgore daemon | 6 |
mwarkentin/django-watchman | Provides a RESTful API to monitor the health and status of backing services such as databases and caches. | 540 |
lingster/drf-api-tracking | A Django model and DRF view mixin for logging API requests and responses. | 276 |
django-admin-tools/django-admin-tools | Extends Django's admin interface with a customizable dashboard and navigation menu | 866 |
jazzband/django-user-sessions | Enhances Django's built-in sessions with a foreign key to the user model, allowing for easier session management. | 632 |
andrewingram/django-extra-views | Generates additional class-based views to simplify common Django design patterns. | 1,390 |