You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using Django Rest Framework and I would like to be able to set the users IP for the audit log similarly to how we can set the actor (see below).
with set_actor(request.user):
Thanks
Tom
The text was updated successfully, but these errors were encountered:
Hi,
I'm currently using Django Rest Framework and I would like to be able to set the users IP for the audit log similarly to how we can set the actor (see below).
with set_actor(request.user):
Thanks
Tom
The text was updated successfully, but these errors were encountered: