def sample_view(request):     current_user = request.user     print current_user.id

Read more of this post