Commit 80be571b by Yuri Prezument

Import from correct place

parent e8a41322
...@@ -19,7 +19,8 @@ Using the `APIView` class is pretty much the same as using a regular `View` clas ...@@ -19,7 +19,8 @@ Using the `APIView` class is pretty much the same as using a regular `View` clas
For example: For example:
from rest_framework.views import APIView, Response from rest_framework.views import APIView
from rest_framework.response import Response
from rest_framework import authentication, permissions from rest_framework import authentication, permissions
class ListUsers(APIView): 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