[Fixed]-Is not JSON serializable – django social auth Facebook login

31👍

you should just add

 SESSION_SERIALIZER='django.contrib.sessions.serializers.PickleSerializer'

to settings

Leave a comment