Commit 83c535e9 by Xavier Ordoquy Committed by GitHub

Merge pull request #5300 from ribalba/patch-1

Added the django user model
parents 3eade5ab 1368d367
......@@ -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):
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment