Hey, In previous projects, we have addresses this issue by making the HTTP Request object available globally. I have placed the code you need to do this here: http://djangosnippets.org/snippets/2352/
<http://djangosnippets.org/snippets/2352/>Please note, this method is slightly frowned upon in the community, but sometimes rules have to be bent a little :) Hope this helps. <3 On Mon, Feb 7, 2011 at 1:43 PM, Stodge <[email protected]> wrote: > Is there any way to get the ip address of the user in the post_save signal? > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

