added import
This commit is contained in:
parent
105b93a0e3
commit
381e58ab1c
|
|
@ -1,5 +1,6 @@
|
|||
from rest_framework import generics, permissions
|
||||
from django.contrib.auth.models import User
|
||||
from django.core.exceptions import ObjectDoesNotExist
|
||||
from .serializers import UserSerializer
|
||||
|
||||
from rest_framework.authtoken.views import ObtainAuthToken
|
||||
|
|
|
|||
Loading…
Reference in New Issue