In, n my views, I could do something like app.user = request.user? Can
I get all information for the currently logged in user?
nymbyl wrote:
> To say "Hello, Person's name!" you can do "Hello, {{ user.username
> }}!":
> http://www.djangoproject.com/documentation/authentication/#authentication-data-in-templates
>
> Also, the request object has a 'user' attribute that you can access
> within views:
>
> http://www.djangoproject.com/documentation/request_response/#httprequest-objects
>
> --Rob
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---