diff options
| author | Tom Christie | 2013-04-30 08:33:33 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-04-30 08:33:33 +0100 |
| commit | ac766346a4f0ff95d496c4c73db3ee57d9146858 (patch) | |
| tree | 201c3418dbbe6a045f4300fb9e175c9d1aabf8a6 /docs/index.md | |
| parent | 21ae3a66917acf4ea57e8f7940ce1a6823a2ce92 (diff) | |
| download | django-rest-framework-ac766346a4f0ff95d496c4c73db3ee57d9146858.tar.bz2 | |
Docs tweaks
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/index.md b/docs/index.md index 12e39153..19ed5a98 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,7 +11,7 @@ **Awesome web-browseable Web APIs.** -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. +Django REST framework is a flexible and 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. @@ -46,8 +46,7 @@ The following packages are optional: Install using `pip`, including any optional packages you want... pip install djangorestframework - pip install markdown # Markdown support for the browseable API. - pip install pyyaml # YAML content-type support. + pip install markdown # Markdown support for the browseable API. pip install django-filter # Filtering support ...or clone the project from github. |
