Commit 01435865 by James Beith

Adds import for `Response`

parent eeafd40c
...@@ -18,6 +18,7 @@ Here's an example of a view that returns a list of "Profile" instances, rendered ...@@ -18,6 +18,7 @@ Here's an example of a view that returns a list of "Profile" instances, rendered
from my_project.example.models import Profile from my_project.example.models import Profile
from rest_framework.renderers import TemplateHTMLRenderer from rest_framework.renderers import TemplateHTMLRenderer
from rest_framework.response import Response
from rest_framework.views import APIView from rest_framework.views import 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