Contains a User implementation without the cruft
There are two primary uses:
- Use
minimal_user.User directly - Inherit from
minimal_user.AbstractUserto create a User model with only the fields necessary for your project.
If using the serializers from minimal_user.drf ensure this project is
installed with the drf extras. (e.g. django-minimal-user[drf]).