On Tue, Jul 17, 2012 at 11:59 AM, @@ <[email protected]> wrote: > u = User.objects.all() > u is not a user. > Oh yes, thank you for pointing. Please help me with this : How can I get the user id or 'u' of the user who has login using Django inbuilt authentication, so that I can give different views to the users based on there permissions ? Thanks in advance.
-- Sandeep Kaur E-Mail: [email protected] Blog: sandymadaan.wordpress.com -- 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?hl=en.

