Top "Djangoappengine" questions

djangoappengine is a pluggable Django app that allows you to use App Engine's datastore with Django.

Django App Engine: AttributeError: 'AnonymousUser' object has no attribute 'backend'

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 djangoappengine
Google App Engine NDB custom key id

When 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