aboutsummaryrefslogtreecommitdiffstats
path: root/docs/examples
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/objectstore.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/examples/objectstore.rst b/docs/examples/objectstore.rst
index 05c750c5..7865242d 100644
--- a/docs/examples/objectstore.rst
+++ b/docs/examples/objectstore.rst
@@ -3,6 +3,8 @@ Resource example - An object store
* http://api.django-rest-framework.org/object-store/
+This example shows an object store API that can be used to store arbitrary serializable content.
+
``urls.py``
.. include:: ../../examples/objectstore/urls.py