I am adding Facebook Auth to my django(1.5.8) site. I have set SOCIAL_AUTH_USER_MODEL to our cutsom user. When the pipeline hits the create_user call, it appears to be looking in storage/base.py for user_model which of course raises the NotImplementedError. Shouldn't it use the one in django_app?
Error:
Exception Value:
Implement in subclass
Exception Location: .../lib/python2.7/site-packages/social/storage/base.py in user_model, line 103
Thanks!
I am adding Facebook Auth to my django(1.5.8) site. I have set SOCIAL_AUTH_USER_MODEL to our cutsom user. When the pipeline hits the create_user call, it appears to be looking in storage/base.py for user_model which of course raises the NotImplementedError. Shouldn't it use the one in django_app?
Error:
Exception Value:
Implement in subclass
Exception Location: .../lib/python2.7/site-packages/social/storage/base.py in user_model, line 103
Thanks!