RealmTeam / django-rest-framework-social-oauth2

python-social-auth and oauth2 support for django-rest-framework
MIT License
1.06k stars 191 forks source link

Using a model inherited from the default User model. #166

Closed balaji-dr closed 6 years ago

balaji-dr commented 6 years ago

I have inherited the user model to form the PublicUser model. While using the social auth, the user table is populated but I need an instance of PublicUser to be created. Is there any way that I can change the default user model to Inherited user model?