aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.md
diff options
context:
space:
mode:
authorTom Christie2012-10-30 13:59:31 +0000
committerTom Christie2012-10-30 13:59:31 +0000
commit4cdd0b845e10c433358f210c84a2b3fe28543c68 (patch)
treec27fb4b8a7600c321f4a76cca4006c8c5b1c8fdf /docs/index.md
parent41ab18b13ec6d96906463a3b05680226c7245b6d (diff)
downloaddjango-rest-framework-4cdd0b845e10c433358f210c84a2b3fe28543c68.tar.bz2
Final docs tweaks for 2.0
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
index 5b6fcd9c..a96d0925 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -66,9 +66,11 @@ If you're intending to use the browseable API you'll want to add REST framework'
Note that the URL path can be whatever you want, but you must include `rest_framework.urls` with the `rest_framework` namespace.
+<!--
## Quickstart
Can't wait to get started? The [quickstart guide][quickstart] is the fastest way to get up and running with REST framework.
+-->
## Tutorial