> 'django.contrib.auth.context_processors.auth' is not an auth backend,
> it is a context processor, and should be in
> TEMPLATE_CONTEXT_PROCESSORS.
>
> https://docs.djangoproject.com/en/dev/topics/auth/#specifying-authent...
Thank you very much, seems like mistakenly duplicated that part.
Removi
2011/12/15 Ahmet Emre Aladağ :
>> Can you show what the value of settings.AUTHENTICATION_BACKENDS is?
>>
>> Cheers
>>
>> Tom
>
> Hi,
>
> AUTHENTICATION_BACKENDS = (
> 'django.contrib.auth.context_processors.auth',
> 'django_facebook.auth_backends.FacebookBackend',
> )
>
> Thanks,
>
'
> Can you show what the value of settings.AUTHENTICATION_BACKENDS is?
>
> Cheers
>
> Tom
Hi,
AUTHENTICATION_BACKENDS = (
'django.contrib.auth.context_processors.auth',
'django_facebook.auth_backends.FacebookBackend',
)
Thanks,
--
You received this message because you are subscr
2011/12/14 Ahmet Emre Aladağ :
> I'm trying to use tschellenbach-Django-facebook for allowing Facebook
> logins. But whenever I try to login, I get the following error:
>
> Exception Type: TypeError at /facebook/connect/
> Exception Value: auth() takes exactly 1 argument (0 g
I'm trying to use tschellenbach-Django-facebook for allowing Facebook
logins. But whenever I try to login, I get the following error:
Exception Type: TypeError at /facebook/connect/
Exception Value: auth() takes exactly 1 argument (0 given)
Long trace: http://pastebin.com/hy8BXr
5 matches
Mail list logo