I've only started using the Django REST framework recently. I want to create a user. Before (without Django REST framework) I used to create users with the following logic (using the User model in django.contrib.auth.models):I've only started using the Django REST framewo