aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2012-09-01 22:56:11 +0100
committerTom Christie2012-09-01 22:56:11 +0100
commita0504391e22e15d4e1dc77b0a98a0241db82f78b (patch)
tree570020c5e1ece45c53ed5622cfe9cd6140fec47d /docs
parent7fa082489bb384422d129f2d7906ed2e550d3784 (diff)
downloaddjango-rest-framework-a0504391e22e15d4e1dc77b0a98a0241db82f78b.tar.bz2
Add tutorial link
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 640b3567..ec12a7b0 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -32,7 +32,7 @@ Resources
* The ``djangorestframework`` package is `available on PyPI <http://pypi.python.org/pypi/djangorestframework>`_.
* We have an active `discussion group <http://groups.google.com/group/django-rest-framework>`_.
* Bug reports are handled on the `issue tracker <https://github.com/tomchristie/django-rest-framework/issues>`_.
-* There is a `Jenkins CI server <http://jenkins.tibold.nl/job/djangorestframework/>`_ which tracks test status and coverage reporting. (Thanks Marko!)
+* There's a comprehensive tutorial to using REST framework and Backbone JS on `10kblogger.wordpress.com <http://10kblogger.wordpress.com/2012/05/25/a-restful-password-locker-with-django-and-backbone-js/>`_.
Any and all questions, thoughts, bug reports and contributions are *hugely appreciated*.
@@ -104,7 +104,6 @@ The following example exposes your `MyModel` model through an api. It will provi
.. include:: library.rst
-
.. include:: examples.rst
.. toctree::