Hi all I am using google app engine patch sample [latest]. I want to use django user authentication with the user table in my datastore so for this do I need to use @login_Required attribute on my views.py functions? I have given a try for this and when I invoke the url related to this particular views's function it takes me to http://localhost:8080/accounts/login/?next=/myurl How can I modify this sample so that I can direct the user to a page containing login section? And correspondingly how can I maintain session of a looged in user in the google app engine patch sample
With Regards Parvez Qureshi --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
