I'll tell the newbie story on how I got into this mess.
I developed a small app and tested on my laptop using the AppEngine
SDK. I got my app to point that it was working the way I wanted.
Now, I'm ready to test it online. I'm a perfectionist about some
things, so I don't want to public to see my app until I've
thoroughally tested it online.
In order to build my little staging area, I restricted the app to my
group's domain-name. I uploaded it and the first couple screens
seemed to work. Then I clicked on some of the user functions and
things started to break. Here's my errors. Can someone help me
understand what's going on here? I'm beginning to get confused.
'login_url' : users.CreateLoginURL(self.request.uri),
File "/base/python_lib/versions/1/google/appengine/api/users.py",
line 176, in create_login_url
raise NotAllowedError
NotAllowedError
I start commenting things out to try my app without logins. And Now
every time I access usernames I get errors with None type.
Advice? how do I fix this? What steps to troubleshoot?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---