What steps will reproduce the problem?
1. Just use the auth.models
It is a problem that happens because of the line 13 of auth/models.py that
reads from ndb import model.
With the new GAE updates that happened few days ago, the ndb has been removed,
so I just want to ask Rodrigo to change that line to "from
google.appengine.ext.ndb import model" this has solved my the problem on my
local file. Please do change it in the GAE environment so that app which uses
authentification continue to work.
Original issue reported on code.google.com by thefutur...@gmail.com on 24 Mar 2013 at 5:16
Original issue reported on code.google.com by
thefutur...@gmail.com
on 24 Mar 2013 at 5:16