TypeError at /complete/facebook/

 is not JSON serializable - django social auth Facebook login

You can resolve that issue by adding that in setting.py

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

No comments:

Post a Comment