Whenever we build an application using Django/ REST API we need User model to store the information of the user, and we can create our own customization model for that, but if you use existing (Inbuild) user model you'll get a lot of functionality that goes along with it -- for example a pretty good permission system, and y…