Re: using and displaying user info from django.auth

2008-10-09 Thread urukay
l') > --- > I looked around and found get_full_name(), but where and how do I use > it. furthermore, how do I refer to fields or where do I put code to > display it? > > > > > -- View this messa

using and displaying user info from django.auth

2008-10-09 Thread KillaBee
Hey and thanks for the help that I get on here. This might seem simple, but I can make sure that the User name and password matches but after loging in I would like them to see there info and filter the db and then display records. I login with this view: def login(request): username = reques