Hi Ritesh,

I didn't see any obvious issue with your code snippet, so more context
would be helpful. Also it seems that _get_user_nick_name may not
return what is expected.

def _get_user_nick_name(self):
        return self.user

I think you want to return self.user.nickname()

Thank you,

Jeff

On Mar 9, 7:38 pm, Ritesh Nadhani <rite...@gmail.com> wrote:
> Hi
>
> http://paste.pocoo.org/show/107208/
>
> So here is my code sample. Is there any reason why user property would
> be None if the user is logged out or if a user is logged in then the
> current logged in user info. It does not keep different user info.
>
> Surprisingly, I have another model in which I am storing the user
> property too and that is able to save the user info correctly
>
> --
> Riteshhttp://www.riteshn.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to