Skip to content

consultIntrick/django_audit_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_audit_model

django_audit_model audits the user activity on all the records in a django model

Installation

  • Put 'audit_model' in your INSTALLED_APPS setting.
  • Run the command manage.py makemigrations followed by manage.py migrate.
  • Add audit_model.middleware.AuditUserMiddleware to MIDDLEWARE_CLASSES.

Detailed documentation

For a detailed documentation of django_audit_model refer: django_audit_model documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages