incuna / django-user-management

User management model mixins and api views.
BSD 2-Clause "Simplified" License
57 stars 24 forks source link
django django-rest-framework python user-management users

django-user-management

Build Status Coverage Status Requirements Status

User management model mixins and API views/serializers based on Django and djangorestframework.

All documentation is in the docs directory.

user_management model mixins give flexibility to create your own User model. By default all mixins are optional. Our mixins allow to create, identify users (from their emails instead of their username) as well as sending password reset and account validation emails.

user_management API views and serializers can be grouped into five sections: