djangosaml2idp icon indicating copy to clipboard operation
djangosaml2idp copied to clipboard

Swappable models

Open Amertz08 opened this issue 4 years ago • 0 comments

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

Amertz08 avatar Apr 05 '20 17:04 Amertz08