Hi all,
I'm using GAE helper for Django and trying to plug in my own authentication
backend. I added
AUTHENTICATION_BACKENDS = (
'MyApp.MyBackend.MyAuth',
)
into settings.py.
The problem is, when I put @login_required to a view function, redirecting
works and login succeeded, but MyAuth never gets called. It appears
that AUTHENTICATION_BACKENDS
has no effect.
What am I missing? Does GAE helper for Django allow a custom authentication
backend?
TIA
Will
--
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.