pedantic doc updates

This commit is contained in:
Eric Buehl 2013-07-18 19:03:38 -07:00
parent 82145e2b06
commit b676cce61f

View File

@ -98,6 +98,7 @@ For example:
from django.contrib.auth.models import User
from rest_framework import viewsets
from rest_framework import status
from rest_framework.decorators import action
from rest_framework.response import Response
from myapp.serializers import UserSerializer, PasswordSerializer