Add model attribute in docs

This commit is contained in:
Grigory Kruglov 2013-10-07 23:47:28 -07:00
parent 761e66ffdd
commit e7cca54ff3

View File

@ -187,6 +187,7 @@ Note that you can use any of the standard attributes or method overrides provide
A simple ViewSet for viewing and editing the accounts A simple ViewSet for viewing and editing the accounts
associated with the user. associated with the user.
""" """
model = Account
serializer_class = AccountSerializer serializer_class = AccountSerializer
permission_classes = [IsAccountAdminOrReadOnly] permission_classes = [IsAccountAdminOrReadOnly]