Re: Exception Value: auth() takes exactly 1 argument (0 given)

2011-12-15 Thread Ahmet Emre Aladağ
> '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

Re: Exception Value: auth() takes exactly 1 argument (0 given)

2011-12-15 Thread Tom Evans
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, > '

Re: Exception Value: auth() takes exactly 1 argument (0 given)

2011-12-15 Thread 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, -- You received this message because you are subscr

Re: Exception Value: auth() takes exactly 1 argument (0 given)

2011-12-14 Thread Tom Evans
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

Exception Value: auth() takes exactly 1 argument (0 given)

2011-12-14 Thread 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 given) Long trace: http://pastebin.com/hy8BXr