diff options
| author | Tom Christie | 2013-03-31 11:36:58 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-03-31 11:36:58 +0100 |
| commit | ec076a00786c6b89a55b6ffe2556bb3b777100f5 (patch) | |
| tree | 83d92cdf9adb70d0b0baf9136f0d3c24a2a778b4 /docs/template.html | |
| parent | 97aa0239163868af40b0a5660c48b54bd7656ad6 (diff) | |
| download | django-rest-framework-ec076a00786c6b89a55b6ffe2556bb3b777100f5.tar.bz2 | |
Add viewsets/routers to indexs etc
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/template.html b/docs/template.html index 7e929762..aec3ecc9 100644 --- a/docs/template.html +++ b/docs/template.html @@ -62,6 +62,7 @@ <li><a href="{{ base_url }}/tutorial/3-class-based-views{{ suffix }}">3 - Class based views</a></li> <li><a href="{{ base_url }}/tutorial/4-authentication-and-permissions{{ suffix }}">4 - Authentication and permissions</a></li> <li><a href="{{ base_url }}/tutorial/5-relationships-and-hyperlinked-apis{{ suffix }}">5 - Relationships and hyperlinked APIs</a></li> + <li><a href="{{ base_url }}/tutorial/6-viewsets-and-routers{{ suffix }}">6 - ViewSets and Routers</a></li> </ul> </li> <li class="dropdown"> @@ -71,6 +72,7 @@ <li><a href="{{ base_url }}/api-guide/responses{{ suffix }}">Responses</a></li> <li><a href="{{ base_url }}/api-guide/views{{ suffix }}">Views</a></li> <li><a href="{{ base_url }}/api-guide/generic-views{{ suffix }}">Generic views</a></li> + <li><a href="{{ base_url }}/api-guide/viewsets-routers{{ suffix }}">ViewSets and Routers</a></li> <li><a href="{{ base_url }}/api-guide/parsers{{ suffix }}">Parsers</a></li> <li><a href="{{ base_url }}/api-guide/renderers{{ suffix }}">Renderers</a></li> <li><a href="{{ base_url }}/api-guide/serializers{{ suffix }}">Serializers</a></li> |
