diff options
| author | Tom Christie | 2014-12-18 13:35:42 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-12-18 13:35:42 +0000 | 
| commit | 9c9d5bd859d4da0c7191525d77e57debd5c8d23c (patch) | |
| tree | f1128449caca4a5fe24d7605c6b294642c801a48 /docs/index.md | |
| parent | b8bdf812c14a287fda211810a72b53d4e671b6b2 (diff) | |
| download | django-rest-framework-9c9d5bd859d4da0c7191525d77e57debd5c8d23c.tar.bz2 | |
Added project management docs.
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 52e42fc9..ba915459 100644 --- a/docs/index.md +++ b/docs/index.md @@ -199,6 +199,7 @@ General guides to using REST framework.  * [REST, Hypermedia & HATEOAS][rest-hypermedia-hateoas]  * [Third Party Resources][third-party-resources]  * [Contributing to REST framework][contributing] +* [Project management][project-management]  * [2.0 Announcement][rest-framework-2-announcement]  * [2.2 Announcement][2.2-announcement]  * [2.3 Announcement][2.3-announcement] @@ -317,6 +318,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  [browsableapi]: topics/browsable-api.md  [rest-hypermedia-hateoas]: topics/rest-hypermedia-hateoas.md  [contributing]: topics/contributing.md +[project-management]: topics/project-management.md  [third-party-resources]: topics/third-party-resources.md  [rest-framework-2-announcement]: topics/rest-framework-2-announcement.md  [2.2-announcement]: topics/2.2-announcement.md | 
