On Mon, Feb 7, 2011 at 8:43 AM, 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. >
can you use the http request object: http://docs.djangoproject.com/en/dev/ref/request-response/#quick-overview -- Joel Goldstick -- 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.

