Django "last_login" attribute in auth_user model
Posted
by jack
on Stack Overflow
See other posts from Stack Overflow
or by jack
Published on 2010-03-13T23:59:31Z
Indexed on
2010/03/14
0:05 UTC
Read the original article
Hit count: 163
It looks like Django does not update last_login field in auth_user model when a visitor is authenticated by saved session.
So in this case, how can I implement a similar feature like the "seen" field on very SO user's profile page.
© Stack Overflow or respective owner