You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django has an undocumented "swappable" feature. I think we should consider implementing the models as "Abstract" and take advantage of this. Here is an example of it in django-oauth-toolkit. This would make it easier for users to extend the models.
Django has an undocumented "swappable" feature. I think we should consider implementing the models as "Abstract" and take advantage of this. Here is an example of it in django-oauth-toolkit. This would make it easier for users to extend the models.
https://github.com/jazzband/django-oauth-toolkit/blob/master/oauth2_provider/models.py#L255
The text was updated successfully, but these errors were encountered: