diff options
| author | Tom Christie | 2012-10-30 13:59:31 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-10-30 13:59:31 +0000 |
| commit | 4cdd0b845e10c433358f210c84a2b3fe28543c68 (patch) | |
| tree | c27fb4b8a7600c321f4a76cca4006c8c5b1c8fdf /docs/index.md | |
| parent | 41ab18b13ec6d96906463a3b05680226c7245b6d (diff) | |
| download | django-rest-framework-4cdd0b845e10c433358f210c84a2b3fe28543c68.tar.bz2 | |
Final docs tweaks for 2.0
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 2 |
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 |
