[Answer]-How do I configure Django to use python-social-auth for local logins?

1👍

It doesn’t support it. You could switch to django-all-auth which has both social and django.contrib.auth users but with django-social-auth you would need to integrate django-registration or something similar (here is an approach to getting the both working together – warning; it’s an old answer)

Leave a comment