Re: How to record users ip address every-time user logs in

2010-08-05 Thread Shawn Milochik
Maybe a combination of these two things will get you going. 1. A way to store additional information about users (such as IP addresses). http://docs.djangoproject.com/en/dev/topics/auth/?from=olddocs#storing-additional-information-about-users 2. Get the IP address from the META attribute of the r

How to record users ip address every-time user logs in

2010-08-04 Thread vishy
Hi, I want to record an entry in admin log,everytime a user logs in.How can I do this.I am using django's default authentication modules. thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@