Skip to content

Commit

Permalink
Merge pull request encode#5300 from ribalba/patch-1
Browse files Browse the repository at this point in the history
Added the django user model
  • Loading branch information
xordoquy authored Jul 31, 2017
2 parents 3eade5a + 1368d36 commit 83c535e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api-guide/views.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit 83c535e

Please sign in to comment.