how to get the 'user' object in django..

Posted by zjm1126 on Stack Overflow See other posts from Stack Overflow or by zjm1126
Published on 2010-04-05T11:39:42Z Indexed on 2010/04/05 11:43 UTC
Read the original article Hit count: 283

Filed under:
|

i want to get the user who login now ..

how to do this ..

thanks

this is my code :

ps=Position.objects.filter(name=User.username)

© Stack Overflow or respective owner

Related posts about django

Related posts about user