Re: Django-allauth: ImproperlyConfigured at /accounts/login/ No Facebook app configured: please add a SocialApp using the Django admin

2012-12-26 Thread Manu
Hi Gabriel, Thanks for replying. However, the issue, I think, came up because of the incorrect SITE_ID value in my settings.py. You can see the conversation at this stackoverflow thread.

Django-allauth: ImproperlyConfigured at /accounts/login/ No Facebook app configured: please add a SocialApp using the Django admin

2012-12-25 Thread Gabriel - Iulian Dumbrava
Hi Manu, Enter the admin and at allauth -> apps add a new application of type "Facebook" with your FB credentials. You have added a facebook login in settings.py but such a login type is not yet defined in admin. I hope this helps! Gabriel -- You received this message because you are

Django-allauth: ImproperlyConfigured at /accounts/login/ No Facebook app configured: please add a SocialApp using the Django admin

2012-12-24 Thread Manu
Hi, I'm facing this error when I access 'accounts/login/'. Posted a question here - http://stackoverflow.com/q/14019017/1218897 I would really appreciate any help with it. Thanks in advance. -Manu -- You received this message because you are subscribed to the Google Groups "Django users"