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.
752 stars
14 watching
185 forks
Language: Python
last commit: 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,511 |
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 | A Django app that stores model history and allows view/revert changes from the admin site. | 2,233 |
adinhodovic/django-mixin | A collection of tools and configurations for monitoring Django applications with Prometheus and Grafana. | 53 |
revsys/django-health-check | Automates monitoring and reporting of application health checks at deployment time. | 1,252 |
django-behave/django-behave | Provides a way to run Behavior-Driven Development tests in Django applications | 197 |
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. | 365 |
20tab/django-spoolgore | A Django email backend for integrating with the Spoolgore daemon | 5 |
mwarkentin/django-watchman | Provides a RESTful API to monitor the health and status of backing services such as databases and caches. | 541 |
lingster/drf-api-tracking | A Django model and DRF view mixin for logging API requests and responses. | 277 |
django-admin-tools/django-admin-tools | Extends Django's admin interface with a customizable dashboard and navigation menu | 868 |
jazzband/django-user-sessions | Enhances Django's built-in sessions with a foreign key to the user model, allowing for easier session management. | 637 |
andrewingram/django-extra-views | Generates additional class-based views to simplify common Django design patterns. | 1,393 |