I have a custom user for authentication and want to create a serializer class for it my custom user\'s model is like this :
class User (Abs
There was no special field for password in DRF. In my current project we used to define password field as CharField with write_only=True inside serializer class.
CharField
write_only=True