How to serialize custom user model and register new instances with Django REST Framework
Most of the time, when you are building a real-world web application, Django's built-in user model will not be a perfect fit for your application because you might need to collect other vital user information that are not part of the built-in user mo...
tolu.hashnode.dev12 min read