aboutsummaryrefslogtreecommitdiffstats
path: root/docs/template.html
diff options
context:
space:
mode:
authorTom Christie2012-10-09 12:01:17 +0100
committerTom Christie2012-10-09 12:01:17 +0100
commit115e61be0900b3d5dd93ff84f20629311aceff9f (patch)
treef8a521e65ee4a3671acd3c512cddc1f613c97d82 /docs/template.html
parentdc52ceaaa273f3d3b5248c2ebf655a747fa516db (diff)
downloaddjango-rest-framework-115e61be0900b3d5dd93ff84f20629311aceff9f.tar.bz2
Added quickstart guide
Diffstat (limited to 'docs/template.html')
-rw-r--r--docs/template.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/template.html b/docs/template.html
index 757586dc..d94bef4a 100644
--- a/docs/template.html
+++ b/docs/template.html
@@ -37,6 +37,7 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Tutorial <b class="caret"></b></a>
<ul class="dropdown-menu">
+ <li><a href="{{ base_url }}/tutorial/quickstart{{ suffix }}">Quickstart</a></li>
<li><a href="{{ base_url }}/tutorial/1-serialization{{ suffix }}">1 - Serialization</a></li>
<li><a href="{{ base_url }}/tutorial/2-requests-and-responses{{ suffix }}">2 - Requests and responses</a></li>
<li><a href="{{ base_url }}/tutorial/3-class-based-views{{ suffix }}">3 - Class based views</a></li>