shtalinberg / django-actions-logger

A Django app that keeps a log of user actions or changes in objects
MIT License
25 stars 7 forks source link

Great tool! But have a question #9

Open Guest007 opened 3 years ago

Guest007 commented 3 years ago

Is this app make an automatic logging or I must add something like LogAction.objects.create_log_action in each of my actions?