Top "Django-allauth" questions

django-allauth is a set of pluggable django apps for authentication, registration, account management as well as 3rd party (social) account authentication

Saving custom user model with django-allauth

I have django custom user model MyUser with one extra field: # models.py from django.contrib.auth.models import AbstractUser …

python django django-models django-allauth
Override signup view django-allauth

I am asking user to fill extra fields with custom form. And in one of the fields, I have to …

python django django-allauth
Django rest auth email instead of username

I have a django project in which I am using Django-rest-auth to do authentication. I want to use email with …

python django django-rest-framework django-allauth django-rest-auth
Migration error with Django 1.7.1

I'm getting an error when performing a migration after introducing a new app (django-allauth). I'm not sure what else to …

django django-allauth django-1.7 wagtail
Multiple User Types For Auth in Django

My web features two user types, Client and Professional. There are also two 'main modules', one for clients to buy …

django django-models django-forms django-allauth
django-allauth social account connect to existing account on login

I have a custom user model and I am using django-allauth for social registration and login. I am trying to …

python django django-allauth
relation "account_emailaddress" does not exist - django error

I am following this tutorial to integrate social media login to my django project - http://www.sarahhagstrom.com/2013/09/the-missing-django-allauth-tutorial/ …

python django facebook django-allauth
django-allauth basic setup

I tried to follow the latest http://django-allauth.readthedocs.org/en/latest/#installation urls.py file looks like: urlpatterns = patterns(…

django django-allauth
How to populate user profile with django-allauth provider information?

I'm using django-allauth for my authentication system. I need that when the user sign in, the profile module get populated …

django facebook authentication django-allauth
Google login in django rest framework + allauth + rest-auth

I'm trying to implement Google authentication in django with allauth and rest-auth. After many hours of research, none of the …

django-rest-framework google-oauth django-allauth google-api-python-client django-rest-auth