As a part of django user authentication, when is request.user becomes
None?? As I have read in the docs, it will either
django.contrib.auth.User or AnonymousUser, but I am getting a very
weird error telling request.user is None. Please help me out. When I
am trying to call request.user.is_authenticated(), it is raising an
error telling request.user doesn't exist. I am using Django 1.0
(version:8961). Please help me out. :(
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to