Skip to content

NotImplementedError #310

@trikosuave

Description

@trikosuave

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions