diff options
| author | Tom Christie | 2013-03-28 16:02:20 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-03-28 16:02:20 +0000 |
| commit | ea33511260c65ed339d0a418a1c0e8aeaf3966d3 (patch) | |
| tree | 77660ce00cf1f521ba8759092420558d9a9c89bc | |
| parent | 69cbafc64f65a23b4ed4c652a8965873a18929a0 (diff) | |
| download | django-rest-framework-ea33511260c65ed339d0a418a1c0e8aeaf3966d3.tar.bz2 | |
Change strapline
| -rw-r--r-- | docs/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md index 5357536d..1d47f497 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,9 +9,9 @@ # Django REST framework -**Web APIs for Django, made easy.** +**Awesome web-browseable Web APIs for Django.** -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. +Django REST framework is a flexible, powerful Web API toolkit. It is designed as a modular and easy to customize architecture, based on Django's class based views. 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. |
