From 7c171dfd83c47e276628d3fc060a7589f96d3d71 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 7 Jul 2016 09:55:26 +0100 Subject: [PATCH] Add tutorial 7 to homepage [ci skip] --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index ceaa597d9..3952f83ac 100644 --- a/docs/index.md +++ b/docs/index.md @@ -188,6 +188,7 @@ The tutorial will walk you through the building blocks that make up REST framewo * [4 - Authentication & permissions][tut-4] * [5 - Relationships & hyperlinked APIs][tut-5] * [6 - Viewsets & routers][tut-6] +* [7 - Schemas & client libraries][tut-7] There is a live example API of the finished tutorial API for testing purposes, [available here][sandbox].