Hello,

I am trying to make an application that can log events (changes to the
database) from other django applications. To do this i am currently
using the post_save hook and post_delete hook to get any inserts,
updates or deletes however i am unable to get the user that caused
them.

Is there a simple and tested way i can use to get the user from a
request out side of a view?

My goal is to make this application as plug-in able as possible and
not need any code changes to the applications it is logging events
for.

Thank you,
--Daniel Servos

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to