auth serializer
This commit is contained in:
6
backend/api/auth/views.py
Normal file
6
backend/api/auth/views.py
Normal file
@@ -0,0 +1,6 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user