I\'m a newbie been going through the django-nonrel tutorials and have set up django-nonrel inside of Google App Engine.
I am now trying to create a superuser using:<
Behind the scenes, Django maintains a list of “authentication backends” that it checks for authentication. As a result of this there could be a few additional problems you can run into. So in addition to @iali's answer. You need to make sure that you.
settings.MIDDLEWARE_CLASSES
does not include any additional authentication middleware. settings.AUTHENTICATION_BACKENDS
is not set.