7 lines
182 B
Python
7 lines
182 B
Python
from rest_framework import serializers
|
|
|
|
from django.contrib.auth.models import User
|
|
from django.db.utils import IntegrityError
|
|
from django.contrib.auth.hashers import make_password
|
|
|