Re: Login/ Logout user details

2012-08-09 Thread Satinderpal Singh
On Thu, Aug 9, 2012 at 4:49 PM, Pervez Mulla wrote: > Hi, > > Please tell me how can I know ,the details about user login and logout > details , and how can I store that data in DB in Django. There are many registration modules already made in django, you just download it

Re: Login/ Logout user details

2012-08-09 Thread Aljoša Mohorović
On Thu, Aug 9, 2012 at 1:19 PM, Pervez Mulla wrote: > Please tell me how can I know ,the details about user login and logout > details , and how can I store that data in DB in Django. User model (auth.models.User) has last_login and if you need custom data stored you can

Login/ Logout user details

2012-08-09 Thread Pervez Mulla
Hi, Please tell me how can I know ,the details about user login and logout details , and how can I store that data in DB in Django. Thank You Pervez -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to