I\'m trying to write a view where the current logged in user\'s information is retrieved.
My view is written as below, and it works perfectly fine as long as I pass the
The logged in user object is in the request object too. use: request.user
request.user
see more info in the django auth docs