diff options
| author | Tom Christie | 2013-03-13 20:53:39 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-03-13 20:53:39 +0000 |
| commit | 08bc203f905f838fdcc2f7cc09b91eab4e595bd1 (patch) | |
| tree | 691058e353aae9594c7e9747a94085ab41327af3 /docs/index.md | |
| parent | acc8c1faa4f85dda00723d755e56bb3c980dbc75 (diff) | |
| download | django-rest-framework-08bc203f905f838fdcc2f7cc09b91eab4e595bd1.tar.bz2 | |
Docs tweaks.
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.md b/docs/index.md index 8e5097b3..5f9d1553 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,9 +9,9 @@ # Django REST framework -**A toolkit for building well-connected, self-describing Web APIs.** +**Web APIs for Django, made easy.** -Django REST framework is a lightweight library that makes it easy to build Web APIs. It is designed as a modular and easy to customize architecture, based on Django's class based views. +Django REST framework is a flexible, powerful library that makes it incredibly easy to build Web APIs. It is designed as a modular and easy to customize architecture, based on Django's class based views. Web APIs built using REST framework are fully self-describing and web browseable - a huge useability win for your developers. It also supports a wide range of media types, authentication and permission policies out of the box. @@ -75,7 +75,7 @@ Note that the URL path can be whatever you want, but you must include `'rest_fra ## Quickstart -Can't wait to get started? The [quickstart guide][quickstart] is the fastest way to get up and running with REST framework. +Can't wait to get started? The [quickstart guide][quickstart] is the fastest way to get up and running, and building APIs with REST framework. ## Tutorial |
