mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-10-29 06:57:36 +03:00
# Basename key missing in the tutorial ```diff +router.register(r'snippets', views.SnippetViewSet,basename="snippets") +router.register(r'users', views.UserViewSet,basename="users") -router.register(r'snippets', views.SnippetViewSet) -router.register(r'users', views.UserViewSet) ``` |
||
|---|---|---|
| .. | ||
| api-guide | ||
| community | ||
| coreapi | ||
| img | ||
| topics | ||
| tutorial | ||
| CNAME | ||
| index.md | ||