Merge pull request #5300 from ribalba/patch-1

Added the django user model
This commit is contained in:
Xavier Ordoquy 2017-07-31 15:01:48 +02:00 committed by GitHub
commit 83c535e9cc

View File

@ -23,6 +23,7 @@ For example:
from rest_framework.views import APIView
from rest_framework.response import Response
from rest_framework import authentication, permissions
from django.contrib.auth.models import User
class ListUsers(APIView):
"""