Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
d365621c
Commit
d365621c
authored
Nov 09, 2012
by
Tom Christie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Note django-filter installation
parent
9aaeeacd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
docs/index.md
+4
-3
No files found.
docs/index.md
View file @
d365621c
...
@@ -32,7 +32,7 @@ REST framework requires the following:
...
@@ -32,7 +32,7 @@ REST framework requires the following:
The following packages are optional:
The following packages are optional:
*
[
Markdown
][
markdown
]
(2.1.0+) - Markdown support for the
self describing
API.
*
[
Markdown
][
markdown
]
(2.1.0+) - Markdown support for the
browseable
API.
*
[
PyYAML
][
yaml
]
(3.10+) - YAML content-type support.
*
[
PyYAML
][
yaml
]
(3.10+) - YAML content-type support.
*
[
django-filter
][
django-filter
]
(master) - Filtering support.
*
[
django-filter
][
django-filter
]
(master) - Filtering support.
...
@@ -41,8 +41,9 @@ The following packages are optional:
...
@@ -41,8 +41,9 @@ The following packages are optional:
Install using
`pip`
, including any optional packages you want...
Install using
`pip`
, including any optional packages you want...
pip install djangorestframework
pip install djangorestframework
pip install markdown # Recommended if using the browseable API.
pip install markdown # Markdown support for the browseable API.
pip install pyyaml # Required for yaml content-type support.
pip install pyyaml # YAML content-type support.
pip install -e git+https://github.com/alex/django-filter.git#egg=django-filter # Filtering support
...or clone the project from github.
...or clone the project from github.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment