Hi all,

I am using the SettingsBackend sample code, from here:

http://docs.djangoproject.com/en/dev/topics/auth/#django.contrib.auth.authenticate

in Django 1.1.1, python 2.6, and I get this error:

TypeError at /login/
authenticate() takes exactly 0 arguments (2 given)

I've tried making SettingsBackend inherit from ModelBackend (which is
what I really want), but this does not change the behavior.

Thanks in advance,
Gloria

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to