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 and install to your syste
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 try using:
https://docs.d
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 django-us
3 matches
Mail list logo