initial commit
This commit is contained in:
parent
c16fddf9b4
commit
ada9d99644
187 changed files with 37611 additions and 42 deletions
|
@ -3,7 +3,6 @@ from django.contrib.auth.models import Group, User, AnonymousUser
|
|||
from rest_framework import permissions, viewsets, status
|
||||
from knox.auth import TokenAuthentication
|
||||
from knox.views import LoginView as KnoxLoginView
|
||||
from rest_framework.authentication import BasicAuthentication
|
||||
from rest_framework.authtoken.serializers import AuthTokenSerializer
|
||||
from rest_framework.response import Response
|
||||
from rest_framework.decorators import api_view
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue