found mistake. =)
LMZ wrote:
> Hello to all!
>
> i can't understand why always when user POST some data, he is
> redirected to Google Accounts page. On GET all is ok.
>
> Example of code:
> [...]
>
> def post(self, note_key):
> user = users.get_current_user()
> if user:
> [...]
>
> def post(self, note_key):
> user = users.get_current_user()
> if user:
> [...]
>
> what I'm doing wrong?!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---