djangoappengine is a pluggable Django app that allows you to use App Engine's datastore with Django.
I am using djangoappengine. When I try create a new user, authenticate that user, and log them in, I get …
python django google-app-engine django-nonrel djangoappengineWhen I create an object with ndb's method put it creates the key automatically of the type Key(kind, id) …
python google-app-engine app-engine-ndb djangoappengine