We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aef7ac7 + 62c7326 commit f77ae15Copy full SHA for f77ae15
docs/tutorial/6-viewsets-and-routers.md
@@ -59,7 +59,7 @@ To see what's going on under the hood let's first explicitly create a set of vie
59
60
In the `urls.py` file we bind our `ViewSet` classes into a set of concrete views.
61
62
- from snippets.resources import SnippetResource, UserResource
+ from snippets.views import SnippetViewSet, UserViewSet
63
64
snippet_list = SnippetViewSet.as_view({
65
'get': 'list',
0 commit comments