Implement an audit log for all significant actions related to grants. This will allow us to track changes in grant status and actions like sending emails or generating vouchers. The goal is to maintain a detailed record of what happened and who performed each action.
Implement an audit log for all significant actions related to grants. This will allow us to track changes in grant status and actions like sending emails or generating vouchers. The goal is to maintain a detailed record of what happened and who performed each action.
custom_admin/audit.py(create_change_admin_log_entry) to log changes.