mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
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
Block a user