For very simple cases you might want to pass through any class attributes using the `.as_view()` method. For example, your URLconf might include something the following entry.
...
...
@@ -52,24 +53,32 @@ Used for read-only endpoints to represent a collection of model instances.