15five / django-scim2

A SCIM 2.0 Service Provider Implementation (for Django)
http://django-scim2.readthedocs.io/
Other
77 stars 27 forks source link

Make get_user_model configurable #101

Closed logston closed 1 year ago

logston commented 1 year ago

This commit replaces Django's implementation of get_user_model with a configuration hook that allows developers to use their own User model.

Closes #100

logston commented 1 year ago

TFTR!